package abbot.tester; import javax.swing.JButton; /** * Provides action methods and assertions for {@link JButton}s. * * @author tlroche * @version $Id: JButtonTester.java,v 1.1 2006-06-04 11:03:26 drubel Exp $ */ public class JButtonTester extends AbstractButtonTester { }