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