Uses of Class
io.vertx.reactivex.ext.unit.report.TestCaseReport
-
Packages that use TestCaseReport Package Description io.vertx.reactivex.ext.unit.report -
-
Uses of TestCaseReport in io.vertx.reactivex.ext.unit.report
Fields in io.vertx.reactivex.ext.unit.report with type parameters of type TestCaseReport Modifier and Type Field Description static TypeArg<TestCaseReport>TestCaseReport. __TYPE_ARGMethods in io.vertx.reactivex.ext.unit.report that return TestCaseReport Modifier and Type Method Description TestCaseReportTestCaseReport. endHandler(io.vertx.core.Handler<TestResult> handler)Set a callback for completion, the specifiedhandleris invoked when the test exec has completed.static TestCaseReportTestCaseReport. newInstance(io.vertx.ext.unit.report.TestCaseReport arg)Methods in io.vertx.reactivex.ext.unit.report that return types with arguments of type TestCaseReport Modifier and Type Method Description ReadStream<TestCaseReport>TestSuiteReport. fetch(long amount)Fetch the specifiedamountof elements.Pipe<TestCaseReport>TestSuiteReport. pipe()Pause this stream and return a to transfer the elements of this stream to a destination .io.reactivex.Flowable<TestCaseReport>TestSuiteReport. toFlowable()io.reactivex.Observable<TestCaseReport>TestSuiteReport. toObservable()Method parameters in io.vertx.reactivex.ext.unit.report with type arguments of type TestCaseReport Modifier and Type Method Description TestSuiteReportTestSuiteReport. handler(io.vertx.core.Handler<TestCaseReport> handler)voidTestSuiteReport. pipeTo(WriteStream<TestCaseReport> dst)Pipe thisReadStreamto theWriteStream.voidTestSuiteReport. pipeTo(WriteStream<TestCaseReport> dst, io.vertx.core.Handler<io.vertx.core.AsyncResult<Void>> handler)Pipe thisReadStreamto theWriteStream.io.reactivex.CompletableTestSuiteReport. rxPipeTo(WriteStream<TestCaseReport> dst)Pipe thisReadStreamto theWriteStream.
-