| Package | Description | 
|---|---|
| io.vertx.rxjava3.ext.unit | 
| Modifier and Type | Field and Description | 
|---|---|
static io.vertx.lang.rx.TypeArg<Async> | 
Async.__TYPE_ARG  | 
| Modifier and Type | Method and Description | 
|---|---|
Async | 
TestContext.async()
Create and returns a new async object, the returned async controls the completion of the test. 
 | 
Async | 
TestContext.async(int count)
Create and returns a new async object, the returned async controls the completion of the test. 
 | 
static Async | 
Async.newInstance(Async arg)  | 
Async | 
TestContext.strictAsync(int count)
Create and returns a new async object, the returned async controls the completion of the test. 
 | 
Copyright © 2022 Eclipse. All rights reserved.