org.fest.swing.testing
Class FestSwingTestCaseTemplate

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

public abstract class FestSwingTestCaseTemplate
extends Object

Understands a template for test cases that use FEST-Swing.

Since:
1.1
Author:
Alex Ruiz

Constructor Summary
FestSwingTestCaseTemplate()
           
 
Method Summary
protected  void cleanUp()
          Cleans up resources used by this test's Robot.
protected  Robot robot()
          Returns this test's Robot.
protected  void setUpRobot()
          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 Detail

FestSwingTestCaseTemplate

public FestSwingTestCaseTemplate()
Method Detail

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


Copyright © 2007-2011 FEST (Fixtures for Easy Software Testing). All Rights Reserved.