Lines Matching refs:progress_indicator
244 def __init__(self, progress_indicator, junitout, junittestsuite): argument
245 self.progress_indicator = progress_indicator
253 self.progress_indicator.runner = self.runner
254 self.progress_indicator.Starting()
257 self.progress_indicator.Done()
263 self.progress_indicator.AboutToRun(test)
266 self.progress_indicator.HasRun(test, has_unexpected_output)
288 def __init__(self, progress_indicator, json_test_results, arch, mode): argument
289 self.progress_indicator = progress_indicator
296 self.progress_indicator.runner = self.runner
297 self.progress_indicator.Starting()
300 self.progress_indicator.Done()
317 self.progress_indicator.AboutToRun(test)
320 self.progress_indicator.HasRun(test, has_unexpected_output)