Packageflexunit.framework
Classpublic class AsyncTestHelper



Public Methods
 MethodDefined by
  
AsyncTestHelper(testCase:TestCase, testResult:TestResult)
AsyncTestHelper
  
handleEvent(event:Event):void
AsyncTestHelper
  
loadAsync():void
AsyncTestHelper
  
runNext():void
AsyncTestHelper
  
startAsync():void
AsyncTestHelper
  
timerHandler(event:TimerEvent):void
AsyncTestHelper
Constructor detail
AsyncTestHelper()constructor
public function AsyncTestHelper(testCase:TestCase, testResult:TestResult)Parameters
testCase:TestCase
 
testResult:TestResult
Method detail
handleEvent()method
public function handleEvent(event:Event):voidParameters
event:Event
loadAsync()method 
public function loadAsync():void
runNext()method 
public function runNext():void
startAsync()method 
public function startAsync():void
timerHandler()method 
public function timerHandler(event:TimerEvent):voidParameters
event:TimerEvent