Class AbstractButtonDriver

All Implemented Interfaces:
TextDisplayDriver<AbstractButton>

public class AbstractButtonDriver extends JComponentDriver implements TextDisplayDriver<AbstractButton>
Understands functional testing of AbstractButtons:
  • user input simulation
  • state verification
  • property value query
This class is intended for internal use only. Please use the classes in the package org.fest.swing.fixture in your tests.