Uses of Interface
io.vertx.ext.unit.report.TestSuiteReport
-
Packages that use TestSuiteReport Package Description io.vertx.ext.unit.collect io.vertx.ext.unit.report io.vertx.reactivex.ext.unit.report io.vertx.rxjava3.ext.unit.report -
-
Uses of TestSuiteReport in io.vertx.ext.unit.collect
Method parameters in io.vertx.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.ext.unit.report
Methods in io.vertx.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)
TestSuiteReport
TestSuiteReport. pause()
TestSuiteReport
TestSuiteReport. resume()
-
Uses of TestSuiteReport in io.vertx.reactivex.ext.unit.report
Methods in io.vertx.reactivex.ext.unit.report that return TestSuiteReport Modifier and Type Method Description TestSuiteReport
TestSuiteReport. getDelegate()
Methods in io.vertx.reactivex.ext.unit.report with parameters of type TestSuiteReport Modifier and Type Method Description static TestSuiteReport
TestSuiteReport. newInstance(TestSuiteReport arg)
Constructors in io.vertx.reactivex.ext.unit.report with parameters of type TestSuiteReport Constructor Description TestSuiteReport(TestSuiteReport delegate)
-
Uses of TestSuiteReport in io.vertx.rxjava3.ext.unit.report
Methods in io.vertx.rxjava3.ext.unit.report that return TestSuiteReport Modifier and Type Method Description TestSuiteReport
TestSuiteReport. getDelegate()
Methods in io.vertx.rxjava3.ext.unit.report with parameters of type TestSuiteReport Modifier and Type Method Description static TestSuiteReport
TestSuiteReport. newInstance(TestSuiteReport arg)
Constructors in io.vertx.rxjava3.ext.unit.report with parameters of type TestSuiteReport Constructor Description TestSuiteReport(TestSuiteReport delegate)
-