Uses of Interface
io.vertx.ext.unit.TestCompletion
-
Packages that use TestCompletion Package Description io.vertx.ext.unit -
-
Uses of TestCompletion in io.vertx.ext.unit
Methods in io.vertx.ext.unit that return TestCompletion Modifier and Type Method Description TestCompletionTestSuite. run()Run the testsuite with the default options.TestCompletionTestSuite. run(Vertx vertx)Run the testsuite with the default options and the specifiedvertxinstance.TestCompletionTestSuite. run(Vertx vertx, TestOptions options)Run the testsuite with the specifiedoptionsand the specifiedvertxinstance.TestCompletionTestSuite. run(TestOptions options)Run the testsuite with the specifiedoptions.
-