Uses of Class
io.vertx.reactivex.ext.unit.report.TestSuiteReport
-
Packages that use TestSuiteReport Package Description io.vertx.reactivex.ext.unit.collect io.vertx.reactivex.ext.unit.report -
-
Uses of TestSuiteReport in io.vertx.reactivex.ext.unit.collect
Method parameters in io.vertx.reactivex.ext.unit.collect with type arguments of type TestSuiteReport Modifier and Type Method Description static EventBusCollector
EventBusCollector. create(Vertx vertx, Handler<TestSuiteReport> reporter)
-
Uses of TestSuiteReport in io.vertx.reactivex.ext.unit.report
Fields in io.vertx.reactivex.ext.unit.report with type parameters of type TestSuiteReport Modifier and Type Field Description static io.vertx.lang.rx.TypeArg<TestSuiteReport>
TestSuiteReport. __TYPE_ARG
Methods in io.vertx.reactivex.ext.unit.report that return TestSuiteReport Modifier and Type Method 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()
-