Package | org.flexunit.events.rule |
Class | public class ExpectationEvent |
Inheritance | ExpectationEvent ![]() |
Property | Defined By | ||
---|---|---|---|
reason : String | ExpectationEvent |
Method | Defined By | ||
---|---|---|---|
ExpectationEvent(type:String, reason:String) | ExpectationEvent |
Constant | Defined By | ||
---|---|---|---|
FAIL_EXPECTATION : String = failEventExpectation [static] | ExpectationEvent | ||
PASS_EXPECTATION : String = passEventExpectation [static] | ExpectationEvent |
reason | property |
public var reason:String
ExpectationEvent | () | Constructor |
public function ExpectationEvent(type:String, reason:String)
type:String | |
reason:String |
FAIL_EXPECTATION | Constant |
public static const FAIL_EXPECTATION:String = failEventExpectation
PASS_EXPECTATION | Constant |
public static const PASS_EXPECTATION:String = passEventExpectation