Uses of Interface
io.vertx.ext.unit.report.TestCaseReport
-
Packages that use TestCaseReport Package Description io.vertx.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 TestCaseReportTestCaseReport. 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 Modifier and Type Method Description TestSuiteReportTestSuiteReport. handler(Handler<TestCaseReport> handler)
-