Searched refs:expected_call (Results 1 – 3 of 3) sorted by relevance
33 expected_call, action = self._expected_calls.pop(0)35 received_call == expected_call,38 ' received: %s\n' % (str(expected_call),
167 auto& expected_call = EXPECT_CALL(*this, Flush(_, _, _)); in WaitForFlush() local168 expected_call.WillOnce(Invoke( in WaitForFlush()
74 def __init__(self, received_call, expected_call): argument75 expected_key, expected_request = expected_call