search

goog.testing.JsTdAsyncWrapper.Queue

Provided By

A queue that mirrors the JSTD Async Queue api but exposes a promise that resolves once the queue is complete for compatibility with JsUnit.

new Queue( testObj )

Parameters
testObjObject

The test object containing all test methods. This object is passed into queue callbacks as the "this" object.

Instance Methods