Home
last modified time | relevance | path

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

/build/soong/tests/
Drun_tool_with_logging_test.py177 test_logger.assert_called_with_times(1)
309 def assert_called_with_times(self, expected_call_times: int): member in TestScript
325 self.assert_called_with_times(0)
328 self.assert_called_with_times(1)