asynctestcase_noasync_test.js
No description.

File Location

/goog/testing/asynctestcase_noasync_test.js


Public Protected Private

Global Functions

doAsyncStuff(numAsyncCallsname)
Uses window.setTimeout() to perform asynchronous behaviour and uses asyncTestCase.waitForAsync() and asyncTestCase.continueTesting() to mark the beginning and end of it.
Arguments:
numAsyncCalls : number
The number of asynchronous calls to make.
name : string
The name of the current step.
code »
oldTimeout()
No description.
code »
window.setTimeout()
No description.
code »
setUp()
No description.
code »
setUpPage()
No description.
code »
tearDown()
No description.
code »
tearDownPage()
No description.
code »
test1()
No description.
code »
test2()
No description.
code »
test3()
No description.
code »
testSignalsCallContinueTestingBeforeFinishing()
No description.
code »
testSignalsReturn()
No description.
code »

Directory testing

File Reference