Uses of Class
io.vertx.ext.unit.report.ReportingOptions
-
Packages that use ReportingOptions Package Description io.vertx.ext.unit io.vertx.ext.unit.collect io.vertx.ext.unit.report io.vertx.reactivex.ext.unit.collect io.vertx.rxjava3.ext.unit.collect -
-
Uses of ReportingOptions in io.vertx.ext.unit
Subclasses of ReportingOptions in io.vertx.ext.unit Modifier and Type Class Description class
TestOptions
Test execution options: thetimeout
in milliseconds, the default value is 2 minutes theuseEventLoop
configures the event loop usagetrue
always runs with an event loopfalse
never runs with an event loopnull
uses an event loop if there is one (provided byVertx.currentContext()
) otherwise run without thereporters
is an array of reporter configurations -
Uses of ReportingOptions in io.vertx.ext.unit.collect
Methods in io.vertx.ext.unit.collect with parameters of type ReportingOptions Modifier and Type Method Description static EventBusCollector
EventBusCollector. create(Vertx vertx, ReportingOptions options)
Create a message handler reporting with the specified options. -
Uses of ReportingOptions in io.vertx.ext.unit.report
Methods in io.vertx.ext.unit.report that return ReportingOptions Modifier and Type Method Description ReportingOptions
ReportingOptions. addReporter(ReportOptions reportOptions)
Add a reporter to the current list.ReportingOptions
ReportingOptions. setReporters(List<ReportOptions> reporters)
Replace the current list of reporters with a new one.Constructors in io.vertx.ext.unit.report with parameters of type ReportingOptions Constructor Description ReportingOptions(ReportingOptions other)
Copy constructor. -
Uses of ReportingOptions in io.vertx.reactivex.ext.unit.collect
Methods in io.vertx.reactivex.ext.unit.collect with parameters of type ReportingOptions Modifier and Type Method Description static EventBusCollector
EventBusCollector. create(Vertx vertx, ReportingOptions options)
Create a message handler reporting with the specified options. -
Uses of ReportingOptions in io.vertx.rxjava3.ext.unit.collect
Methods in io.vertx.rxjava3.ext.unit.collect with parameters of type ReportingOptions Modifier and Type Method Description static EventBusCollector
EventBusCollector. create(Vertx vertx, ReportingOptions options)
Create a message handler reporting with the specified options.
-