Packagefunit.listeners.events
Classpublic class RunStartEvent
InheritanceRunStartEvent Inheritance flash.events.Event



Public Properties
 PropertyDefined by
  testCount : int
RunStartEvent
  testName : String
RunStartEvent
Public Methods
 MethodDefined by
  
RunStartEvent(type:String, testName:String, testCount:int)
RunStartEvent
Public Constants
 ConstantDefined by
  RUN_START : String = "runStart"
[static]
RunStartEvent
Property detail
testCountproperty
public var testCount:int
testNameproperty 
public var testName:String
Constructor detail
RunStartEvent()constructor
public function RunStartEvent(type:String, testName:String, testCount:int)

Parameters
type:String
 
testName:String
 
testCount:int
Constant detail
RUN_STARTconstant
public static const RUN_START:String = "runStart"