Searched refs:expected_calls (Results 1 – 6 of 6) sorted by relevance
51 self.expected_calls = []78 self._trace.expected_calls.append(call)86 if self._trace.next_call_index >= len(self._trace.expected_calls):90 expected_call = self._trace.expected_calls[
21 def __init__(self, test_case, expected_calls, watched): argument48 self._expected_calls = [call_action(pair) for pair in expected_calls]
447 self.expected_calls = [455 self.assertEqual(self.expected_calls, self.mock_action_runner.mock_calls)470 self.expected_calls[:1], self.mock_action_runner.mock_calls)
280 size_t expected_calls, in SetUp() argument291 expected_calls_ = expected_calls; in SetUp()
1469 expected_calls = [1487 dep_info_mock.assert_call_args(expected_calls)