|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TextInputFixture | |
|---|---|
| org.fest.swing.fixture | 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 TextInputFixture | |
|---|---|
class |
JTextComponentFixture
Understands functional testing of s:
user input simulation
state verification
property value query
|
| Methods in org.fest.swing.fixture that return TextInputFixture | |
|---|---|
TextInputFixture |
TextInputFixture.deleteText()
Simulates a user deleting all the text in the managed by this fixture. |
TextInputFixture |
TextInputFixture.enterText(String text)
Simulates a user entering the given text in the managed by this fixture. |
TextInputFixture |
TextInputFixture.select(String text)
Simulates a user selecting the given text contained in the managed by this fixture. |
TextInputFixture |
TextInputFixture.selectAll()
Simulates a user selecting all the text contained in the managed by this fixture. |
TextInputFixture |
TextInputFixture.selectText(int start,
int end)
Simulates a user selecting a portion of the text contained in the managed by this
fixture. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||