Uses of Interface
org.fest.swing.fixture.ItemGroupFixture
Packages that use ItemGroupFixture
Package
Description
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 ItemGroupFixtureModifier and TypeClassDescriptionclass
Understands functional testing of
es: user input simulation state verification property value queryJComboBox
class
Understands functional testing of
s: user input simulation state verification property value queryJList
Methods in org.fest.swing.fixture that return ItemGroupFixtureModifier and TypeMethodDescriptionItemGroupFixture.clearSelection()
Clears the selection in this fixture's
.Component
ItemGroupFixture.requireItemCount
(int expected) Verifies that this fixture's
has the expected number of itemsComponent
ItemGroupFixture.requireNoSelection()
Verifies that this fixture's
does not have a selection.Component
ItemGroupFixture.requireSelection
(int index) Verifies that the index of the selected item in this fixture's
is equal to the given value.Component
ItemGroupFixture.requireSelection
(String value) Verifies that the value of the selected item in this fixture's
matches the given value.Component
ItemGroupFixture.requireSelection
(Pattern pattern) Verifies that the value of the selected item in this fixture's
matches the given regular expression pattern.Component
ItemGroupFixture.selectItem
(int index) Simulates a user selecting an item in this fixture's
.Component
ItemGroupFixture.selectItem
(String value) Simulates a user selecting an item in this fixture's
.Component
ItemGroupFixture.selectItem
(Pattern pattern) Simulates a user selecting an item in this fixture's
.Component