|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TextDisplayFixture | |
|---|---|
| org.fest.swing.fixture | The power and flexibility of FEST-Swing come from the fixtures in this package. |
| Uses of TextDisplayFixture in org.fest.swing.fixture |
|---|
| Subinterfaces of TextDisplayFixture in org.fest.swing.fixture | |
|---|---|
interface |
TextInputFixture
Understands simulation of user events on GUI components that accept text input from the user. |
| Classes in org.fest.swing.fixture that implement TextDisplayFixture | |
|---|---|
class |
JButtonFixture
Understands functional testing of s:
user input simulation
state verification
property value query
|
class |
JCheckBoxFixture
Understands functional testing of es:
user input simulation
state verification
property value query
|
class |
JLabelFixture
Understands functional testing of s:
user input simulation
state verification
property value query
|
class |
JProgressBarFixture
Understands functional testing of s:
state verification
property value query
|
class |
JRadioButtonFixture
Understands functional testing of s:
user input simulation
state verification
property value query
|
class |
JTextComponentFixture
Understands functional testing of s:
user input simulation
state verification
property value query
|
class |
JToggleButtonFixture
Understands functional testing of s:
user input simulation
state verification
property value query
|
| Methods in org.fest.swing.fixture that return TextDisplayFixture | |
|---|---|
TextDisplayFixture |
TextDisplayFixture.requireText(Pattern pattern)
Asserts that the text of this fixture's matches the given regular expression
pattern. |
TextDisplayFixture |
TextDisplayFixture.requireText(String expected)
Asserts that the text of this fixture's is equal to or matches the specified
String. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||