Home
last modified time | relevance | path

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

/external/toolchain-utils/crosperf/
Ddownload_images_unittest.py56 mock_path_exists.assert_any_call(
87 mock_path_exists.assert_any_call(
/external/pdfium/third_party/pymock/
Dmock.py306 def assert_any_call(*args, **kwargs): function
307 return mock.assert_any_call(*args, **kwargs)
330 funcopy.assert_any_call = assert_any_call
881 def assert_any_call(self, *args, **kwargs): member in NonCallableMock
/external/python/cpython2/Lib/test/
D_mock_backport.py211 def assert_any_call(*args, **kwargs): function
212 return mock.assert_any_call(*args, **kwargs)
235 funcopy.assert_any_call = assert_any_call
835 def assert_any_call(self, *args, **kwargs): member in NonCallableMock