|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ItemGroupFixture | |
---|---|
org.fest.swing.fixture | The power and flexibility of FEST-Swing come from the fixtures in this package. |
Uses of ItemGroupFixture in org.fest.swing.fixture |
---|
Classes in org.fest.swing.fixture that implement ItemGroupFixture | |
---|---|
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
|
Methods in org.fest.swing.fixture that return ItemGroupFixture | |
---|---|
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 . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |