Class GuiOpenClosePlan


  • public class GuiOpenClosePlan
    extends Plan
    Tests to open and close a gui.
    • Field Detail

      • frame

        protected javax.swing.JFrame frame
        The frame.
      • button

        protected javax.swing.JButton button
        The button.
      • dispatched

        protected boolean dispatched
        Set to true when event was dispatched.
    • Constructor Detail

      • GuiOpenClosePlan

        public GuiOpenClosePlan()
    • Method Detail

      • body

        public void body()
        The body method.
        Specified by:
        body in class Plan
      • aborted

        public void aborted()
        Cleanup when testcase is aborted.
        Overrides:
        aborted in class Plan