Searched refs:fProgressIndicator (Results 1 - 2 of 2) sorted by relevance

/external/junit/src/junit/awtui/
H A DTestRunner.java62 protected ProgressBar fProgressIndicator; field in class:TestRunner
93 fProgressIndicator.step(fTestResult.wasSuccessful());
234 fProgressIndicator= new ProgressBar();
305 addGrid(panel, fProgressIndicator, 0, 3, 2, GridBagConstraints.HORIZONTAL, 1.0, GridBagConstraints.WEST);
461 fProgressIndicator.reset();
493 fProgressIndicator.start(testSuite.countTestCases());
/external/junit/src/junit/swingui/
H A DTestRunner.java84 private ProgressBar fProgressIndicator; field in class:TestRunner
142 fProgressIndicator.step(fTestResult.runCount(), fTestResult.wasSuccessful());
436 fProgressIndicator= new MacProgressBar(fStatusLine);
438 fProgressIndicator= new ProgressBar();
465 addGrid(panel, fProgressIndicator, 0, 3, 2, GridBagConstraints.HORIZONTAL, 1.0, GridBagConstraints.WEST);
646 fProgressIndicator.reset();
792 fProgressIndicator.start(total);

Completed in 288 milliseconds