Uses of Interface
io.vertx.ext.unit.report.TestResult
-
Packages that use TestResult Package Description io.vertx.ext.unit.report -
-
Uses of TestResult in io.vertx.ext.unit.report
Methods in io.vertx.ext.unit.report with parameters of type TestResult Modifier and Type Method Description voidReporter. reportEndTestCase(R report, String name, TestResult result)Signals a test case ended.Method parameters in io.vertx.ext.unit.report with type arguments of type TestResult Modifier and Type Method Description TestCaseReportTestCaseReport. endHandler(Handler<TestResult> handler)Set a callback for completion, the specifiedhandleris invoked when the test exec has completed.
-