HomeSort by relevance Sort by last modified time
    Searched refs:assert_any_call (Results 1 - 7 of 7) sorted by null

  /test/framework/harnesses/host_controller/build/
build_flasher_test.py 53 mock_device.fastboot.erase.assert_any_call('system')
54 mock_device.fastboot.flash.assert_any_call('system', 'exists.img')
55 mock_device.fastboot.erase.assert_any_call('metadata')
  /external/autotest/site_utils/deployment/
install_unittest.py 151 afe_mock.fw_version_map.set_version.assert_any_call(
153 afe_mock.fw_version_map.set_version.assert_any_call(
155 afe_mock.fw_version_map.delete_version.assert_any_call(
  /external/toolchain-utils/crosperf/
download_images_unittest.py 56 mock_path_exists.assert_any_call(
87 mock_path_exists.assert_any_call(
  /external/python/cpython3/Lib/unittest/test/testmock/
testmock.py     [all...]
  /external/pdfium/third_party/pymock/
mock.py 306 def assert_any_call(*args, **kwargs): function in function:_setup_func
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 class:NonCallableMock
    [all...]
  /external/python/cpython2/Lib/test/
_mock_backport.py 211 def assert_any_call(*args, **kwargs): function in function:_setup_func
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 class:NonCallableMock
    [all...]
  /external/python/cpython3/Lib/unittest/
mock.py 206 def assert_any_call(*args, **kwargs): function in function:_setup_func
207 return mock.assert_any_call(*args, **kwargs)
230 funcopy.assert_any_call = assert_any_call
863 def assert_any_call(self, *args, **kwargs): member in class:NonCallableMock
    [all...]

Completed in 406 milliseconds