new Async() An asynchronous exit point for a test. Source: async.js, line 29 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: async.js, line 41