deferredtestcase.js
No description.

File Location

/goog/testing/deferredtestcase.js

Classes

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

Public Protected Private

Global Functions

goog.testing.DeferredTestCase.createAndInstall(opt_name) !goog.testing.DeferredTestCase
Preferred way of creating a DeferredTestCase. Creates one and initializes it with the G_testRunner.
Arguments:
opt_name : string=
A descriptive name for the test case.
Returns: !goog.testing.DeferredTestCase  The created DeferredTestCase.
code »

Directory testing

File Reference