public class EventBusCollector extends Object
original
non RX-ified interface using Vert.x codegen.Modifier and Type | Field and Description |
---|---|
static TypeArg<EventBusCollector> |
__TYPE_ARG |
static String |
EVENT_TEST_CASE_BEGIN
Json
type field value that signals a test case begins, used as part of the test reporting
protocol for the event bus. |
static String |
EVENT_TEST_CASE_END
Json
type field value that signals a test case ends, used as part of the test reporting
protocol for the event bus. |
static String |
EVENT_TEST_SUITE_BEGIN
Json
type field value that signals a test suite begins, used as part of the test reporting
protocol for the event bus. |
static String |
EVENT_TEST_SUITE_END
Json
type field value that signals a test suite ends, used as part of the test reporting
protocol for the event bus. |
static String |
EVENT_TEST_SUITE_ERROR
Json
type field value that reports a test suite error, used as part of the test reporting
protocol for the event bus. |
Constructor and Description |
---|
EventBusCollector(io.vertx.ext.unit.collect.EventBusCollector delegate) |
EventBusCollector(Object delegate) |
Modifier and Type | Method and Description |
---|---|
static EventBusCollector |
create(Vertx vertx,
io.vertx.core.Handler<TestSuiteReport> reporter) |
static EventBusCollector |
create(Vertx vertx,
io.vertx.ext.unit.report.ReportingOptions options)
Create a message handler reporting with the specified options.
|
boolean |
equals(Object o) |
io.vertx.ext.unit.collect.EventBusCollector |
getDelegate() |
int |
hashCode() |
static EventBusCollector |
newInstance(io.vertx.ext.unit.collect.EventBusCollector arg) |
MessageConsumer |
register(String address)
Register the collector as a consumer of the event bus with the specified address.
|
String |
toString() |
public static final TypeArg<EventBusCollector> __TYPE_ARG
public static final String EVENT_TEST_SUITE_BEGIN
type
field value that signals a test suite begins, used as part of the test reporting
protocol for the event bus.public static final String EVENT_TEST_SUITE_END
type
field value that signals a test suite ends, used as part of the test reporting
protocol for the event bus.public static final String EVENT_TEST_SUITE_ERROR
type
field value that reports a test suite error, used as part of the test reporting
protocol for the event bus.public static final String EVENT_TEST_CASE_BEGIN
type
field value that signals a test case begins, used as part of the test reporting
protocol for the event bus.public static final String EVENT_TEST_CASE_END
type
field value that signals a test case ends, used as part of the test reporting
protocol for the event bus.public EventBusCollector(io.vertx.ext.unit.collect.EventBusCollector delegate)
public EventBusCollector(Object delegate)
public io.vertx.ext.unit.collect.EventBusCollector getDelegate()
public static EventBusCollector create(Vertx vertx, io.vertx.ext.unit.report.ReportingOptions options)
vertx
- options
- the reporting optionspublic static EventBusCollector create(Vertx vertx, io.vertx.core.Handler<TestSuiteReport> reporter)
public MessageConsumer register(String address)
address
- the registration addresspublic static EventBusCollector newInstance(io.vertx.ext.unit.collect.EventBusCollector arg)
Copyright © 2020 Eclipse. All rights reserved.