Uses of Class
io.vertx.ext.unit.TestOptions
Packages that use TestOptions
-
Uses of TestOptions in io.vertx.ext.unit
Methods in io.vertx.ext.unit that return TestOptionsModifier and TypeMethodDescriptionTestOptions.addReporter(ReportOptions reportOptions) TestOptions.setReporters(List<ReportOptions> reporters) TestOptions.setTimeout(long timeout) Set the test timeout.TestOptions.setUseEventLoop(Boolean useEventLoop) Configure the execution to use an event loop when there is no one existing.Methods in io.vertx.ext.unit with parameters of type TestOptionsModifier and TypeMethodDescriptionTestSuite.run(Vertx vertx, TestOptions options) Run the testsuite with the specifiedoptionsand the specifiedvertxinstance.TestSuite.run(TestOptions options) Run the testsuite with the specifiedoptions.Constructors in io.vertx.ext.unit with parameters of type TestOptions -
Uses of TestOptions in io.vertx.reactivex.ext.unit
Methods in io.vertx.reactivex.ext.unit with parameters of type TestOptionsModifier and TypeMethodDescriptionTestSuite.run(TestOptions options) Run the testsuite with the specifiedoptions.TestSuite.run(Vertx vertx, TestOptions options) Run the testsuite with the specifiedoptionsand the specifiedvertxinstance. -
Uses of TestOptions in io.vertx.rxjava3.ext.unit
Methods in io.vertx.rxjava3.ext.unit with parameters of type TestOptionsModifier and TypeMethodDescriptionTestSuite.run(TestOptions options) Run the testsuite with the specifiedoptions.TestSuite.run(Vertx vertx, TestOptions options) Run the testsuite with the specifiedoptionsand the specifiedvertxinstance.