public class AggregatedSuiteResultEvent extends Object implements AggregatedResultEvent
| Constructor and Description |
|---|
AggregatedSuiteResultEvent(SlaveInfo id,
Description description,
List<FailureMirror> suiteFailures,
List<AggregatedTestResultEvent> tests,
List<IEvent> eventStream,
long startTimestamp,
long executionTime) |
| Modifier and Type | Method and Description |
|---|---|
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() |
public AggregatedSuiteResultEvent(SlaveInfo id, Description description, List<FailureMirror> suiteFailures, List<AggregatedTestResultEvent> tests, List<IEvent> eventStream, long startTimestamp, long executionTime)
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()
Copyright © 2011-2013 Carrot Search s.c.. All Rights Reserved.