| Package | funit.gui |
| Class | public class SimpleTestRunner |
| Inheritance | SimpleTestRunner mx.containers.Panel |
| Subclasses | AutomationTestRunner |
| Property | Defined by | ||
|---|---|---|---|
| _currentCount : int | SimpleTestRunner | ||
| _label : Label | SimpleTestRunner | ||
| _progressBar : ProgressBar | SimpleTestRunner | ||
| _runner : TestRunner | SimpleTestRunner | ||
| _testFailureCount : int | SimpleTestRunner | ||
| _testFailureLabel : Label | SimpleTestRunner | ||
| _testIgnoreCount : int | SimpleTestRunner | ||
| _testIgnoreLabel : Label | SimpleTestRunner | ||
| _testRunCount : int | SimpleTestRunner | ||
| _testRunLabel : Label | SimpleTestRunner | ||
| _title : Label | SimpleTestRunner | ||
| Method | Defined by | ||
|---|---|---|---|
|
| SimpleTestRunner | ||
|
initialize():void
| SimpleTestRunner | ||
|
run(listener:ITestListener = null):void
| SimpleTestRunner | ||
| Method | Defined by | ||
|---|---|---|---|
|
commitProperties():void
| SimpleTestRunner | ||
|
createChildren():void
| SimpleTestRunner | ||
| _currentCount | property |
protected var _currentCount:int
| _label | property |
protected var _label:Label
| _progressBar | property |
protected var _progressBar:ProgressBar
| _runner | property |
protected var _runner:TestRunner
| test | property |
test:Test [read-write]Implementation
public function get test():Test
public function set test(value:Test):void
| _testFailureCount | property |
protected var _testFailureCount:int
| _testFailureLabel | property |
protected var _testFailureLabel:Label
| _testIgnoreCount | property |
protected var _testIgnoreCount:int
| _testIgnoreLabel | property |
protected var _testIgnoreLabel:Label
| _testRunCount | property |
protected var _testRunCount:int
| _testRunLabel | property |
protected var _testRunLabel:Label
| _title | property |
protected var _title:Label
| SimpleTestRunner | () | constructor |
public function SimpleTestRunner()
| commitProperties | () | method |
protected override function commitProperties():void
| createChildren | () | method |
protected override function createChildren():void
| initialize | () | method |
public override function initialize():void
| run | () | method |
public function run(listener:ITestListener = null):voidParameters
listener:ITestListener (default = null) |