|
||||||||||
| 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 | |
|---|---|
Description |
getDescription()
|
List<IEvent> |
getEventStream()
Raw IEvent stream received during the duration of this test. |
int |
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()
|
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 int getExecutionTime()
public long getStartTimestamp()
public List<IEvent> getEventStream()
IEvent stream received during the duration of this test.
getEventStream in interface AggregatedResultEventpublic TestStatus getStatus()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||