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 |
JComboBoxFixture
Understands functional testing of
es:
user input simulation
state verification
property value query
|
class |
JTextComponentFixture
Understands functional testing of
s:
user input simulation
state verification
property value query
|
Modifier and Type | Method and Description |
---|---|
EditableComponentFixture |
EditableComponentFixture.requireEditable()
Asserts that the GUI component is editable.
|
EditableComponentFixture |
EditableComponentFixture.requireNotEditable()
Asserts that the GUI component is not editable.
|
Copyright © 2007-2012 FEST (Fixtures for Easy Software Testing). All Rights Reserved.