public class TestState extends Object
| Modifier and Type | Field and Description |
|---|---|
boolean |
failedChild |
long |
failedCount |
List<Throwable> |
failures |
TestResult.ResultType |
resultType |
long |
successfulCount |
TestDescriptorInternal |
test |
long |
testCount |
| Constructor and Description |
|---|
TestState(TestDescriptorInternal test,
TestStartEvent startEvent,
Map<Object,TestState> executing) |
| Modifier and Type | Method and Description |
|---|---|
void |
completed(TestCompleteEvent event) |
long |
getEndTime() |
long |
getExecutionTime() |
long |
getStartTime() |
boolean |
isFailed() |
public final TestDescriptorInternal test
public boolean failedChild
public long testCount
public long successfulCount
public long failedCount
public TestResult.ResultType resultType
public TestState(TestDescriptorInternal test, TestStartEvent startEvent, Map<Object,TestState> executing)
public boolean isFailed()
public long getStartTime()
public long getEndTime()
public long getExecutionTime()
public void completed(TestCompleteEvent event)
Copyright © 2013. All rights reserved