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 TypeClassDescriptionclassUnderstands functional testing ofes: user input simulation state verification property value queryJComboBoxclassUnderstands functional testing ofs: user input simulation state verification property value queryJListMethods in org.fest.swing.fixture that return ItemGroupFixtureModifier and TypeMethodDescriptionItemGroupFixture.clearSelection()Clears the selection in this fixture's.ComponentItemGroupFixture.requireItemCount(int expected) Verifies that this fixture'shas the expected number of itemsComponentItemGroupFixture.requireNoSelection()Verifies that this fixture'sdoes not have a selection.ComponentItemGroupFixture.requireSelection(int index) Verifies that the index of the selected item in this fixture'sis equal to the given value.ComponentItemGroupFixture.requireSelection(String value) Verifies that the value of the selected item in this fixture'smatches the given value.ComponentItemGroupFixture.requireSelection(Pattern pattern) Verifies that the value of the selected item in this fixture'smatches the given regular expression pattern.ComponentItemGroupFixture.selectItem(int index) Simulates a user selecting an item in this fixture's.ComponentItemGroupFixture.selectItem(String value) Simulates a user selecting an item in this fixture's.ComponentItemGroupFixture.selectItem(Pattern pattern) Simulates a user selecting an item in this fixture's.Component