Uses of Interface
org.fest.swing.fixture.ItemGroupFixture

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 JComboBoxes: user input simulation state verification property value query
 class JListFixture
          Understands functional testing of JLists: 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 Component.
 ItemGroupFixture ItemGroupFixture.requireItemCount(int expected)
          Verifies that this fixture's Component has the expected number of items
 ItemGroupFixture ItemGroupFixture.requireNoSelection()
          Verifies that this fixture's Component does not have a selection.
 ItemGroupFixture ItemGroupFixture.requireSelection(int index)
          Verifies that the index of the selected item in this fixture's Component is equal to the given value.
 ItemGroupFixture ItemGroupFixture.requireSelection(Pattern pattern)
          Verifies that the value of the selected item in this fixture's Component matches the given regular expression pattern.
 ItemGroupFixture ItemGroupFixture.requireSelection(String value)
          Verifies that the value of the selected item in this fixture's Component matches the given value.
 ItemGroupFixture ItemGroupFixture.selectItem(int index)
          Simulates a user selecting an item in this fixture's Component.
 ItemGroupFixture ItemGroupFixture.selectItem(Pattern pattern)
          Simulates a user selecting an item in this fixture's Component.
 ItemGroupFixture ItemGroupFixture.selectItem(String value)
          Simulates a user selecting an item in this fixture's Component.
 



Copyright © 2007-2011 FEST (Fixtures for Easy Software Testing). All Rights Reserved.