Packageorg.flexunit.events.rule
Classpublic class ExpectationEvent
InheritanceExpectationEvent Inheritance flash.events.Event



Public Properties
 PropertyDefined By
  reason : String
ExpectationEvent
Public Methods
 MethodDefined By
  
ExpectationEvent(type:String, reason:String)
ExpectationEvent
Public Constants
 ConstantDefined By
  FAIL_EXPECTATION : String = failEventExpectation
[static]
ExpectationEvent
  PASS_EXPECTATION : String = passEventExpectation
[static]
ExpectationEvent
Property Detail
reasonproperty
public var reason:String

Constructor Detail
ExpectationEvent()Constructor
public function ExpectationEvent(type:String, reason:String)



Parameters
type:String
 
reason:String
Constant Detail
FAIL_EXPECTATIONConstant
public static const FAIL_EXPECTATION:String = failEventExpectation

PASS_EXPECTATIONConstant 
public static const PASS_EXPECTATION:String = passEventExpectation