Package | Description |
---|---|
org.fest.swing.fixture |
The power and flexibility of FEST-Swing come from the fixtures in
this package.
|
Modifier and Type | Class and Description |
---|---|
class |
JTextComponentFixture
Understands functional testing of
s:
user input simulation
state verification
property value query
|
Modifier and Type | Method and Description |
---|---|
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. |
Copyright © 2007-2012 FEST (Fixtures for Easy Software Testing). All Rights Reserved.