Uses of Class
io.vertx.ext.unit.TestOptions
-
Packages that use TestOptions Package Description io.vertx.ext.unit io.vertx.reactivex.ext.unit io.vertx.rxjava3.ext.unit -
-
Uses of TestOptions in io.vertx.ext.unit
Methods in io.vertx.ext.unit that return TestOptions Modifier and Type Method Description TestOptions
TestOptions. addReporter(ReportOptions reportOptions)
TestOptions
TestOptions. setReporters(List<ReportOptions> reporters)
TestOptions
TestOptions. setTimeout(long timeout)
Set the test timeout.TestOptions
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 TestOptions Modifier and Type Method Description 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
.Constructors in io.vertx.ext.unit with parameters of type TestOptions Constructor Description TestOptions(TestOptions other)
Copy constructor. -
Uses of TestOptions in io.vertx.reactivex.ext.unit
Methods in io.vertx.reactivex.ext.unit with parameters of type TestOptions Modifier and Type Method Description TestCompletion
TestSuite. run(TestOptions options)
Run the testsuite with the specifiedoptions
.TestCompletion
TestSuite. run(Vertx vertx, TestOptions options)
Run the testsuite with the specifiedoptions
and the specifiedvertx
instance. -
Uses of TestOptions in io.vertx.rxjava3.ext.unit
Methods in io.vertx.rxjava3.ext.unit with parameters of type TestOptions Modifier and Type Method Description TestCompletion
TestSuite. run(TestOptions options)
Run the testsuite with the specifiedoptions
.TestCompletion
TestSuite. run(Vertx vertx, TestOptions options)
Run the testsuite with the specifiedoptions
and the specifiedvertx
instance.
-