Package | Description |
---|---|
io.vertx.ext.unit | |
io.vertx.ext.unit.collect | |
io.vertx.ext.unit.report | |
io.vertx.reactivex.ext.unit.collect | |
io.vertx.rxjava.ext.unit.collect |
Modifier and Type | Class and Description |
---|---|
class |
TestOptions
Test execution options:
the
timeout in milliseconds, the default value is 2 minutes
the useEventLoop configures the event loop usage
true always runs with an event loop
false never runs with an event loop
null uses an event loop if there is one (provided by Vertx.currentContext() )
otherwise run without
the reporters is an array of reporter configurations
|
Modifier and Type | Method and Description |
---|---|
static EventBusCollector |
EventBusCollector.create(Vertx vertx,
ReportingOptions options)
Create a message handler reporting with the specified options.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
static void |
ReportingOptionsConverter.fromJson(Iterable<Map.Entry<String,Object>> json,
ReportingOptions obj) |
static void |
ReportingOptionsConverter.toJson(ReportingOptions obj,
JsonObject json) |
static void |
ReportingOptionsConverter.toJson(ReportingOptions obj,
Map<String,Object> json) |
Constructor and Description |
---|
ReportingOptions(ReportingOptions other)
Copy constructor.
|
Modifier and Type | Method and Description |
---|---|
static EventBusCollector |
EventBusCollector.create(Vertx vertx,
ReportingOptions options)
Create a message handler reporting with the specified options.
|
Modifier and Type | Method and Description |
---|---|
static EventBusCollector |
EventBusCollector.create(Vertx vertx,
ReportingOptions options)
Create a message handler reporting with the specified options.
|
Copyright © 2021 Eclipse. All rights reserved.