Uses of Class
io.vertx.ext.unit.report.ReportingOptions
Packages that use ReportingOptions
Package
Description
-
Uses of ReportingOptions in io.vertx.ext.unit
Subclasses of ReportingOptions in io.vertx.ext.unitModifier and TypeClassDescriptionclassTest execution options: thetimeoutin milliseconds, the default value is 2 minutes theuseEventLoopconfigures the event loop usagetruealways runs with an event loopfalsenever runs with an event loopnulluses an event loop if there is one (provided byVertx.currentContext()) otherwise run without thereportersis 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 ReportingOptionsModifier and TypeMethodDescriptionstatic EventBusCollectorEventBusCollector.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 ReportingOptionsModifier and TypeMethodDescriptionReportingOptions.addReporter(ReportOptions reportOptions) Add a reporter to the current list.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 -
Uses of ReportingOptions in io.vertx.reactivex.ext.unit.collect
Methods in io.vertx.reactivex.ext.unit.collect with parameters of type ReportingOptionsModifier and TypeMethodDescriptionstatic EventBusCollectorEventBusCollector.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 ReportingOptionsModifier and TypeMethodDescriptionstatic EventBusCollectorEventBusCollector.create(Vertx vertx, ReportingOptions options) Create a message handler reporting with the specified options.