Package | Description |
---|---|
io.vertx.ext.unit | |
io.vertx.reactivex.ext.unit | |
io.vertx.rxjava.ext.unit |
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.
|
Async |
TestContext.strictAsync(int count)
Create and returns a new async object, the returned async controls the completion of the test.
|
Modifier and Type | Method and Description |
---|---|
Async |
Async.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static Async |
Async.newInstance(Async arg) |
Constructor and Description |
---|
Async(Async delegate) |
Modifier and Type | Method and Description |
---|---|
Async |
Async.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static Async |
Async.newInstance(Async arg) |
Constructor and Description |
---|
Async(Async delegate) |
Copyright © 2021 Eclipse. All rights reserved.