vertx / io.vertx.reactivex.ext.unit.report / TestCaseReport

TestCaseReport

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.

Constructors

<init>

TestCaseReport(delegate: TestCaseReport)

Properties

__TYPE_ARG

static val __TYPE_ARG: TypeArg<TestCaseReport>

Functions

endHandler

open fun endHandler(handler: Handler<TestResult>): TestCaseReport

Set a callback for completion, the specified handler is invoked when the test exec has completed.

equals

open fun equals(other: Any?): Boolean

getDelegate

open fun getDelegate(): TestCaseReport

hashCode

open fun hashCode(): Int

name

open fun name(): String

newInstance

open static fun newInstance(arg: TestCaseReport): TestCaseReport

toString

open fun toString(): String