Package | Description |
---|---|
io.vertx.ext.unit |
= Vertx unit
Asynchronous polyglot unit testing.
|
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.
|
Copyright © 2018 Eclipse. All rights reserved.