Package | org.flexunit.events.rule |
Interface | public interface IEventExpectation |
Implementors | EventExpectations |
Method | Defined By | ||
---|---|---|---|
atLeast(value:Number):IEventExpectation | IEventExpectation | ||
atMost(value:Number):IEventExpectation | IEventExpectation | ||
calls(method:Function):IEventExpectation | IEventExpectation | ||
greaterThan(value:Number):IEventExpectation | IEventExpectation | ||
greaterThanOrEqualTo(value:Number):IEventExpectation | IEventExpectation | ||
hasProperties(value:Object):IEventExpectation | IEventExpectation | ||
hasPropertyWithValue(propertyName:String, valueOrMatcher:*):IEventExpectation | IEventExpectation | ||
hasType(typeName:String):IEventExpectation | IEventExpectation | ||
instanceOf(eventType:Class):IEventExpectation | IEventExpectation | ||
lessThan(value:Number):IEventExpectation | IEventExpectation | ||
lessThanOrEqualTo(value:Number):IEventExpectation | IEventExpectation | ||
IEventExpectation | |||
IEventExpectation | |||
IEventExpectation | |||
times(value:Number):IEventExpectation | IEventExpectation | ||
IEventExpectation | |||
verify():void | IEventExpectation | ||
withTimeout(value:Number):IEventExpectation | IEventExpectation |
atLeast | () | method |
public function atLeast(value:Number):IEventExpectation
Parameters
value:Number |
IEventExpectation |
atMost | () | method |
public function atMost(value:Number):IEventExpectation
Parameters
value:Number |
IEventExpectation |
calls | () | method |
public function calls(method:Function):IEventExpectation
Parameters
method:Function |
IEventExpectation |
greaterThan | () | method |
public function greaterThan(value:Number):IEventExpectation
Parameters
value:Number |
IEventExpectation |
greaterThanOrEqualTo | () | method |
public function greaterThanOrEqualTo(value:Number):IEventExpectation
Parameters
value:Number |
IEventExpectation |
hasProperties | () | method |
public function hasProperties(value:Object):IEventExpectation
Parameters
value:Object |
IEventExpectation |
hasPropertyWithValue | () | method |
public function hasPropertyWithValue(propertyName:String, valueOrMatcher:*):IEventExpectation
Parameters
propertyName:String | |
valueOrMatcher:* |
IEventExpectation |
hasType | () | method |
public function hasType(typeName:String):IEventExpectation
Parameters
typeName:String |
IEventExpectation |
instanceOf | () | method |
public function instanceOf(eventType:Class):IEventExpectation
Parameters
eventType:Class |
IEventExpectation |
lessThan | () | method |
public function lessThan(value:Number):IEventExpectation
Parameters
value:Number |
IEventExpectation |
lessThanOrEqualTo | () | method |
public function lessThanOrEqualTo(value:Number):IEventExpectation
Parameters
value:Number |
IEventExpectation |
never | () | method |
once | () | method |
thrice | () | method |
times | () | method |
public function times(value:Number):IEventExpectation
Parameters
value:Number |
IEventExpectation |
twice | () | method |
verify | () | method |
public function verify():void
withTimeout | () | method |
public function withTimeout(value:Number):IEventExpectation
Parameters
value:Number |
IEventExpectation |