Package | Description |
---|---|
io.vertx.rxjava.ext.unit.collect | |
io.vertx.rxjava.ext.unit.report |
Modifier and Type | Method and Description |
---|---|
static EventBusCollector |
EventBusCollector.create(Vertx vertx,
io.vertx.core.Handler<TestSuiteReport> reporter) |
Modifier and Type | Field and Description |
---|---|
static TypeArg<TestSuiteReport> |
TestSuiteReport.__TYPE_ARG |
Modifier and Type | Method and Description |
---|---|
TestSuiteReport |
TestSuiteReport.endHandler(io.vertx.core.Handler<Void> endHandler) |
TestSuiteReport |
TestSuiteReport.exceptionHandler(io.vertx.core.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(io.vertx.core.Handler<TestCaseReport> handler) |
static TestSuiteReport |
TestSuiteReport.newInstance(io.vertx.ext.unit.report.TestSuiteReport arg) |
TestSuiteReport |
TestSuiteReport.pause() |
TestSuiteReport |
TestSuiteReport.resume() |
Copyright © 2019 Eclipse. All rights reserved.