Package | Description |
---|---|
io.vertx.ext.unit | |
io.vertx.ext.unit.report |
Modifier and Type | Method and Description |
---|---|
TestOptions |
TestOptions.addReporter(ReportOptions reportOptions) |
Modifier and Type | Method and Description |
---|---|
TestOptions |
TestOptions.setReporters(List<ReportOptions> reporters) |
Modifier and Type | Method and Description |
---|---|
ReportOptions |
ReportOptions.setFormat(String format)
Set the current reporter format.
|
ReportOptions |
ReportOptions.setTo(String to)
Set the current reporter name.
|
Modifier and Type | Method and Description |
---|---|
List<ReportOptions> |
ReportingOptions.getReporters() |
Modifier and Type | Method and Description |
---|---|
ReportingOptions |
ReportingOptions.addReporter(ReportOptions reportOptions)
Add a reporter to the current list.
|
static void |
ReportOptionsConverter.fromJson(Iterable<Map.Entry<String,Object>> json,
ReportOptions obj) |
Reporter |
ReporterFactory.reporter(Vertx vertx,
ReportOptions options) |
static Reporter<?> |
Reporter.reporter(Vertx vertx,
ReportOptions options) |
static void |
ReportOptionsConverter.toJson(ReportOptions obj,
JsonObject json) |
static void |
ReportOptionsConverter.toJson(ReportOptions obj,
Map<String,Object> json) |
Modifier and Type | Method and Description |
---|---|
ReportingOptions |
ReportingOptions.setReporters(List<ReportOptions> reporters)
Replace the current list of reporters with a new one.
|
Constructor and Description |
---|
ReportOptions(ReportOptions other) |
Copyright © 2021 Eclipse. All rights reserved.