junit.swingui
Class CounterPanel
Panel
|
+--junit.swingui.CounterPanel
- public class CounterPanel
- extends Panel
private JTextField fNumberOfErrors
- References to the field:
- junit/swingui/CounterPanel.java 22
- junit/swingui/CounterPanel.java 26
- junit/swingui/CounterPanel.java 40
- junit/swingui/CounterPanel.java 55
private JTextField fNumberOfFailures
- References to the field:
- junit/swingui/CounterPanel.java 23
- junit/swingui/CounterPanel.java 27
- junit/swingui/CounterPanel.java 41
- junit/swingui/CounterPanel.java 59
private JTextField fNumberOfRuns
- References to the field:
- junit/swingui/CounterPanel.java 24
- junit/swingui/CounterPanel.java 25
- junit/swingui/CounterPanel.java 42
- junit/swingui/CounterPanel.java 51
private int fTotal
- References to the field:
- junit/swingui/CounterPanel.java 43
- junit/swingui/CounterPanel.java 47
- junit/swingui/CounterPanel.java 51
public CounterPanel()
- Call sites to the constructor:
- junit/swingui/TestRunner.java 170
asString
private String asString(int value)
- Locals in the method:
- value Line 63
createOutputField
private JTextField createOutputField()
- Click to Locals in the Method
- Call sites to the method:
- junit/swingui/CounterPanel.java 22
- junit/swingui/CounterPanel.java 23
- junit/swingui/CounterPanel.java 24
- Locals in the method:
- field Line 32, Line 33, Line 34, Line 35, Line 36
reset
public void reset()
- Call sites to the method:
- junit/swingui/TestRunner.java 583
setErrorValue
public void setErrorValue(int value)
- Click to Locals in the Method
- Call sites to the method:
- junit/swingui/TestRunner.java 70
- Locals in the method:
- value Line 55
setFailureValue
public void setFailureValue(int value)
- Click to Locals in the Method
- Call sites to the method:
- junit/swingui/TestRunner.java 81
- Locals in the method:
- value Line 59
setLabelValue
private void setLabelValue(JTextField label, int value)
- Click to Locals in the Method
- Call sites to the method:
- junit/swingui/CounterPanel.java 40
- junit/swingui/CounterPanel.java 41
- junit/swingui/CounterPanel.java 42
- junit/swingui/CounterPanel.java 55
- junit/swingui/CounterPanel.java 59
- Locals in the method:
- label Line 67
- value Line 67
setRunValue
public void setRunValue(int value)
- Click to Locals in the Method
- Call sites to the method:
- junit/swingui/TestRunner.java 102
- Locals in the method:
- value Line 51
setTotal
public void setTotal(int value)
- Click to Locals in the Method
- Call sites to the method:
- junit/swingui/TestRunner.java 749
- Locals in the method:
- value Line 47