Home
last modified time | relevance | path

Searched refs:expect_any_call (Results 1 – 4 of 4) sorted by relevance

/external/autotest/client/common_lib/
Dbarrier_unittest.disabled18 utils.run.expect_any_call()
29 utils.run.expect_any_call()
33 utils.run.expect_any_call()
44 utils.run.expect_any_call()
Dbase_utils_unittest.py709 base_utils.logging.debug.expect_any_call()
729 base_utils.logging.warning.expect_any_call()
770 base_utils.logging.debug.expect_any_call()
776 base_utils.select.select.expect_any_call().and_raises(
778 base_utils.logging.warning.expect_any_call()
780 base_utils.select.select.expect_any_call().and_return(
782 base_utils.logging.warning.expect_any_call()
/external/autotest/server/
Dfrontend_unittest.py59 utils.send_email.expect_any_call()
/external/autotest/client/common_lib/test_utils/
Dmock.py222 def expect_any_call(self): member in mock_function