Uses of Class
org.fest.swing.fixture.JComboBoxFixture
Packages that use JComboBoxFixture
Package
Description
The power and flexibility of FEST-Swing come from the fixtures in
this package.
-
Uses of JComboBoxFixture in org.fest.swing.fixture
Methods in org.fest.swing.fixture that return JComboBoxFixtureModifier and TypeMethodDescriptionJComboBoxFixture.cellReader(JComboBoxCellReader cellReader) Updates the implementation ofto use when comparing internal values of this fixture'sJComboBoxCellReaderand the values expected in a test.JComboBoxJComboBoxFixture.clearSelection()Clears the selection in this fixture's.JComboBoxJComboBoxFixture.click()Simulates a user clicking this fixture's.JComboBoxJComboBoxFixture.click(MouseButton button) Simulates a user clicking this fixture's.JComboBoxJComboBoxFixture.click(MouseClickInfo mouseClickInfo) Simulates a user clicking this fixture's.JComboBoxComponentContainerFixture.comboBox()ComponentContainerFixture.comboBox(GenericTypeMatcher<? extends JComboBox> matcher) ContainerFixture.comboBox()ContainerFixture.comboBox(GenericTypeMatcher<? extends JComboBox> matcher) JComboBoxFixture.doubleClick()Simulates a user double-clicking this fixture's.JComboBoxSimulates a user entering the specified text in this fixture's.JComboBoxJComboBoxFixture.focus()Gives input focus to this fixture's.JComboBoxJComboBoxFixture.pressAndReleaseKey(KeyPressInfo keyPressInfo) Simulates a user pressing given key with the given modifiers on this fixture's.JComboBoxJComboBoxFixture.pressAndReleaseKeys(int... keyCodes) Simulates a user pressing and releasing the given keys on this fixture's.JComboBoxJComboBoxFixture.pressKey(int keyCode) Simulates a user pressing the given key on this fixture's.JComboBoxJComboBoxFixture.releaseKey(int keyCode) Simulates a user releasing the given key on this fixture's.JComboBoxJComboBoxFixture.replaceText(String text) Simulates a user entering the specified text in the, replacing any text.JComboBoxJComboBoxFixture.requireDisabled()Asserts that this fixture'sis disabled.JComboBoxJComboBoxFixture.requireEditable()Asserts that this fixture'sis editable.JComboBoxJComboBoxFixture.requireEnabled()Asserts that this fixture'sis enabled.JComboBoxJComboBoxFixture.requireEnabled(Timeout timeout) Asserts that this fixture'sis enabled.JComboBoxJComboBoxFixture.requireFocused()Asserts that this fixture'shas input focus.JComboBoxJComboBoxFixture.requireItemCount(int expected) Verifies that this fixture'shas the expected number of itemsJComboBoxJComboBoxFixture.requireNoSelection()Verifies that this fixture'sdoes not have any selection.JComboBoxJComboBoxFixture.requireNotEditable()Asserts that this fixture'sis not editable.JComboBoxJComboBoxFixture.requireNotVisible()Asserts that this fixture'sis not visible.JComboBoxJComboBoxFixture.requireSelection(int index) Verifies that the index of the selected item in this fixture'sis equal to the given value.JComboBoxJComboBoxFixture.requireSelection(String value) Verifies that theStringrepresentation of the selected item in this fixture'smatches the given text.JComboBoxJComboBoxFixture.requireSelection(Pattern pattern) Verifies that theStringrepresentation of the selected item in this fixture'smatches the given regular expression pattern.JComboBoxJComboBoxFixture.requireToolTip(String expected) Asserts that the toolTip in this fixture'smatches the given value.JComboBoxJComboBoxFixture.requireToolTip(Pattern pattern) Asserts that the toolTip in this fixture'smatches the given regular expression pattern.JComboBoxJComboBoxFixture.requireVisible()Asserts that this fixture'sis visible.JComboBoxJComboBoxFixture.rightClick()Simulates a user right-clicking this fixture's.JComboBoxJComboBoxFixture.selectAllText()Simulates a user selecting the text in the.JComboBoxJComboBoxFixture.selectItem(int index) Simulates a user selecting an item in this fixture's.JComboBoxJComboBoxFixture.selectItem(String text) Simulates a user selecting an item in this fixture's.JComboBoxJComboBoxFixture.selectItem(Pattern pattern) Simulates a user selecting an item in this fixture's.JComboBox