asynctestcase.js
No description.

File Location

/goog/testing/asynctestcase.js

Classes

goog.testing.AsyncTestCase
A test case that is capable of running tests the contain asynchronous logic.
goog.testing.AsyncTestCase.ControlBreakingException
An exception class used solely for control flow.

Public Protected Private

Global Functions

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

Directory testing

File Reference