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 of
to use when comparing internal values of this fixture'sJComboBoxCellReader
and the values expected in a test.JComboBox
JComboBoxFixture.clearSelection()
Clears the selection in this fixture's
.JComboBox
JComboBoxFixture.click()
Simulates a user clicking this fixture's
.JComboBox
JComboBoxFixture.click
(MouseButton button) Simulates a user clicking this fixture's
.JComboBox
JComboBoxFixture.click
(MouseClickInfo mouseClickInfo) Simulates a user clicking this fixture's
.JComboBox
ComponentContainerFixture.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
.JComboBox
Simulates a user entering the specified text in this fixture's
.JComboBox
JComboBoxFixture.focus()
Gives input focus to this fixture's
.JComboBox
JComboBoxFixture.pressAndReleaseKey
(KeyPressInfo keyPressInfo) Simulates a user pressing given key with the given modifiers on this fixture's
.JComboBox
JComboBoxFixture.pressAndReleaseKeys
(int... keyCodes) Simulates a user pressing and releasing the given keys on this fixture's
.JComboBox
JComboBoxFixture.pressKey
(int keyCode) Simulates a user pressing the given key on this fixture's
.JComboBox
JComboBoxFixture.releaseKey
(int keyCode) Simulates a user releasing the given key on this fixture's
.JComboBox
JComboBoxFixture.replaceText
(String text) Simulates a user entering the specified text in the
, replacing any text.JComboBox
JComboBoxFixture.requireDisabled()
Asserts that this fixture's
is disabled.JComboBox
JComboBoxFixture.requireEditable()
Asserts that this fixture's
is editable.JComboBox
JComboBoxFixture.requireEnabled()
Asserts that this fixture's
is enabled.JComboBox
JComboBoxFixture.requireEnabled
(Timeout timeout) Asserts that this fixture's
is enabled.JComboBox
JComboBoxFixture.requireFocused()
Asserts that this fixture's
has input focus.JComboBox
JComboBoxFixture.requireItemCount
(int expected) Verifies that this fixture's
has the expected number of itemsJComboBox
JComboBoxFixture.requireNoSelection()
Verifies that this fixture's
does not have any selection.JComboBox
JComboBoxFixture.requireNotEditable()
Asserts that this fixture's
is not editable.JComboBox
JComboBoxFixture.requireNotVisible()
Asserts that this fixture's
is not visible.JComboBox
JComboBoxFixture.requireSelection
(int index) Verifies that the index of the selected item in this fixture's
is equal to the given value.JComboBox
JComboBoxFixture.requireSelection
(String value) Verifies that theString
representation of the selected item in this fixture's
matches the given text.JComboBox
JComboBoxFixture.requireSelection
(Pattern pattern) Verifies that theString
representation of the selected item in this fixture's
matches the given regular expression pattern.JComboBox
JComboBoxFixture.requireToolTip
(String expected) Asserts that the toolTip in this fixture's
matches the given value.JComboBox
JComboBoxFixture.requireToolTip
(Pattern pattern) Asserts that the toolTip in this fixture's
matches the given regular expression pattern.JComboBox
JComboBoxFixture.requireVisible()
Asserts that this fixture's
is visible.JComboBox
JComboBoxFixture.rightClick()
Simulates a user right-clicking this fixture's
.JComboBox
JComboBoxFixture.selectAllText()
Simulates a user selecting the text in the
.JComboBox
JComboBoxFixture.selectItem
(int index) Simulates a user selecting an item in this fixture's
.JComboBox
JComboBoxFixture.selectItem
(String text) Simulates a user selecting an item in this fixture's
.JComboBox
JComboBoxFixture.selectItem
(Pattern pattern) Simulates a user selecting an item in this fixture's
.JComboBox