search

goog.testing.AsyncTestCase

Provided By
Extends
All Known Direct Subclasses
warning Deprecated

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

A test case that is capable of running tests that contain asynchronous logic.

new AsyncTestCase( opt_name )

Parameters
opt_namestring=

A descriptive name for the test case.

Instance Methods

Instance Properties

Static Functions

Classes