open class TestResult
The result of a test. NOTE: This class has been automatically generated from the io.vertx.ext.unit.report.TestResult non RX-ified interface using Vert.x codegen.
TestResult(delegate: TestResult) |
static val __TYPE_ARG: TypeArg<TestResult> |
open fun beginTime(): Long
The time at which the test began in millis. |
|
open fun durationTime(): Long
How long the test lasted in millis. |
|
open fun equals(other: Any?): Boolean |
|
open fun failed(): Boolean
Did it fail? |
|
open fun failure(): Failure
An exception describing failure, null if the test succeeded. |
|
open fun getDelegate(): TestResult |
|
open fun hashCode(): Int |
|
open fun name(): String
The test description, may be null if none was provided. |
|
open static fun newInstance(arg: TestResult): TestResult |
|
open fun succeeded(): Boolean
Did it succeed? |
|
open fun toString(): String |