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(EventBusCollector delegate) |
Modifier and Type | Method and Description |
---|---|
static EventBusCollector |
create(Vertx vertx,
Handler<TestSuiteReport> reporter) |
static EventBusCollector |
create(Vertx vertx,
ReportingOptions options)
Create a message handler reporting with the specified options.
|
boolean |
equals(Object o) |
EventBusCollector |
getDelegate() |
int |
hashCode() |
static EventBusCollector |
newInstance(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(EventBusCollector delegate)
public EventBusCollector getDelegate()
public static EventBusCollector create(Vertx vertx, ReportingOptions options)
vertx
- options
- the reporting optionspublic static EventBusCollector create(Vertx vertx, Handler<TestSuiteReport> reporter)
public MessageConsumer register(String address)
address
- the registration addresspublic static EventBusCollector newInstance(EventBusCollector arg)
Copyright © 2019 Eclipse. All rights reserved.