Searched refs:assert_called_with (Results 1 – 4 of 4) sorted by relevance
47 …tool.bugs.reassign_bug.assert_called_with(42, "eric@webkit.org", "Attachment 128 was posted by a c…
76 tool.executive.run_and_throw_if_fail.assert_called_with(expected_run_args)
115 executive_mock.run_command.assert_called_with(security_args)
187 def assert_called_with(self, *args, **kwargs): member in Mock