| 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 |
FailureImpl |
| Modifier and Type | Method and Description |
|---|---|
Failure |
TestResultImpl.failure() |
| Constructor and Description |
|---|
TestResultImpl(String name,
long beginTime,
long durationTime,
Failure failure) |
| Modifier and Type | Method and Description |
|---|---|
Failure |
TestResult.failure()
An exception describing failure, null if the test succeeded.
|
| Modifier and Type | Method and Description |
|---|---|
Failure |
Failure.getDelegate() |
| Modifier and Type | Method and Description |
|---|---|
static Failure |
Failure.newInstance(Failure arg) |
| Constructor and Description |
|---|
Failure(Failure delegate) |
| Modifier and Type | Method and Description |
|---|---|
Failure |
Failure.getDelegate() |
| Modifier and Type | Method and Description |
|---|---|
static Failure |
Failure.newInstance(Failure arg) |
| Constructor and Description |
|---|
Failure(Failure delegate) |
Copyright © 2021. All rights reserved.