AggregatedSuiteResultEvent, AggregatedTestResultEventpublic interface AggregatedResultEvent
| Modifier and Type | Method | Description |
|---|---|---|
org.junit.runner.Description |
getDescription() |
|
java.util.List<IEvent> |
getEventStream() |
|
long |
getExecutionTime() |
|
java.util.List<FailureMirror> |
getFailures() |
|
ForkedJvmInfo |
getSlave() |
|
long |
getStartTimestamp() |
|
boolean |
isSuccessful() |
org.junit.runner.Description getDescription()
ForkedJvmInfo getSlave()
boolean isSuccessful()
java.util.List<FailureMirror> getFailures()
java.util.List<IEvent> getEventStream()
long getStartTimestamp()
long getExecutionTime()
Copyright © 2011–2018 Carrot Search s.c.. All rights reserved.