Package | org.flexunit.events.rule |
Class | public class MultiMatcher |
Inheritance | MultiMatcher ![]() |
Method | Defined 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 |
MultiMatcher | () | Constructor |
public function MultiMatcher()
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 |
Boolean |