| Package | Description | 
|---|---|
| io.vertx.ext.unit | |
| io.vertx.reactivex.ext.unit | |
| io.vertx.rxjava.ext.unit | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
Async
An asynchronous exit point for a test. 
 | 
interface  | 
TestCompletion
This object provides callback-ability for the end of a test suite, the completion succeeds
 when all tests pass otherwise it fails. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Completion | 
Completion.getDelegate()  | 
| Modifier and Type | Method and Description | 
|---|---|
static <T> Completion<T> | 
Completion.newInstance(Completion arg)  | 
static <T> Completion<T> | 
Completion.newInstance(Completion arg,
           io.vertx.lang.rx.TypeArg<T> __typeArg_T)  | 
| Constructor and Description | 
|---|
Completion(Completion delegate)  | 
| Modifier and Type | Method and Description | 
|---|---|
Completion | 
Completion.getDelegate()  | 
| Modifier and Type | Method and Description | 
|---|---|
static <T> Completion<T> | 
Completion.newInstance(Completion arg)  | 
static <T> Completion<T> | 
Completion.newInstance(Completion arg,
           io.vertx.lang.rx.TypeArg<T> __typeArg_T)  | 
| Constructor and Description | 
|---|
Completion(Completion delegate)  | 
Copyright © 2020 Eclipse. All rights reserved.