Lines Matching refs:match_fn
163 …def assert_event_occurs(self, match_fn, at_least_times=1, timeout=timedelta(seconds=DEFAULT_TIMEOU… argument
174 NOT_FOR_YOU_assert_event_occurs(self, match_fn, at_least_times, timeout)
176 …def assert_event_occurs_at_most(self, match_fn, at_most_times, timeout=timedelta(seconds=DEFAULT_T… argument
195 if match_fn(current_event):
213 match_fn, argument
225 if match_fn(current_event):
248 for match_fn in pending_matches:
249 if match_fn(current_event):
250 pending_matches.remove(match_fn)
251 matched_order.append(match_fn)
269 def NOT_FOR_YOU_assert_none_matching(istream, match_fn, timeout=timedelta(seconds=DEFAULT_TIMEOUT_S… argument
278 if match_fn(current_event):