Uses of Class
io.vertx.rxjava3.ext.unit.report.TestResult
-
Packages that use TestResult Package Description io.vertx.rxjava3.ext.unit.report -
-
Uses of TestResult in io.vertx.rxjava3.ext.unit.report
Fields in io.vertx.rxjava3.ext.unit.report with type parameters of type TestResult Modifier and Type Field Description static io.vertx.lang.rx.TypeArg<TestResult>
TestResult. __TYPE_ARG
Methods in io.vertx.rxjava3.ext.unit.report that return TestResult Modifier and Type Method Description static TestResult
TestResult. newInstance(TestResult arg)
Method parameters in io.vertx.rxjava3.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.
-