Uses of Interface
org.fest.swing.fixture.TextInputFixture
Packages that use TextInputFixture
Package
Description
The power and flexibility of FEST-Swing come from the fixtures in
this package.
-
Uses of TextInputFixture in org.fest.swing.fixture
Classes in org.fest.swing.fixture that implement TextInputFixtureModifier and TypeClassDescriptionclassUnderstands functional testing ofs: user input simulation state verification property value queryJTextComponentMethods in org.fest.swing.fixture that return TextInputFixtureModifier and TypeMethodDescriptionTextInputFixture.deleteText()Simulates a user deleting all the text in themanaged by this fixture.ComponentSimulates a user entering the given text in themanaged by this fixture.ComponentSimulates a user selecting the given text contained in themanaged by this fixture.ComponentTextInputFixture.selectAll()Simulates a user selecting all the text contained in themanaged by this fixture.ComponentTextInputFixture.selectText(int start, int end) Simulates a user selecting a portion of the text contained in themanaged by this fixture.Component