Package junit.swingui

Class CounterPanel

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class CounterPanel extends JPanel
A panel with test run counters
See Also:
  • Constructor Details

    • CounterPanel

      public CounterPanel()
  • Method Details

    • addToGrid

      public void addToGrid(Component comp, int gridx, int gridy, int gridwidth, int gridheight, double weightx, double weighty, int anchor, int fill, Insets insets)
    • reset

      public void reset()
    • setTotal

      public void setTotal(int value)
    • setRunValue

      public void setRunValue(int value)
    • setErrorValue

      public void setErrorValue(int value)
    • setFailureValue

      public void setFailureValue(int value)