| Package | Description |
|---|---|
| io.vertx.rxjava3.ext.unit.report |
| Modifier and Type | Field and Description |
|---|---|
static TypeArg<TestCaseReport> |
TestCaseReport.__TYPE_ARG |
| Modifier and Type | Method and Description |
|---|---|
TestCaseReport |
TestCaseReport.endHandler(io.vertx.core.Handler<TestResult> handler)
Set a callback for completion, the specified
handler is invoked when the test exec has completed. |
static TestCaseReport |
TestCaseReport.newInstance(io.vertx.ext.unit.report.TestCaseReport arg) |
| Modifier and Type | Method and Description |
|---|---|
ReadStream<TestCaseReport> |
TestSuiteReport.fetch(long amount)
Fetch the specified
amount of elements. |
Pipe<TestCaseReport> |
TestSuiteReport.pipe()
Pause this stream and return a to transfer the elements of this stream to a destination .
|
io.reactivex.rxjava3.core.Flowable<TestCaseReport> |
TestSuiteReport.toFlowable() |
io.reactivex.rxjava3.core.Observable<TestCaseReport> |
TestSuiteReport.toObservable() |
| Modifier and Type | Method and Description |
|---|---|
TestSuiteReport |
TestSuiteReport.handler(io.vertx.core.Handler<TestCaseReport> handler) |
io.reactivex.rxjava3.core.Completable |
TestSuiteReport.pipeTo(WriteStream<TestCaseReport> dst)
Pipe this
ReadStream to the WriteStream. |
io.reactivex.rxjava3.core.Completable |
TestSuiteReport.rxPipeTo(WriteStream<TestCaseReport> dst)
Pipe this
ReadStream to the WriteStream. |
Copyright © 2022 Eclipse. All rights reserved.