| Package | Description |
|---|---|
| org.assertj.swing.jide | |
| org.assertj.swing.jide.grids |
| Modifier and Type | Method and Description |
|---|---|
ListComboBoxFixture |
JideFrameFixture.listComboBox(GenericTypeMatcher<? extends com.jidesoft.combobox.ListComboBox> matcher) |
ListComboBoxFixture |
JideFrameFixture.listComboBox(String name) |
| Modifier and Type | Method and Description |
|---|---|
ListComboBoxFixture |
ListComboBoxFixture.cellReader(AbstractComboBoxCellReader cellReader)
Updates the implementation of
to use when comparing internal values of this fixture's and the values expected
in a test. |
ListComboBoxFixture |
ListComboBoxFixture.clickPopupButton() |
ListComboBoxFixture |
ListComboBoxFixture.enterText(String text)
Simulates a user entering the specified text in this fixture's
. |
ListComboBoxFixture |
ListComboBoxFixture.replaceText(String text)
Simulates a user entering the specified text in the
,
replacing any text. |
ListComboBoxFixture |
ListComboBoxFixture.requireEditable()
Asserts that this fixture's
is editable. |
ListComboBoxFixture |
ListComboBoxFixture.requireEditorText(String text) |
ListComboBoxFixture |
ListComboBoxFixture.requireNoSelection()
Verifies that this fixture's
does not have any
selection. |
ListComboBoxFixture |
ListComboBoxFixture.requireNotEditable()
Asserts that this fixture's
is not editable. |
ListComboBoxFixture |
ListComboBoxFixture.requirePopupNotVisible() |
ListComboBoxFixture |
ListComboBoxFixture.requirePopupVisible() |
ListComboBoxFixture |
ListComboBoxFixture.requireSelection(String value)
Verifies that the
String representation of the selected item in this
fixture's matches the given text. |
ListComboBoxFixture |
ListComboBoxFixture.requireText(String value) |
ListComboBoxFixture |
ListComboBoxFixture.selectAllText()
Simulates a user selecting the text in the
. |
ListComboBoxFixture |
ListComboBoxFixture.selectItem(int index)
Simulates a user selecting an item in this fixture's
. |
ListComboBoxFixture |
ListComboBoxFixture.selectItem(String text)
Simulates a user selecting an item in this fixture's
. |
Copyright © 2014–2016 AssertJ. All rights reserved.