Package | Description |
---|---|
io.vertx.ext.unit.report | |
io.vertx.reactivex.ext.unit.report | |
io.vertx.rxjava.ext.unit.report |
Modifier and Type | Method and Description |
---|---|
void |
Reporter.reportEndTestCase(R report,
String name,
TestResult result)
Signals a test case ended.
|
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 |
---|---|
TestResult |
TestResult.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static TestResult |
TestResult.newInstance(TestResult arg) |
Constructor and Description |
---|
TestResult(TestResult delegate) |
Modifier and Type | Method and Description |
---|---|
TestResult |
TestResult.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static TestResult |
TestResult.newInstance(TestResult arg) |
Constructor and Description |
---|
TestResult(TestResult delegate) |
Copyright © 2021 Eclipse. All rights reserved.