Uses of Class
io.vertx.rxjava3.ext.unit.report.TestCaseReport
-
Packages that use TestCaseReport Package Description io.vertx.rxjava3.ext.unit.report -
-
Uses of TestCaseReport in io.vertx.rxjava3.ext.unit.report
Fields in io.vertx.rxjava3.ext.unit.report with type parameters of type TestCaseReport Modifier and Type Field Description static io.vertx.lang.rx.TypeArg<TestCaseReport>
TestCaseReport. __TYPE_ARG
Methods in io.vertx.rxjava3.ext.unit.report that return TestCaseReport 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.static TestCaseReport
TestCaseReport. newInstance(TestCaseReport arg)
Methods in io.vertx.rxjava3.ext.unit.report that return types with arguments of type TestCaseReport Modifier and Type Method Description ReadStream<TestCaseReport>
TestSuiteReport. fetch(long amount)
Fetch the specifiedamount
of elements.Pipe<TestCaseReport>
TestSuiteReport. pipe()
Pause this stream and return a to transfer the elements of this stream to a destination .Flowable<TestCaseReport>
TestSuiteReport. toFlowable()
Observable<TestCaseReport>
TestSuiteReport. toObservable()
Method parameters in io.vertx.rxjava3.ext.unit.report with type arguments of type TestCaseReport Modifier and Type Method Description TestSuiteReport
TestSuiteReport. handler(Handler<TestCaseReport> handler)
Completable
TestSuiteReport. pipeTo(WriteStream<TestCaseReport> dst)
Pipe thisReadStream
to theWriteStream
.Completable
TestSuiteReport. rxPipeTo(WriteStream<TestCaseReport> dst)
Pipe thisReadStream
to theWriteStream
.
-