Uses of Class
io.vertx.reactivex.ext.unit.report.TestCaseReport
Packages that use TestCaseReport
-
Uses of TestCaseReport in io.vertx.reactivex.ext.unit.report
Classes in io.vertx.reactivex.ext.unit.report that implement interfaces with type arguments of type TestCaseReportModifier and TypeClassDescriptionclassThe test suite reports is basically a stream of events reporting the test suite execution.Fields in io.vertx.reactivex.ext.unit.report with type parameters of type TestCaseReportModifier and TypeFieldDescriptionstatic final io.vertx.lang.rx.TypeArg<TestCaseReport> TestCaseReport.__TYPE_ARGMethods in io.vertx.reactivex.ext.unit.report that return TestCaseReportModifier and TypeMethodDescriptionTestCaseReport.endHandler(Handler<TestResult> handler) Set a callback for completion, the specifiedhandleris invoked when the test exec has completed.static TestCaseReportTestCaseReport.newInstance(TestCaseReport arg) Methods in io.vertx.reactivex.ext.unit.report that return types with arguments of type TestCaseReportModifier and TypeMethodDescriptionTestSuiteReport.fetch(long amount) Fetch the specifiedamountof elements.TestSuiteReport.pipe()Pause this stream and return a to transfer the elements of this stream to a destination .TestSuiteReport.toFlowable()TestSuiteReport.toObservable()Method parameters in io.vertx.reactivex.ext.unit.report with type arguments of type TestCaseReportModifier and TypeMethodDescriptionTestSuiteReport.handler(Handler<TestCaseReport> handler) TestSuiteReport.pipeTo(WriteStream<TestCaseReport> dst) Pipe thisReadStreamto theWriteStream.TestSuiteReport.rxPipeTo(WriteStream<TestCaseReport> dst) Pipe thisReadStreamto theWriteStream.