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 TypeInterfaceDescriptioninterfaceUnderstands 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 TypeClassDescriptionclassUnderstands functional testing ofs: user input simulation state verification property value queryDialogclassUnderstands functional testing ofs: user input simulation state verification property value queryFrameclassGenericComponentFixture<T extends Component>A generic component fixture providing basic keyboard and mouse input operations.classUnderstands functional testing ofs: user input simulation state verification property value queryJButtonclassUnderstands functional testing ofes: user input simulation state verification property value queryJCheckBoxclassUnderstands functional testing ofes: user input simulation state verification property value queryJComboBoxclassUnderstands functional testing ofs: user input simulation state verification property value queryJFileChooserclassUnderstands functional testing ofs: user input simulation state verification property value queryJInternalFrameclassUnderstands functional testing ofs: user input simulation state verification property value queryJLabelclassUnderstands functional testing ofs: user input simulation state verification property value queryJListclassUnderstands functional testing ofs: user input simulation state verification property value queryJMenuItemclassUnderstands functional testing ofs: user input simulation state verification property value queryJOptionPaneclassUnderstands functional testing ofs: user input simulation state verification property value queryJPanelclassUnderstands functional testing ofs: user input simulation state verification property value queryJPopupMenuclassUnderstands functional testing ofs: user input simulation state verification property value queryJRadioButtonclassUnderstands functional testing ofs: user input simulation state verification property value queryJScrollBarclassUnderstands functional testing ofs: user input simulation state verification property value queryJScrollPaneclassUnderstands functional testing ofs: user input simulation state verification property value queryJSliderclassUnderstands functional testing ofs: user input simulation state verification property value queryJSpinnerclassUnderstands functional testing ofs: user input simulation state verification property value queryJSplitPaneclassUnderstands functional testing ofs: user input simulation state verification property value queryJTabbedPaneclassUnderstands functional testing ofs: user input simulation state verification property value queryJTableclassUnderstands functional testing ofs: user input simulation state verification property value queryJTextComponentclassUnderstands functional testing ofs: user input simulation state verification property value queryJToggleButtonclassUnderstands functional testing ofs: user input simulation state verification property value queryJToolBarclassUnderstands functional testing ofs: user input simulation state verification property value queryJTreeclassWindowFixture<T extends Window>Understands functional testing ofs: user input simulation state verification property value queryWindowMethods 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.