Home | History | Annotate | Download | only in local

Lines Matching refs:indicator

77     self.indicator = progress_indicator
131 self.indicator.AboutToRun(test)
142 # For the indicator, everything that happens after the first run is treated
145 self.indicator.HasRun(test, has_unexpected_output or test.run > 1)
147 # Rerun test failures after the indicator has processed the results.
167 self.indicator.AboutToRun(test)
171 self.indicator.HasRun(test, True)
174 # difference is found, call the indicator twice to report both tests.
176 self.indicator.AboutToRun(test)
179 self.indicator.HasRun(test, True)
180 self.indicator.AboutToRun(test)
182 self.indicator.HasRun(test, True)
185 self.indicator.AboutToRun(test)
189 self.indicator.HasRun(test, False)
200 self.indicator.Starting()
202 self.indicator.Done()