Home
last modified time | relevance | path

Searched refs:expected_call (Results 1 – 3 of 3) sorted by relevance

/external/chromium-trace/catapult/devil/devil/utils/
Dmock_calls.py33 expected_call, action = self._expected_calls.pop(0)
35 received_call == expected_call,
38 ' received: %s\n' % (str(expected_call),
/external/perfetto/src/tracing/test/
Dmock_producer.cc167 auto& expected_call = EXPECT_CALL(*this, Flush(_, _, _)); in WaitForFlush() local
168 expected_call.WillOnce(Invoke( in WaitForFlush()
/external/python/apitools/apitools/base/py/testing/
Dmock.py74 def __init__(self, received_call, expected_call): argument
75 expected_key, expected_request = expected_call