open class TestCaseReport
Report the execution of a test case. NOTE: This class has been automatically generated from the io.vertx.ext.unit.report.TestCaseReport non RX-ified interface using Vert.x codegen.
TestCaseReport(delegate: TestCaseReport) |
static val __TYPE_ARG: TypeArg<TestCaseReport> |
open fun endHandler(handler: Handler<TestResult>): TestCaseReport
Set a callback for completion, the specified |
|
open fun equals(other: Any?): Boolean |
|
open fun getDelegate(): TestCaseReport |
|
open fun hashCode(): Int |
|
open fun name(): String |
|
open static fun newInstance(arg: TestCaseReport): TestCaseReport |
|
open fun toString(): String |