public abstract class FestSwingTestCaseTemplate
extends Object
Understands a template for test cases that use FEST-Swing.
- Since:
- 1.1
-
-
Constructor Summary
Constructors
-
Method Summary
protected final void
Cleans up resources used by this test's
Robot
.
Returns this test's
Robot
.
protected final void
Creates this test's
Robot
using a new AWT hierarchy.
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
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