Uses of Interface
io.vertx.ext.unit.TestCase
-
Packages that use TestCase Package Description io.vertx.ext.unit io.vertx.reactivex.ext.unit io.vertx.rxjava3.ext.unit -
-
Uses of TestCase in io.vertx.ext.unit
Methods in io.vertx.ext.unit that return TestCase Modifier and Type Method Description static TestCase
TestCase. create(String name, Handler<TestContext> testCase)
Create a test case. -
Uses of TestCase in io.vertx.reactivex.ext.unit
Methods in io.vertx.reactivex.ext.unit that return TestCase Modifier and Type Method Description TestCase
TestCase. getDelegate()
Methods in io.vertx.reactivex.ext.unit with parameters of type TestCase Modifier and Type Method Description static TestCase
TestCase. newInstance(TestCase arg)
Constructors in io.vertx.reactivex.ext.unit with parameters of type TestCase Constructor Description TestCase(TestCase delegate)
-
Uses of TestCase in io.vertx.rxjava3.ext.unit
Methods in io.vertx.rxjava3.ext.unit that return TestCase Modifier and Type Method Description TestCase
TestCase. getDelegate()
Methods in io.vertx.rxjava3.ext.unit with parameters of type TestCase Modifier and Type Method Description static TestCase
TestCase. newInstance(TestCase arg)
Constructors in io.vertx.rxjava3.ext.unit with parameters of type TestCase Constructor Description TestCase(TestCase delegate)
-