Packageorg.flexunit.events.rule
Classpublic class MultiMatcher
InheritanceMultiMatcher Inheritance org.hamcrest.BaseMatcher



Public Methods
 MethodDefined By
  
MultiMatcher
  
addChildMatcher(matcher:Matcher):void
MultiMatcher
  
describeMismatch(item:Object, mismatchDescription:Description):void
[override] Pass-through to the decorated matcher.
MultiMatcher
  
describeTo(description:Description):void
[override]
MultiMatcher
  
matches(events:Object):Boolean
[override]
MultiMatcher
Constructor Detail
MultiMatcher()Constructor
public function MultiMatcher()



Method Detail
addChildMatcher()method
public function addChildMatcher(matcher:Matcher):void

Parameters

matcher:Matcher

describeMismatch()method 
override public function describeMismatch(item:Object, mismatchDescription:Description):void

Pass-through to the decorated matcher.

Parameters

item:Object
 
mismatchDescription:Description

describeTo()method 
override public function describeTo(description:Description):void

Parameters

description:Description

matches()method 
override public function matches(events:Object):Boolean

Parameters

events:Object

Returns
Boolean