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 TypeClassDescriptionclass
Understands functional testing of
s: user input simulation state verification property value queryJTextComponent
Methods in org.fest.swing.fixture that return TextInputFixtureModifier and TypeMethodDescriptionTextInputFixture.deleteText()
Simulates a user deleting all the text in the
managed by this fixture.Component
Simulates a user entering the given text in the
managed by this fixture.Component
Simulates a user selecting the given text contained in the
managed by this fixture.Component
TextInputFixture.selectAll()
Simulates a user selecting all the text contained in the
managed by this fixture.Component
TextInputFixture.selectText
(int start, int end) Simulates a user selecting a portion of the text contained in the
managed by this fixture.Component