|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.carrotsearch.ant.tasks.junit4.events.aggregated.AggregatedTestResultEvent
public class AggregatedTestResultEvent
A single test's execution information.
| Constructor Summary | |
|---|---|
AggregatedTestResultEvent(SlaveInfo slave,
Description suiteDescription,
Description description)
|
|
| Method Summary | |
|---|---|
String |
getCauseForIgnored()
|
Description |
getDescription()
|
List<IEvent> |
getEventStream()
Raw IEvent stream received during the duration of this test. |
long |
getExecutionTime()
Execution time in millis. |
List<FailureMirror> |
getFailures()
|
SlaveInfo |
getSlave()
|
long |
getStartTimestamp()
Execution start timestamp (on the slave). |
TestStatus |
getStatus()
Exit status for this test. |
Description |
getSuiteDescription()
|
TestFinishedEvent |
getTestFinishedEvent()
This isn't a nice hack but it allows associating TestFinishedEvent and
AggregatedTestResultEvent by identity. |
boolean |
isSuccessful()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AggregatedTestResultEvent(SlaveInfo slave,
Description suiteDescription,
Description description)
| Method Detail |
|---|
public Description getDescription()
getDescription in interface AggregatedResultEventpublic boolean isSuccessful()
isSuccessful in interface AggregatedResultEventpublic Description getSuiteDescription()
public SlaveInfo getSlave()
getSlave in interface AggregatedResultEventpublic List<FailureMirror> getFailures()
getFailures in interface AggregatedResultEventpublic long getExecutionTime()
getExecutionTime in interface AggregatedResultEventpublic long getStartTimestamp()
getStartTimestamp in interface AggregatedResultEventpublic List<IEvent> getEventStream()
IEvent stream received during the duration of this test.
getEventStream in interface AggregatedResultEventpublic TestStatus getStatus()
public String getCauseForIgnored()
public TestFinishedEvent getTestFinishedEvent()
TestFinishedEvent and
AggregatedTestResultEvent by identity. =
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||