Package | Description |
---|---|
io.vertx.ext.unit.collect | |
io.vertx.ext.unit.report | |
io.vertx.reactivex.ext.unit.report | |
io.vertx.rxjava.ext.unit.report |
Modifier and Type | Method and Description |
---|---|
static EventBusCollector |
EventBusCollector.create(Vertx vertx,
Handler<TestSuiteReport> reporter) |
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) |
TestSuiteReport |
TestSuiteReport.pause() |
TestSuiteReport |
TestSuiteReport.resume() |
Modifier and Type | Method and Description |
---|---|
TestSuiteReport |
TestSuiteReport.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static TestSuiteReport |
TestSuiteReport.newInstance(TestSuiteReport arg) |
Constructor and Description |
---|
TestSuiteReport(TestSuiteReport delegate) |
Modifier and Type | Method and Description |
---|---|
TestSuiteReport |
TestSuiteReport.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static TestSuiteReport |
TestSuiteReport.newInstance(TestSuiteReport arg) |
Constructor and Description |
---|
TestSuiteReport(TestSuiteReport delegate) |
Copyright © 2021 Eclipse. All rights reserved.