| Package | funit.listeners |
| Class | public class TestDispatcher |
| Inheritance | TestDispatcher flash.events.EventDispatcher |
| Implements | ITestListener |
| Subclasses | TestRunner |
| Method | Defined by | ||
|---|---|---|---|
|
| TestDispatcher | ||
|
runFinished(result:TestResult):void
| TestDispatcher | ||
|
runFinishedError(error:Error):void
| TestDispatcher | ||
|
runStarted(testName:String, testCount:int):void
| TestDispatcher | ||
|
suiteFinished(result:TestSuiteResult):void
| TestDispatcher | ||
|
suiteStarted(testName:TestName):void
| TestDispatcher | ||
|
testFinished(result:TestCaseResult):void
| TestDispatcher | ||
|
testOutput(testOutput:TestOutput):void
| TestDispatcher | ||
|
testStarted(testName:TestName):void
| TestDispatcher | ||
|
unhandledError(error:Error):void
| TestDispatcher | ||
| Event | Summary | Defined by | ||
|---|---|---|---|---|
| TestDispatcher | ||||
| TestDispatcher | ||||
| TestDispatcher | ||||
| TestDispatcher | ||||
| TestDispatcher | ||||
| TestDispatcher | ||||
| TestDispatcher | ||||
| TestDispatcher | ||||
| TestDispatcher | ||||
| TestDispatcher | () | constructor |
public function TestDispatcher()
| runFinished | () | method |
| runFinishedError | () | method |
public function runFinishedError(error:Error):voidParameters
error:Error |
| runStarted | () | method |
public function runStarted(testName:String, testCount:int):voidParameters
testName:String |
|
testCount:int |
| suiteFinished | () | method |
| suiteStarted | () | method |
| testFinished | () | method |
| testOutput | () | method |
| testStarted | () | method |
| unhandledError | () | method |
public function unhandledError(error:Error):voidParameters
error:Error |
| runFinish | event |
| runFinishError | event |
| runStart | event |
| suiteFinish | event |
| suiteStart | event |
| testFinish | event |
| testOutput | event |
| testStart | event |
| unhandledError | event |