Uses of Interface
org.fest.swing.fixture.KeyboardInputSimulationFixture
Packages that use KeyboardInputSimulationFixture
Package
Description
The power and flexibility of FEST-Swing come from the fixtures in
this package.
-
Uses of KeyboardInputSimulationFixture in org.fest.swing.fixture
Subinterfaces of KeyboardInputSimulationFixture in org.fest.swing.fixtureModifier and TypeInterfaceDescriptioninterface
Understands simulation of keyboard focus simulation of keyboard input simulation of mouse input state verification of a GUI component.Classes in org.fest.swing.fixture that implement KeyboardInputSimulationFixtureModifier and TypeClassDescriptionclass
Understands functional testing of
s: user input simulation state verification property value queryDialog
class
Understands functional testing of
s: user input simulation state verification property value queryFrame
class
GenericComponentFixture<T extends Component>
A generic component fixture providing basic keyboard and mouse input operations.class
Understands functional testing of
s: user input simulation state verification property value queryJButton
class
Understands functional testing of
es: user input simulation state verification property value queryJCheckBox
class
Understands functional testing of
es: user input simulation state verification property value queryJComboBox
class
Understands functional testing of
s: user input simulation state verification property value queryJFileChooser
class
Understands functional testing of
s: user input simulation state verification property value queryJInternalFrame
class
Understands functional testing of
s: user input simulation state verification property value queryJLabel
class
Understands functional testing of
s: user input simulation state verification property value queryJList
class
Understands functional testing of
s: user input simulation state verification property value queryJMenuItem
class
Understands functional testing of
s: user input simulation state verification property value queryJOptionPane
class
Understands functional testing of
s: user input simulation state verification property value queryJPanel
class
Understands functional testing of
s: user input simulation state verification property value queryJPopupMenu
class
Understands functional testing of
s: user input simulation state verification property value queryJRadioButton
class
Understands functional testing of
s: user input simulation state verification property value queryJScrollBar
class
Understands functional testing of
s: user input simulation state verification property value queryJScrollPane
class
Understands functional testing of
s: user input simulation state verification property value queryJSlider
class
Understands functional testing of
s: user input simulation state verification property value queryJSpinner
class
Understands functional testing of
s: user input simulation state verification property value queryJSplitPane
class
Understands functional testing of
s: user input simulation state verification property value queryJTabbedPane
class
Understands functional testing of
s: user input simulation state verification property value queryJTable
class
Understands functional testing of
s: user input simulation state verification property value queryJTextComponent
class
Understands functional testing of
s: user input simulation state verification property value queryJToggleButton
class
Understands functional testing of
s: user input simulation state verification property value queryJToolBar
class
Understands functional testing of
s: user input simulation state verification property value queryJTree
class
WindowFixture<T extends Window>
Understands functional testing of
s: user input simulation state verification property value queryWindow
Methods in org.fest.swing.fixture that return KeyboardInputSimulationFixtureModifier and TypeMethodDescriptionKeyboardInputSimulationFixture.pressAndReleaseKey
(KeyPressInfo keyPressInfo) Simulates a user pressing given key with the given modifiers on this fixture's GUI component.KeyboardInputSimulationFixture.pressAndReleaseKeys
(int... keyCodes) Simulates a user pressing and releasing the given keys on this fixture's GUI component.KeyboardInputSimulationFixture.pressKey
(int keyCode) Simulates a user pressing given key on this fixture's GUI component.KeyboardInputSimulationFixture.releaseKey
(int keyCode) Simulates a user releasing the given key on this fixture's GUI component.