Uses of Class
org.fest.swing.fixture.JMenuItemFixture
Packages that use JMenuItemFixture
Package
Description
The power and flexibility of FEST-Swing come from the fixtures in
this package.
-
Uses of JMenuItemFixture in org.fest.swing.fixture
Methods in org.fest.swing.fixture that return JMenuItemFixtureModifier and TypeMethodDescriptionJMenuItemFixture.click()Simulates a user selecting this fixture's.JMenuItemJMenuItemFixture.focus()Gives input focus to this fixture's.JMenuItemComponentContainerFixture.menuItem(GenericTypeMatcher<? extends JMenuItem> matcher) ContainerFixture.menuItem(GenericTypeMatcher<? extends JMenuItem> matcher) Finds a, contained in this fixture'sJMenuItem, which name matches the specified one.JPopupMenuJPopupMenuFixture.menuItem(GenericTypeMatcher<? extends JMenuItem> matcher) Finds a, contained in this fixture'sJMenuItem, that matches the specified search criteria.JPopupMenuComponentContainerFixture.menuItemWithPath(String... path) ContainerFixture.menuItemWithPath(String... path) JPopupMenuFixture.menuItemWithPath(String... path) Finds ain this fixture'sJMenuItem, which path matches the given one.JPopupMenuJMenuItemFixture.pressAndReleaseKey(KeyPressInfo keyPressInfo) Simulates a user pressing given key with the given modifiers on this fixture's.JMenuItemJMenuItemFixture.pressAndReleaseKeys(int... keyCodes) Simulates a user pressing and releasing the given keys on this fixture's.JMenuItemJMenuItemFixture.pressKey(int keyCode) Simulates a user pressing the given key on this fixture's.JMenuItemJMenuItemFixture.releaseKey(int keyCode) Simulates a user releasing the given key on this fixture's.JMenuItemJMenuItemFixture.requireDisabled()Asserts that this fixture'sis disabled.JMenuItemJMenuItemFixture.requireEnabled()Asserts that this fixture'sis enabled.JMenuItemJMenuItemFixture.requireEnabled(Timeout timeout) Asserts that this fixture'sis enabled.JMenuItemJMenuItemFixture.requireNotVisible()Asserts that this fixture'sis not visible.JMenuItemJMenuItemFixture.requireVisible()Asserts that this fixture'sis visible.JMenuItem