Package | Description |
---|---|
io.vertx.rxjava.ext.unit.report |
Modifier and Type | Field and Description |
---|---|
static io.vertx.lang.rx.TypeArg<TestCaseReport> |
TestCaseReport.__TYPE_ARG |
Modifier and Type | Method and Description |
---|---|
TestCaseReport |
TestCaseReport.endHandler(Handler<TestResult> handler)
Set a callback for completion, the specified
handler is invoked when the test exec has completed. |
static TestCaseReport |
TestCaseReport.newInstance(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 .
|
Observable<TestCaseReport> |
TestSuiteReport.toObservable() |
Modifier and Type | Method and Description |
---|---|
TestSuiteReport |
TestSuiteReport.handler(Handler<TestCaseReport> handler) |
void |
TestSuiteReport.pipeTo(WriteStream<TestCaseReport> dst)
Like
ReadStream.pipeTo(io.vertx.rxjava.core.streams.WriteStream<T>) but with no completion handler. |
void |
TestSuiteReport.pipeTo(WriteStream<TestCaseReport> dst,
Handler<AsyncResult<Void>> handler)
Pipe this
ReadStream to the WriteStream . |
Observable<Void> |
TestSuiteReport.pipeToObservable(WriteStream<TestCaseReport> dst)
|
Single<Void> |
TestSuiteReport.rxPipeTo(WriteStream<TestCaseReport> dst)
Pipe this
ReadStream to the WriteStream . |
Copyright © 2023 Eclipse. All rights reserved.