Modifier and Type | Field and Description |
---|---|
static io.vertx.lang.rx.TypeArg<TestResult> |
__TYPE_ARG |
Constructor and Description |
---|
TestResult(Object delegate) |
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 static final io.vertx.lang.rx.TypeArg<TestResult> __TYPE_ARG
public TestResult(TestResult delegate)
public TestResult(Object 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 © 2023 Eclipse. All rights reserved.