Package | Description |
---|---|
org.fest.swing.fixture |
The power and flexibility of FEST-Swing come from the fixtures in
this package.
|
Modifier and Type | Interface and Description |
---|---|
interface |
TextInputFixture
Understands simulation of user events on GUI components that accept text input from the user.
|
Modifier and Type | Class and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
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 . |
Copyright © 2007-2012 FEST (Fixtures for Easy Software Testing). All Rights Reserved.