public class AggregatedTestResultEvent extends java.lang.Object implements AggregatedResultEvent
| Constructor and Description |
|---|
AggregatedTestResultEvent(ForkedJvmInfo slave,
org.junit.runner.Description suiteDescription,
org.junit.runner.Description description) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCauseForIgnored() |
org.junit.runner.Description |
getDescription() |
java.util.List<IEvent> |
getEventStream()
Raw
IEvent stream received during the duration of this test. |
long |
getExecutionTime()
Execution time in millis.
|
java.util.List<FailureMirror> |
getFailures() |
ForkedJvmInfo |
getSlave() |
long |
getStartTimestamp()
Execution start timestamp (on the slave).
|
TestStatus |
getStatus()
Exit status for this test.
|
org.junit.runner.Description |
getSuiteDescription() |
TestFinishedEvent |
getTestFinishedEvent()
This isn't a nice hack but it allows associating
TestFinishedEvent and
AggregatedTestResultEvent by identity. |
boolean |
isSuccessful() |
public AggregatedTestResultEvent(ForkedJvmInfo slave, org.junit.runner.Description suiteDescription, org.junit.runner.Description description)
public org.junit.runner.Description getDescription()
getDescription in interface AggregatedResultEventpublic boolean isSuccessful()
isSuccessful in interface AggregatedResultEventpublic org.junit.runner.Description getSuiteDescription()
public ForkedJvmInfo getSlave()
getSlave in interface AggregatedResultEventpublic java.util.List<FailureMirror> getFailures()
getFailures in interface AggregatedResultEventpublic long getExecutionTime()
getExecutionTime in interface AggregatedResultEventpublic long getStartTimestamp()
getStartTimestamp in interface AggregatedResultEventpublic java.util.List<IEvent> getEventStream()
IEvent stream received during the duration of this test.getEventStream in interface AggregatedResultEventpublic TestStatus getStatus()
public java.lang.String getCauseForIgnored()
public TestFinishedEvent getTestFinishedEvent()
TestFinishedEvent and
AggregatedTestResultEvent by identity. =Copyright © 2011–2017 Carrot Search s.c.. All rights reserved.