Uses of Class
io.vertx.ext.unit.report.ReportOptions
Packages that use ReportOptions
-
Uses of ReportOptions in io.vertx.ext.unit
Methods in io.vertx.ext.unit with parameters of type ReportOptionsMethod parameters in io.vertx.ext.unit with type arguments of type ReportOptions -
Uses of ReportOptions in io.vertx.ext.unit.report
Methods in io.vertx.ext.unit.report that return ReportOptionsModifier and TypeMethodDescriptionSet the current reporter format.Set the current reporter name.Methods in io.vertx.ext.unit.report that return types with arguments of type ReportOptionsMethods in io.vertx.ext.unit.report with parameters of type ReportOptionsModifier and TypeMethodDescriptionReportingOptions.addReporter(ReportOptions reportOptions) Add a reporter to the current list.static Reporter<?> Reporter.reporter(Vertx vertx, ReportOptions options) ReporterFactory.reporter(Vertx vertx, ReportOptions options) Method parameters in io.vertx.ext.unit.report with type arguments of type ReportOptionsModifier and TypeMethodDescriptionReportingOptions.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 ReportOptions