Uses of Interface
io.vertx.ext.unit.Async
-
Packages that use Async Package Description io.vertx.ext.unit -
-
Uses of Async in io.vertx.ext.unit
Methods in io.vertx.ext.unit that return Async Modifier and Type Method Description AsyncTestContext. async()Create and returns a new async object, the returned async controls the completion of the test.AsyncTestContext. async(int count)Create and returns a new async object, the returned async controls the completion of the test.AsyncTestContext. strictAsync(int count)Create and returns a new async object, the returned async controls the completion of the test.
-