Class: Async

vertx-unit-js/async~ Async

new Async()

An asynchronous exit point for a test.
Source:

Methods

complete()

Signals the asynchronous operation is done, this method should be called only once, if the method is called another time it will throw an IllegalStateException to signal the error.
Source: