search

goog.testing.ContinuationTestCase

Provided By
Extends
warning Deprecated

ContinuationTestCase is deprecated. Prefer returning Promises for tests that assert Asynchronous behavior.

Constructs a test case that supports tests with continuations. Test functions may issue "wait" commands that suspend the test temporarily and continue once the wait condition is met.

new ContinuationTestCase( opt_name )

Parameters
opt_namestring=

Optional name for the test case.

Instance Methods

Instance Properties

Static Properties

Classes