Uses of Interface
io.vertx.ext.unit.report.TestSuiteReport
Packages that use TestSuiteReport
Package
Description
-
Uses of TestSuiteReport in io.vertx.ext.unit.collect
Method parameters in io.vertx.ext.unit.collect with type arguments of type TestSuiteReportModifier and TypeMethodDescriptionstatic EventBusCollectorEventBusCollector.create(Vertx vertx, Handler<TestSuiteReport> reporter) -
Uses of TestSuiteReport in io.vertx.ext.unit.report
Methods in io.vertx.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) TestSuiteReport.pause()TestSuiteReport.resume() -
Uses of TestSuiteReport in io.vertx.reactivex.ext.unit.report
Methods in io.vertx.reactivex.ext.unit.report that return TestSuiteReportMethods in io.vertx.reactivex.ext.unit.report with parameters of type TestSuiteReportModifier and TypeMethodDescriptionstatic TestSuiteReportTestSuiteReport.newInstance(TestSuiteReport arg) Constructors in io.vertx.reactivex.ext.unit.report with parameters of type TestSuiteReport -
Uses of TestSuiteReport in io.vertx.rxjava3.ext.unit.report
Methods in io.vertx.rxjava3.ext.unit.report that return TestSuiteReportMethods in io.vertx.rxjava3.ext.unit.report with parameters of type TestSuiteReportModifier and TypeMethodDescriptionstatic TestSuiteReportTestSuiteReport.newInstance(TestSuiteReport arg) Constructors in io.vertx.rxjava3.ext.unit.report with parameters of type TestSuiteReport