Lines Matching refs:matcher
55 def begin(self, matcher): argument
56 return PersistenceStage(self, matcher, self._reply_stage_factory)
91 def wait_until_invoked(self, matcher, times, timeout): argument
96 invoked_times = sum((matcher(i) for i in self._invoked_obj))
105 def __init__(self, behavior, matcher, reply_stage_factory): argument
107 self._matcher = matcher
121 def init(self, behavior, matcher, persistence): argument
123 self._matcher = matcher
132 def __init__(self, matcher, persistence, fn): argument
133 self._matcher = matcher
151 def __init__(self, behavior, matcher, timeout): argument
153 self._matcher = matcher
169 return lambda matcher: BoundVerificationStage(behavior, matcher, t)