continuationtestcase_test.js
No description.

File Location

/goog/testing/continuationtestcase_test.js


Public Protected Private

Global Functions

testWaitForTimeout&function%0&a()
No description.
code »
testWaitForTimeout&function%1&b()
No description.
code »
testWaitForTimeout&function%2&c()
No description.
code »
condition()
No description.
code »
fireEvent()
No description.
code »
No description.
Returns: goog.testing.ContinuationTestCase.Step  A generic step in a continuation test.
code »
No description.
Returns: goog.testing.ContinuationTestCase.Test  A simple continuation test with generic setUp, test, and tearDown functions.
code »
handleCondition()
No description.
code »
handleEvent()
No description.
code »
handleTimeout()
No description.
code »
installMockClock()
Installs the Mock Clock and replaces the Step timeouts with the mock implementations.
code »
setUp()
Resets the mock clock. Includes a wait step to verify that setUp routines can contain continuations.
code »
setUpPage()
No description.
code »
tearDown()
Uninstalls the mock clock if it was installed, and restores the Step timeout functions to the default window implementations.
code »
testAddStep()
No description.
code »
testCancelTestPhase()
No description.
code »
testCrazyNestedWaitFunction()
No description.
code »
testOutOfOrderWaits()
No description.
code »
testStepClearTimeout()
No description.
code »
testStepSetTimeout()
No description.
code »
testStepWaiting()
No description.
code »
testTestPhases()
No description.
code »
testTestSetError()
No description.
code »
testWaitForCondition()
No description.
code »
testWaitForEvent()
No description.
code »
testWaitForTimeout()
No description.
code »

Global Variables

testObj :
No description.
Code »

Directory testing

File Reference