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.
TestCase(delegate: TestCase) |
static val __TYPE_ARG: TypeArg<TestCase> |
open static fun create(name: String, testCase: Handler<TestContext>): TestCase
Create a test case. |
|
open fun equals(other: Any?): Boolean |
|
open fun getDelegate(): TestCase |
|
open fun hashCode(): Int |
|
open static fun newInstance(arg: TestCase): TestCase |
|
open fun toString(): String |