Home
last modified time | relevance | path

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

/external/autotest/server/cros/network/rf_switch/
Drf_switch_ssh_tunnel_unittest.py35 scpi_ssh_tunnel.ScpiSshTunnel.__init__.expect_any_call()
/external/autotest/client/common_lib/
Dutils_unittest.py759 utils.logging.debug.expect_any_call()
779 utils.logging.warning.expect_any_call()
854 utils.logging.debug.expect_any_call()
860 utils.select.select.expect_any_call().and_raises(
862 utils.logging.warning.expect_any_call()
864 utils.select.select.expect_any_call().and_return(
866 utils.logging.warning.expect_any_call()
/external/autotest/client/common_lib/test_utils/
Dmock.py222 def expect_any_call(self): member in mock_function