public class TestResult extends Object
original
non RX-ified interface using Vert.x codegen.Modifier and Type | Field and Description |
---|---|
static TypeArg<TestResult> |
__TYPE_ARG |
Constructor and Description |
---|
TestResult(io.vertx.ext.unit.report.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.
|
io.vertx.ext.unit.report.TestResult |
getDelegate() |
int |
hashCode() |
String |
name()
The test description, may be null if none was provided.
|
static TestResult |
newInstance(io.vertx.ext.unit.report.TestResult arg) |
boolean |
succeeded()
Did it succeed?
|
String |
toString() |
public static final TypeArg<TestResult> __TYPE_ARG
public io.vertx.ext.unit.report.TestResult getDelegate()
public String name()
public long beginTime()
public long durationTime()
public boolean succeeded()
public boolean failed()
public Failure failure()
public static TestResult newInstance(io.vertx.ext.unit.report.TestResult arg)
Copyright © 2019 Eclipse. All rights reserved.