asynctestcase_async_test.js
No description.

File Location

/goog/testing/asynctestcase_async_test.js


Public Protected Private

Global Functions

test2_asyncContinueThenWait&async1()
No description.
code »
test2_asyncContinueThenWait&async2()
No description.
code »
callback()
No description.
code »
doAsyncSignals()
No description.
code »
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 »
setUp()
No description.
code »
setUpPage()
No description.
code »
tearDown()
No description.
code »
tearDownPage()
No description.
code »
test1()
No description.
code »
test2_asyncContinueThenWait()
No description.
code »
test3()
No description.
code »
testSignalsCallContinueTestingBeforeFinishing()
No description.
code »
testSignalsMixedSyncAndAsync()
No description.
code »
testSignalsMixedSyncAndAsyncMultipleWaits()
No description.
code »
testSignalsReturn()
No description.
code »

Global Variables

asyncTestCase : goog.testing.AsyncTestCase
No description.
Code »
curTestIsDone :
No description.
Code »
setUpCalled :
No description.
Code »

Directory testing

File Reference