| Property | Defined by | ||
|---|---|---|---|
| id : int [read-only]
| ITestRunner | ||
| isRunning : Boolean [read-only]
| ITestRunner | ||
| test : Test
[read-only]
| ITestRunner | ||
| testCount : int [read-only]
| ITestRunner | ||
| Method | Defined by | ||
|---|---|---|---|
|
cancel():void
This is not possible during a synchronous run.
| ITestRunner | ||
|
| ITestRunner | ||
|
run(listener:ITestListener = null):void
| ITestRunner | ||
|
unload():void
| ITestRunner | ||
| 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
| cancel | () | method |
public function cancel():voidThis is not possible during a synchronous run. Instantiating tests in another thread may be possible in a projector environment with OS level access. Further exploration is needed here.
| load | () | method |
| run | () | method |
public function run(listener:ITestListener = null):voidParameters
listener:ITestListener (default = null) |
| unload | () | method |
public function unload():void