Uses of Interface
io.vertx.ext.unit.TestCompletion
-
Packages that use TestCompletion Package Description io.vertx.ext.unit io.vertx.reactivex.ext.unit io.vertx.rxjava3.ext.unit -
-
Uses of TestCompletion in io.vertx.ext.unit
Methods in io.vertx.ext.unit that return TestCompletion Modifier and Type Method Description TestCompletion
TestSuite. run()
Run the testsuite with the default options.TestCompletion
TestSuite. run(Vertx vertx)
Run the testsuite with the default options and the specifiedvertx
instance.TestCompletion
TestSuite. run(Vertx vertx, TestOptions options)
Run the testsuite with the specifiedoptions
and the specifiedvertx
instance.TestCompletion
TestSuite. run(TestOptions options)
Run the testsuite with the specifiedoptions
. -
Uses of TestCompletion in io.vertx.reactivex.ext.unit
Methods in io.vertx.reactivex.ext.unit that return TestCompletion Modifier and Type Method Description TestCompletion
TestCompletion. getDelegate()
Methods in io.vertx.reactivex.ext.unit with parameters of type TestCompletion Modifier and Type Method Description static TestCompletion
TestCompletion. newInstance(TestCompletion arg)
Constructors in io.vertx.reactivex.ext.unit with parameters of type TestCompletion Constructor Description TestCompletion(TestCompletion delegate)
-
Uses of TestCompletion in io.vertx.rxjava3.ext.unit
Methods in io.vertx.rxjava3.ext.unit that return TestCompletion Modifier and Type Method Description TestCompletion
TestCompletion. getDelegate()
Methods in io.vertx.rxjava3.ext.unit with parameters of type TestCompletion Modifier and Type Method Description static TestCompletion
TestCompletion. newInstance(TestCompletion arg)
Constructors in io.vertx.rxjava3.ext.unit with parameters of type TestCompletion Constructor Description TestCompletion(TestCompletion delegate)
-