flexunit.framework

Class AsyncTestHelper




public class AsyncTestHelper




Constructor Summary
AsyncTestHelper(testCase:TestCase, testResult:TestResult)


Method Summary
handleEvent(event:Event) : void
loadAsync() : void                                        
runNext() : void                                        
startAsync() : void
timerHandler(event:TimerEvent) : void


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) : void

Parameters
event:Event

Returns
void

loadAsync Method

public function loadAsync() : void

Returns
void

runNext Method

public function runNext() : void

Returns
void

startAsync Method

public function startAsync() : void

Returns
void

timerHandler Method

public function timerHandler(event:TimerEvent) : void

Parameters
event:TimerEvent

Returns
void