Class FestSwingTestCaseTemplate

java.lang.Object
org.fest.swing.testing.FestSwingTestCaseTemplate

public abstract class FestSwingTestCaseTemplate extends Object
Understands a template for test cases that use FEST-Swing.
Since:
1.1
  • Field Details

    • robot

      private Robot robot
  • Constructor Details

    • FestSwingTestCaseTemplate

      public FestSwingTestCaseTemplate()
  • Method Details

    • setUpRobot

      protected final void setUpRobot()
      Creates this test's Robot using a new AWT hierarchy.
    • cleanUp

      protected final void cleanUp()
      Cleans up resources used by this test's Robot.
    • robot

      protected final Robot robot()
      Returns this test's Robot.
      Returns:
      this test's Robot