Home
last modified time | relevance | path

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

/external/toolchain-utils/crosperf/
Dexperiment_runner_unittest.py142 def test_run(self, mock_progress_string, mock_status_string): argument
183 self.assertEqual(mock_progress_string.call_count, 0)
211 self.assertEqual(mock_progress_string.call_count, 0)
232 mock_progress_string.return_value = 'Fake progress string'
240 self.assertEqual(mock_progress_string.call_count, 2)