Package io.vertx.reactivex.ext.unit
Class TestCase
- java.lang.Object
-
- io.vertx.reactivex.ext.unit.TestCase
-
-
Field Summary
Fields Modifier and Type Field Description static io.vertx.lang.rx.TypeArg<TestCase>
__TYPE_ARG
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method 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()
-
-
-
Field Detail
-
__TYPE_ARG
public static final io.vertx.lang.rx.TypeArg<TestCase> __TYPE_ARG
-
-
Method Detail
-
getDelegate
public TestCase getDelegate()
-
create
public static TestCase create(String name, Handler<TestContext> testCase)
Create a test case.- Parameters:
name
- the test case nametestCase
- the test case- Returns:
- the created test case
-
-