Uses of Class
io.vertx.reactivex.ext.unit.TestCase
-
Packages that use TestCase Package Description io.vertx.reactivex.ext.unit -
-
Uses of TestCase in io.vertx.reactivex.ext.unit
Fields in io.vertx.reactivex.ext.unit with type parameters of type TestCase Modifier and Type Field Description static io.vertx.lang.rx.TypeArg<TestCase>
TestCase. __TYPE_ARG
Methods in io.vertx.reactivex.ext.unit that return TestCase Modifier and Type Method Description static TestCase
TestCase. create(String name, Handler<TestContext> testCase)
Create a test case.static TestCase
TestCase. newInstance(TestCase arg)
-