public class TestCase extends Object
original non RX-ified interface using Vert.x codegen.| Modifier and Type | Field and Description |
|---|---|
static TypeArg<TestCase> |
__TYPE_ARG |
| Constructor and Description |
|---|
TestCase(Object delegate) |
TestCase(io.vertx.ext.unit.TestCase delegate) |
| Modifier and Type | Method and Description |
|---|---|
static TestCase |
create(String name,
io.vertx.core.Handler<TestContext> testCase)
Create a test case.
|
boolean |
equals(Object o) |
io.vertx.ext.unit.TestCase |
getDelegate() |
int |
hashCode() |
static TestCase |
newInstance(io.vertx.ext.unit.TestCase arg) |
String |
toString() |
public TestCase(io.vertx.ext.unit.TestCase delegate)
public TestCase(Object delegate)
public io.vertx.ext.unit.TestCase getDelegate()
public static TestCase create(String name, io.vertx.core.Handler<TestContext> testCase)
name - the test case nametestCase - the test casepublic static TestCase newInstance(io.vertx.ext.unit.TestCase arg)
Copyright © 2022 Eclipse. All rights reserved.