Uses of Interface
io.vertx.ext.unit.report.TestCaseReport
Packages that use TestCaseReport
Package
Description
-
Uses of TestCaseReport in io.vertx.ext.unit.report
Subinterfaces with type arguments of type TestCaseReport in io.vertx.ext.unit.reportModifier and TypeInterfaceDescriptioninterfaceThe test suite reports is basically a stream of events reporting the test suite execution.Methods in io.vertx.ext.unit.report that return TestCaseReportModifier and TypeMethodDescriptionTestCaseReport.endHandler(Handler<TestResult> handler) Set a callback for completion, the specifiedhandleris invoked when the test exec has completed.Method parameters in io.vertx.ext.unit.report with type arguments of type TestCaseReport -
Uses of TestCaseReport in io.vertx.reactivex.ext.unit.report
Methods in io.vertx.reactivex.ext.unit.report that return TestCaseReportMethods in io.vertx.reactivex.ext.unit.report with parameters of type TestCaseReportModifier and TypeMethodDescriptionstatic TestCaseReportTestCaseReport.newInstance(TestCaseReport arg) Constructors in io.vertx.reactivex.ext.unit.report with parameters of type TestCaseReport -
Uses of TestCaseReport in io.vertx.rxjava3.ext.unit.report
Methods in io.vertx.rxjava3.ext.unit.report that return TestCaseReportMethods in io.vertx.rxjava3.ext.unit.report with parameters of type TestCaseReportModifier and TypeMethodDescriptionstatic TestCaseReportTestCaseReport.newInstance(TestCaseReport arg) Constructors in io.vertx.rxjava3.ext.unit.report with parameters of type TestCaseReport