Package | Description |
---|---|
io.vertx.reactivex.ext.unit.collect | |
io.vertx.reactivex.ext.unit.report |
Modifier and Type | Method and Description |
---|---|
static EventBusCollector |
EventBusCollector.create(Vertx vertx,
Handler<TestSuiteReport> reporter) |
Modifier and Type | Field and Description |
---|---|
static io.vertx.lang.rx.TypeArg<TestSuiteReport> |
TestSuiteReport.__TYPE_ARG |
Modifier and Type | Method and Description |
---|---|
TestSuiteReport |
TestSuiteReport.endHandler(Handler<Void> endHandler) |
TestSuiteReport |
TestSuiteReport.exceptionHandler(Handler<Throwable> handler)
Set an exception handler, the exception handler reports the test suite errors, it can be called mulitple
times before the test ends.
|
TestSuiteReport |
TestSuiteReport.handler(Handler<TestCaseReport> handler) |
static TestSuiteReport |
TestSuiteReport.newInstance(TestSuiteReport arg) |
TestSuiteReport |
TestSuiteReport.pause() |
TestSuiteReport |
TestSuiteReport.resume() |
Copyright © 2021 Eclipse. All rights reserved.