Uses of Interface
org.fest.swing.fixture.StateVerificationFixture
Packages that use StateVerificationFixture
Package
Description
The power and flexibility of FEST-Swing come from the fixtures in
this package.
-
Uses of StateVerificationFixture in org.fest.swing.fixture
Subinterfaces of StateVerificationFixture 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 StateVerificationFixtureModifier 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: state verification property value queryJProgressBar
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 StateVerificationFixtureModifier and TypeMethodDescriptionStateVerificationFixture.requireDisabled()
Asserts that this fixture's GUI component is disabled.StateVerificationFixture.requireEnabled()
Asserts that this fixture's GUI component is enabled.StateVerificationFixture.requireEnabled
(Timeout timeout) Asserts that this fixture's GUI component is enabled.StateVerificationFixture.requireNotVisible()
Asserts that this fixture's GUI component is not visible.StateVerificationFixture.requireVisible()
Asserts that this fixture's GUI component is visible.