Uses of Interface
org.fest.swing.fixture.EditableComponentFixture
Packages that use EditableComponentFixture
Package
Description
The power and flexibility of FEST-Swing come from the fixtures in
this package.
-
Uses of EditableComponentFixture in org.fest.swing.fixture
Subinterfaces of EditableComponentFixture in org.fest.swing.fixtureModifier and TypeInterfaceDescriptioninterface
Understands simulation of user events on GUI components that accept text input from the user.Classes in org.fest.swing.fixture that implement EditableComponentFixtureModifier and TypeClassDescriptionclass
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 queryJTextComponent
Methods in org.fest.swing.fixture that return EditableComponentFixtureModifier and TypeMethodDescriptionEditableComponentFixture.requireEditable()
Asserts that the GUI component is editable.EditableComponentFixture.requireNotEditable()
Asserts that the GUI component is not editable.