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 TypeArg<TestCase>__TYPE_ARG
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TestCasecreate(String name, Handler<TestContext> testCase)Create a test case.booleanequals(Object o)TestCasegetDelegate()inthashCode()static TestCasenewInstance(TestCase arg)StringtoString()
-
-
-
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
-
-