|
|||||||||
| 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.AggregatedSuiteResultEvent
public class AggregatedSuiteResultEvent
| Constructor Summary | |
|---|---|
AggregatedSuiteResultEvent(SlaveInfo id,
Description description,
List<FailureMirror> suiteFailures,
List<AggregatedTestResultEvent> tests,
List<IEvent> eventStream,
long startTimestamp,
long executionTime)
|
|
| Method Summary | |
|---|---|
Description |
getDescription()
|
int |
getErrorCount()
The number of tests that have TestStatus.ERROR and
include the suite-level errors. |
List<IEvent> |
getEventStream()
|
long |
getExecutionTime()
Execution time in milliseconds. |
int |
getFailureCount()
The number of tests that have TestStatus.FAILURE and
include assertion violations at suite level. |
List<FailureMirror> |
getFailures()
|
int |
getIgnoredCount()
Return the number of ignored or assumption-ignored tests. |
SlaveInfo |
getSlave()
|
long |
getStartTimestamp()
Execution start timestamp (on the slave). |
List<AggregatedTestResultEvent> |
getTests()
|
boolean |
isSuccessful()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AggregatedSuiteResultEvent(SlaveInfo id,
Description description,
List<FailureMirror> suiteFailures,
List<AggregatedTestResultEvent> tests,
List<IEvent> eventStream,
long startTimestamp,
long executionTime)
| Method Detail |
|---|
public List<AggregatedTestResultEvent> getTests()
public List<FailureMirror> getFailures()
getFailures in interface AggregatedResultEventpublic boolean isSuccessful()
isSuccessful in interface AggregatedResultEventpublic List<IEvent> getEventStream()
getEventStream in interface AggregatedResultEventpublic SlaveInfo getSlave()
getSlave in interface AggregatedResultEventpublic Description getDescription()
getDescription in interface AggregatedResultEventpublic long getExecutionTime()
getExecutionTime in interface AggregatedResultEventpublic long getStartTimestamp()
getStartTimestamp in interface AggregatedResultEventpublic int getFailureCount()
TestStatus.FAILURE and
include assertion violations at suite level.
public int getErrorCount()
TestStatus.ERROR and
include the suite-level errors.
public int getIgnoredCount()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||