| Package | Description |
|---|---|
| io.vertx.ext.unit.impl | |
| io.vertx.ext.unit.report | |
| io.vertx.reactivex.ext.unit.report | |
| io.vertx.rxjava.ext.unit.report |
| Modifier and Type | Class and Description |
|---|---|
class |
TestCaseReportImpl |
| Modifier and Type | Method and Description |
|---|---|
TestCaseReport |
TestCaseReportImpl.endHandler(Handler<TestResult> handler) |
| 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. |
| Modifier and Type | Method and Description |
|---|---|
TestSuiteReport |
TestSuiteReport.handler(Handler<TestCaseReport> handler) |
| Modifier and Type | Method and Description |
|---|---|
TestCaseReport |
TestCaseReport.getDelegate() |
| Modifier and Type | Method and Description |
|---|---|
static TestCaseReport |
TestCaseReport.newInstance(TestCaseReport arg) |
| Constructor and Description |
|---|
TestCaseReport(TestCaseReport delegate) |
| Modifier and Type | Method and Description |
|---|---|
TestCaseReport |
TestCaseReport.getDelegate() |
| Modifier and Type | Method and Description |
|---|---|
static TestCaseReport |
TestCaseReport.newInstance(TestCaseReport arg) |
| Constructor and Description |
|---|
TestCaseReport(TestCaseReport delegate) |
Copyright © 2020. All rights reserved.