Uses of Class
io.vertx.rxjava3.ext.unit.report.TestSuiteReport
Packages that use TestSuiteReport
-
Uses of TestSuiteReport in io.vertx.rxjava3.ext.unit.collect
Method parameters in io.vertx.rxjava3.ext.unit.collect with type arguments of type TestSuiteReportModifier and TypeMethodDescriptionstatic EventBusCollectorEventBusCollector.create(Vertx vertx, Handler<TestSuiteReport> reporter) -
Uses of TestSuiteReport in io.vertx.rxjava3.ext.unit.report
Fields in io.vertx.rxjava3.ext.unit.report with type parameters of type TestSuiteReportModifier and TypeFieldDescriptionstatic final io.vertx.lang.rx.TypeArg<TestSuiteReport> TestSuiteReport.__TYPE_ARGMethods in io.vertx.rxjava3.ext.unit.report that return TestSuiteReportModifier and TypeMethodDescriptionTestSuiteReport.endHandler(Handler<Void> endHandler) 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.handler(Handler<TestCaseReport> handler) static TestSuiteReportTestSuiteReport.newInstance(TestSuiteReport arg) TestSuiteReport.pause()TestSuiteReport.resume()