| Modifier and Type | Field and Description |
|---|---|
static <any> |
__TYPE_ARG |
| Constructor and Description |
|---|
TestResult(TestResult delegate) |
| Modifier and Type | Method and Description |
|---|---|
long |
beginTime()
The time at which the test began in millis.
|
long |
durationTime()
How long the test lasted in millis.
|
boolean |
equals(Object o) |
boolean |
failed()
Did it fail?
|
Failure |
failure()
An exception describing failure, null if the test succeeded.
|
TestResult |
getDelegate() |
int |
hashCode() |
String |
name()
The test description, may be null if none was provided.
|
static TestResult |
newInstance(TestResult arg) |
boolean |
succeeded()
Did it succeed?
|
String |
toString() |
public TestResult(TestResult delegate)
public TestResult getDelegate()
public String name()
public long beginTime()
public long durationTime()
public boolean succeeded()
public boolean failed()
public Failure failure()
public static TestResult newInstance(TestResult arg)
Copyright © 2018 Eclipse. All rights reserved.