Packageflexunit.flexui.data
Classpublic class AbstractRowData
SubclassesTestCaseData, TestFunctionRowData

Abstract class representing a row in the test cases tree. A row can be either a test class (node) or a test case (leaf)



Public Properties
 PropertyDefined by
  assertionsMade : Number
[read-only] Abstract method.
AbstractRowData
  assertionsMadeLegend : String
[read-only]
AbstractRowData
  className : String
[read-only]
AbstractRowData
  failIcon : Class
[read-only]
AbstractRowData
  formattedAssertionsMade : String
[read-only]
AbstractRowData
  isAverage : Boolean
[read-only] Abstract method which allows the legend to be correctly formatted.
AbstractRowData
  label : String
AbstractRowData
  passIcon : Class
[read-only]
AbstractRowData
  qualifiedClassName : String
AbstractRowData
  testIsFailure : Boolean
AbstractRowData
  testSuccessful : Boolean
AbstractRowData
Property detail
assertionsMadeproperty
assertionsMade:Number  [read-only]

Abstract method. Defined in TestCaseRowData and in TestClassRowData

Implementation
    public function get assertionsMade():Number
assertionsMadeLegendproperty 
assertionsMadeLegend:String  [read-only]

Implementation
    public function get assertionsMadeLegend():String
classNameproperty 
className:String  [read-only]

Implementation
    public function get className():String
failIconproperty 
failIcon:Class  [read-only]Implementation
    public function get failIcon():Class
formattedAssertionsMadeproperty 
formattedAssertionsMade:String  [read-only]Implementation
    public function get formattedAssertionsMade():String
isAverageproperty 
isAverage:Boolean  [read-only]

Abstract method which allows the legend to be correctly formatted.

Implementation
    public function get isAverage():Boolean
labelproperty 
public var label:String
passIconproperty 
passIcon:Class  [read-only]Implementation
    public function get passIcon():Class
qualifiedClassNameproperty 
public var qualifiedClassName:String
testIsFailureproperty 
public var testIsFailure:Boolean
testSuccessfulproperty 
public var testSuccessful:Boolean