Modifier and Type | Field and Description |
---|---|
static io.vertx.lang.rx.TypeArg<TestCase> |
__TYPE_ARG |
Constructor and Description |
---|
TestCase(Object delegate) |
TestCase(TestCase delegate) |
Modifier and Type | Method and Description |
---|---|
static TestCase |
create(String name,
Handler<TestContext> testCase)
Create a test case.
|
boolean |
equals(Object o) |
TestCase |
getDelegate() |
int |
hashCode() |
static TestCase |
newInstance(TestCase arg) |
String |
toString() |
public static final io.vertx.lang.rx.TypeArg<TestCase> __TYPE_ARG
public TestCase(TestCase delegate)
public TestCase(Object delegate)
public TestCase getDelegate()
public static TestCase create(String name, Handler<TestContext> testCase)
name
- the test case nametestCase
- the test caseCopyright © 2022 Eclipse. All rights reserved.