Packagefunit.gui
Classpublic class SimpleTestRunner
InheritanceSimpleTestRunner Inheritance mx.containers.Panel
SubclassesAutomationTestRunner



Public Properties
 PropertyDefined by
  test : Test
SimpleTestRunner
Protected Properties
 PropertyDefined 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
Public Methods
 MethodDefined by
  
SimpleTestRunner
  
initialize():void
SimpleTestRunner
  
run(listener:ITestListener = null):void
SimpleTestRunner
Protected Methods
 MethodDefined by
  
SimpleTestRunner
  
SimpleTestRunner
Property detail
_currentCountproperty
protected var _currentCount:int
_labelproperty 
protected var _label:Label
_progressBarproperty 
protected var _progressBar:ProgressBar
_runnerproperty 
protected var _runner:TestRunner
testproperty 
test:Test  [read-write]

Implementation
    public function get test():Test
    public function set test(value:Test):void
_testFailureCountproperty 
protected var _testFailureCount:int
_testFailureLabelproperty 
protected var _testFailureLabel:Label
_testIgnoreCountproperty 
protected var _testIgnoreCount:int
_testIgnoreLabelproperty 
protected var _testIgnoreLabel:Label
_testRunCountproperty 
protected var _testRunCount:int
_testRunLabelproperty 
protected var _testRunLabel:Label
_titleproperty 
protected var _title:Label
Constructor detail
SimpleTestRunner()constructor
public function SimpleTestRunner()

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

Parameters
listener:ITestListener (default = null)