Uses of Class
io.vertx.ext.unit.report.ReportOptions
-
Packages that use ReportOptions Package Description io.vertx.ext.unit io.vertx.ext.unit.report -
-
Uses of ReportOptions in io.vertx.ext.unit
Methods in io.vertx.ext.unit with parameters of type ReportOptions Modifier and Type Method Description TestOptions
TestOptions. addReporter(ReportOptions reportOptions)
Method parameters in io.vertx.ext.unit with type arguments of type ReportOptions Modifier and Type Method Description TestOptions
TestOptions. setReporters(List<ReportOptions> reporters)
-
Uses of ReportOptions in io.vertx.ext.unit.report
Methods in io.vertx.ext.unit.report that return ReportOptions Modifier and Type Method Description ReportOptions
ReportOptions. setFormat(String format)
Set the current reporter format.ReportOptions
ReportOptions. setTo(String to)
Set the current reporter name.Methods in io.vertx.ext.unit.report that return types with arguments of type ReportOptions Modifier and Type Method Description List<ReportOptions>
ReportingOptions. getReporters()
Methods in io.vertx.ext.unit.report with parameters of type ReportOptions Modifier and Type Method Description ReportingOptions
ReportingOptions. addReporter(ReportOptions reportOptions)
Add a reporter to the current list.static Reporter<?>
Reporter. reporter(Vertx vertx, ReportOptions options)
Reporter
ReporterFactory. reporter(Vertx vertx, ReportOptions options)
Method parameters in io.vertx.ext.unit.report with type arguments of type ReportOptions Modifier and Type Method Description 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 ReportOptions Constructor Description ReportOptions(ReportOptions other)
-