vertx / io.vertx.rxjava.ext.unit / TestCase

TestCase

open class TestCase

A test case object can be used to create a single test. NOTE: This class has been automatically generated from the io.vertx.ext.unit.TestCase non RX-ified interface using Vert.x codegen.

Constructors

<init>

TestCase(delegate: TestCase)

Properties

__TYPE_ARG

static val __TYPE_ARG: TypeArg<TestCase>

Functions

create

open static fun create(name: String, testCase: Handler<TestContext>): TestCase

Create a test case.

equals

open fun equals(other: Any?): Boolean

getDelegate

open fun getDelegate(): TestCase

hashCode

open fun hashCode(): Int

newInstance

open static fun newInstance(arg: TestCase): TestCase

toString

open fun toString(): String