| Package | funit.core |
| Class | public class TestRunner |
| Inheritance | TestRunner TestDispatcher flash.events.EventDispatcher |
| Implements | ITestRunner |
| Property | Defined by | ||
|---|---|---|---|
| id : int [read-only]
| TestRunner | ||
| isRunning : Boolean [read-only]
| TestRunner | ||
| test : Test
[read-only]
| TestRunner | ||
| testCount : int [read-only]
| TestRunner | ||
| Method | Defined by | ||
|---|---|---|---|
|
TestRunner(id:int = 0)
| TestRunner | ||
|
cancel():void
| TestRunner | ||
|
| TestRunner | ||
|
run(listener:ITestListener = null):void
| TestRunner | ||
|
runFinished(result:TestResult):void
| TestRunner | ||
|
runFinishedError(error:Error):void
| TestRunner | ||
|
runStarted(testName:String, testCount:int):void
| TestRunner | ||
|
suiteFinished(result:TestSuiteResult):void
| TestRunner | ||
|
suiteStarted(testName:TestName):void
| TestRunner | ||
|
testFinished(result:TestCaseResult):void
| TestRunner | ||
|
testOutput(testOutput:TestOutput):void
| TestRunner | ||
|
testStarted(testName:TestName):void
| TestRunner | ||
|
unhandledError(error:Error):void
| TestRunner | ||
|
unload():void
| TestRunner | ||
| Event | Summary | Defined by | ||
|---|---|---|---|---|
| TestRunner | ||||
![]() | TestDispatcher | |||
![]() | TestDispatcher | |||
![]() | TestDispatcher | |||
![]() | TestDispatcher | |||
![]() | TestDispatcher | |||
![]() | TestDispatcher | |||
![]() | TestDispatcher | |||
![]() | TestDispatcher | |||
![]() | TestDispatcher | |||
| TestRunner | ||||
| id | property |
id:int [read-only]Implementation
public function get id():int
| isRunning | property |
isRunning:Boolean [read-only]Implementation
public function get isRunning():Boolean
| test | property |
| testCount | property |
testCount:int [read-only]Implementation
public function get testCount():int
| TestRunner | () | constructor |
public function TestRunner(id:int = 0)Parameters
id:int (default = 0) |
| cancel | () | method |
public function cancel():void
| load | () | method |
| run | () | method |
public function run(listener:ITestListener = null):voidParameters
listener:ITestListener (default = null) |
| runFinished | () | method |
| runFinishedError | () | method |
public override function runFinishedError(error:Error):voidParameters
error:Error |
| runStarted | () | method |
public override function runStarted(testName:String, testCount:int):voidParameters
testName:String |
|
testCount:int |
| suiteFinished | () | method |
public override function suiteFinished(result:TestSuiteResult):voidParameters
result:TestSuiteResult |
| suiteStarted | () | method |
| testFinished | () | method |
| testOutput | () | method |
| testStarted | () | method |
| unhandledError | () | method |
public override function unhandledError(error:Error):voidParameters
error:Error |
| unload | () | method |
public function unload():void
| load | event |
| unload | event |