search

goog.testing.DeferredTestCase

Provided By
Extends
warning Deprecated

Use goog.testing.TestCase instead. goog.testing.TestCase now supports async testing using promises.

A test case that can asynchronously wait on a Deferred object.

new DeferredTestCase( opt_name )

Parameters
opt_namestring=

A descriptive name for the test case.

Instance Methods

Instance Properties

Static Functions