Packageflexunit.flexui.data
Classpublic class TestRunnerBasePresentationModel
InheritanceTestRunnerBasePresentationModel Inheritance flash.events.EventDispatcher



Public Properties
 PropertyDefined by
  dataProvider : ListCollectionView
[read-only]
TestRunnerBasePresentationModel
  filterModel : FilterTestsModel
TestRunnerBasePresentationModel
  filterSectionEnabled : Boolean
TestRunnerBasePresentationModel
  numTestsRun : int
TestRunnerBasePresentationModel
  rowSelected : AbstractRowData
TestRunnerBasePresentationModel
  suiteDurationFormatted : String
[read-only]
TestRunnerBasePresentationModel
  testCaseSelected : TestCaseData
[read-only]
TestRunnerBasePresentationModel
  testFunctionSelected : TestFunctionRowData
[read-only]
TestRunnerBasePresentationModel
  testsRunning : Boolean
[read-only]
TestRunnerBasePresentationModel
  totalErrors : int
[read-only]
TestRunnerBasePresentationModel
  totalFailures : int
[read-only]
TestRunnerBasePresentationModel
  totalTests : int
TestRunnerBasePresentationModel
Public Methods
 MethodDefined by
  
TestRunnerBasePresentationModel
  
addError():void
TestRunnerBasePresentationModel
  
addFailure():void
TestRunnerBasePresentationModel
  
addTestRowToHierarchicalList(testCase:TestCase, error:Error, success:Boolean, isFailure:Boolean):TestFunctionRowData
TestRunnerBasePresentationModel
  
endTimer():void
TestRunnerBasePresentationModel
  
launchTests():void
TestRunnerBasePresentationModel
Events
 EventSummaryDefined by
    TestRunnerBasePresentationModel
    TestRunnerBasePresentationModel
    TestRunnerBasePresentationModel
    TestRunnerBasePresentationModel
    TestRunnerBasePresentationModel
    TestRunnerBasePresentationModel
    TestRunnerBasePresentationModel
Property detail
dataProviderproperty
dataProvider:ListCollectionView  [read-only]Implementation
    public function get dataProvider():ListCollectionView
filterModelproperty 
public var filterModel:FilterTestsModel
filterSectionEnabledproperty 
filterSectionEnabled:Boolean  [read-write]Implementation
    public function get filterSectionEnabled():Boolean
    public function set filterSectionEnabled(value:Boolean):void
numTestsRunproperty 
numTestsRun:int  [read-write]Implementation
    public function get numTestsRun():int
    public function set numTestsRun(value:int):void
rowSelectedproperty 
rowSelected:AbstractRowData  [read-write]Implementation
    public function get rowSelected():AbstractRowData
    public function set rowSelected(value:AbstractRowData):void
suiteDurationFormattedproperty 
suiteDurationFormatted:String  [read-only]Implementation
    public function get suiteDurationFormatted():String
testCaseSelectedproperty 
testCaseSelected:TestCaseData  [read-only]Implementation
    public function get testCaseSelected():TestCaseData
testFunctionSelectedproperty 
testFunctionSelected:TestFunctionRowData  [read-only]Implementation
    public function get testFunctionSelected():TestFunctionRowData
testsRunningproperty 
testsRunning:Boolean  [read-only]Implementation
    public function get testsRunning():Boolean
totalErrorsproperty 
totalErrors:int  [read-only]Implementation
    public function get totalErrors():int
totalFailuresproperty 
totalFailures:int  [read-only]Implementation
    public function get totalFailures():int
totalTestsproperty 
public var totalTests:int
Constructor detail
TestRunnerBasePresentationModel()constructor
public function TestRunnerBasePresentationModel()
Method detail
addError()method
public function addError():void
addFailure()method 
public function addFailure():void
addTestRowToHierarchicalList()method 
public function addTestRowToHierarchicalList(testCase:TestCase, error:Error, success:Boolean, isFailure:Boolean):TestFunctionRowDataParameters
testCase:TestCase
 
error:Error
 
success:Boolean
 
isFailure:Boolean

Returns
TestFunctionRowData
endTimer()method 
public function endTimer():void
launchTests()method 
public function launchTests():void
Event detail
filterChangedevent 
Event object type: flash.events.Event

filterEnableChangedevent  
Event object type: flash.events.Event

progressChangedevent  
Event object type: flash.events.Event

rowSelectedChangedevent  
Event object type: flash.events.Event

testSuiteRunDurationChangedevent  
Event object type: flash.events.Event

totalErrorsChangedevent  
Event object type: flash.events.Event

totalFailuresChangedevent  
Event object type: flash.events.Event