Package | Description |
---|---|
io.vertx.rxjava.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. |
rx.Observable<TestCaseReport> |
TestSuiteReport.toObservable() |
Modifier and Type | Method and Description |
---|---|
TestSuiteReport |
TestSuiteReport.handler(io.vertx.core.Handler<TestCaseReport> handler) |
Copyright © 2019 Eclipse. All rights reserved.