Uses of Interface
io.vertx.ext.unit.report.TestCaseReport
-
Packages that use TestCaseReport Package Description io.vertx.ext.unit.report io.vertx.reactivex.ext.unit.report io.vertx.rxjava3.ext.unit.report -
-
Uses of TestCaseReport in io.vertx.ext.unit.report
Methods in io.vertx.ext.unit.report that return TestCaseReport Modifier and Type Method Description TestCaseReport
TestCaseReport. endHandler(Handler<TestResult> handler)
Set a callback for completion, the specifiedhandler
is invoked when the test exec has completed.Method parameters in io.vertx.ext.unit.report with type arguments of type TestCaseReport Modifier and Type Method Description TestSuiteReport
TestSuiteReport. handler(Handler<TestCaseReport> handler)
-
Uses of TestCaseReport in io.vertx.reactivex.ext.unit.report
Methods in io.vertx.reactivex.ext.unit.report that return TestCaseReport Modifier and Type Method Description TestCaseReport
TestCaseReport. getDelegate()
Methods in io.vertx.reactivex.ext.unit.report with parameters of type TestCaseReport Modifier and Type Method Description static TestCaseReport
TestCaseReport. newInstance(TestCaseReport arg)
Constructors in io.vertx.reactivex.ext.unit.report with parameters of type TestCaseReport Constructor Description TestCaseReport(TestCaseReport delegate)
-
Uses of TestCaseReport in io.vertx.rxjava3.ext.unit.report
Methods in io.vertx.rxjava3.ext.unit.report that return TestCaseReport Modifier and Type Method Description TestCaseReport
TestCaseReport. getDelegate()
Methods in io.vertx.rxjava3.ext.unit.report with parameters of type TestCaseReport Modifier and Type Method Description static TestCaseReport
TestCaseReport. newInstance(TestCaseReport arg)
Constructors in io.vertx.rxjava3.ext.unit.report with parameters of type TestCaseReport Constructor Description TestCaseReport(TestCaseReport delegate)
-