Uses of Interface
io.vertx.ext.unit.report.TestResult
Packages that use TestResult
Package
Description
-
Uses of TestResult in io.vertx.ext.unit.report
Methods in io.vertx.ext.unit.report with parameters of type TestResultModifier and TypeMethodDescriptionvoidReporter.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 TestResultModifier and TypeMethodDescriptionTestCaseReport.endHandler(Handler<TestResult> handler) Set a callback for completion, the specifiedhandleris 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 TestResultMethods in io.vertx.reactivex.ext.unit.report with parameters of type TestResultConstructors in io.vertx.reactivex.ext.unit.report with parameters of type TestResult -
Uses of TestResult in io.vertx.rxjava3.ext.unit.report
Methods in io.vertx.rxjava3.ext.unit.report that return TestResultMethods in io.vertx.rxjava3.ext.unit.report with parameters of type TestResultConstructors in io.vertx.rxjava3.ext.unit.report with parameters of type TestResult