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

  /external/autotest/server/cros/network/rf_switch/
rf_switch_ssh_tunnel_unittest.py 35 scpi_ssh_tunnel.ScpiSshTunnel.__init__.expect_any_call()
  /external/autotest/client/common_lib/
utils_unittest.py 743 utils.logging.debug.expect_any_call()
763 utils.logging.warning.expect_any_call()
838 utils.logging.debug.expect_any_call()
844 utils.select.select.expect_any_call().and_raises(
846 utils.logging.warning.expect_any_call()
848 utils.select.select.expect_any_call().and_return(
850 utils.logging.warning.expect_any_call()
    [all...]
  /external/autotest/client/common_lib/test_utils/
mock.py 222 def expect_any_call(self): member in class:mock_function

Completed in 43 milliseconds