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

  /external/autotest/client/common_lib/
base_utils_unittest.py 709 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/client/common_lib/test_utils/
mock.py 222 def expect_any_call(self): member in class:mock_function

Completed in 60 milliseconds