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 |
JComboBoxFixture
Understands functional testing of
es:
user input simulation
state verification
property value query
|
class |
JListFixture
Understands functional testing of
s:
user input simulation
state verification
property value query
|
Modifier and Type | Method and Description |
---|---|
ItemGroupFixture |
ItemGroupFixture.clearSelection()
Clears the selection in this fixture's
. |
ItemGroupFixture |
ItemGroupFixture.requireItemCount(int expected)
Verifies that this fixture's
has the expected number of items |
ItemGroupFixture |
ItemGroupFixture.requireNoSelection()
Verifies that this fixture's
does not have a selection. |
ItemGroupFixture |
ItemGroupFixture.requireSelection(int index)
Verifies that the index of the selected item in this fixture's
is equal to the given
value. |
ItemGroupFixture |
ItemGroupFixture.requireSelection(Pattern pattern)
Verifies that the value of the selected item in this fixture's
matches the given
regular expression pattern. |
ItemGroupFixture |
ItemGroupFixture.requireSelection(String value)
Verifies that the value of the selected item in this fixture's
matches the given
value. |
ItemGroupFixture |
ItemGroupFixture.selectItem(int index)
Simulates a user selecting an item in this fixture's
. |
ItemGroupFixture |
ItemGroupFixture.selectItem(Pattern pattern)
Simulates a user selecting an item in this fixture's
. |
ItemGroupFixture |
ItemGroupFixture.selectItem(String value)
Simulates a user selecting an item in this fixture's
. |
Copyright © 2007-2012 FEST (Fixtures for Easy Software Testing). All Rights Reserved.