Searched refs:expected_calls (Results 1 – 5 of 5) sorted by relevance
21 def __init__(self, test_case, expected_calls, watched): argument48 self._expected_calls = [call_action(pair) for pair in expected_calls]
136 def assertCallStack(self, expected_calls): argument139 if expected_calls != actualCallList:141 (expected_calls, actualCallList))
280 size_t expected_calls, in SetUp() argument291 expected_calls_ = expected_calls; in SetUp()
1470 expected_calls = [1488 dep_info_mock.assert_call_args(expected_calls)