HomeSort by relevance Sort by last modified time
    Searched defs:fCounterPanel (Results 1 - 6 of 6) sorted by null

  /external/junit/src/junit/swingui/
TestRunner.java 87 private CounterPanel fCounterPanel;
118 fCounterPanel.setErrorValue(fTestResult.errorCount());
122 fCounterPanel.setFailureValue(fTestResult.failureCount());
141 fCounterPanel.setRunValue(fTestResult.runCount());
439 fCounterPanel= createCounterPanel();
468 addGrid(panel, fCounterPanel, 0, 4, 2, GridBagConstraints.NONE, 0.0, GridBagConstraints.WEST);
645 fCounterPanel.reset();
793 fCounterPanel.setTotal(total);
  /cts/tools/dx-tests/lib/
junit.jar 
  /cts/tools/utils/lib/
junit.jar 
  /cts/tools/vm-tests/lib/
junit.jar 
  /cts/tools/vm-tests-tf/lib/
junit.jar 
  /prebuilt/common/tradefed/
tradefed-prebuilt.jar 

Completed in 15 milliseconds