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 TypeInterfaceDescriptioninterfaceUnderstands simulation of user events on GUI components that accept text input from the user.Classes in org.fest.swing.fixture that implement EditableComponentFixtureModifier and TypeClassDescriptionclassUnderstands functional testing ofes: user input simulation state verification property value queryJComboBoxclassUnderstands functional testing ofs: user input simulation state verification property value queryJTextComponentMethods 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.