Uses of Class
org.fest.swing.fixture.JMenuItemFixture

Packages that use JMenuItemFixture
org.fest.swing.fixture 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 JMenuItemFixture
 JMenuItemFixture JMenuItemFixture.click()
          Simulates a user selecting this fixture's JMenuItem.
 JMenuItemFixture JMenuItemFixture.focus()
          Gives input focus to this fixture's JMenuItem.
 JMenuItemFixture JPopupMenuFixture.menuItem(GenericTypeMatcher<? extends JMenuItem> matcher)
          Finds a JMenuItem, contained in this fixture's JPopupMenu, that matches the specified search criteria.
 JMenuItemFixture ContainerFixture.menuItem(GenericTypeMatcher<? extends JMenuItem> matcher)
          Finds a JMenuItem, contained in this fixture's Container, that matches the specified search criteria.
 JMenuItemFixture ComponentContainerFixture.menuItem(GenericTypeMatcher<? extends JMenuItem> matcher)
          Finds a JMenuItem, contained in this fixture's Container, that matches the specified search criteria.
 JMenuItemFixture JPopupMenuFixture.menuItem(String name)
          Finds a JMenuItem, contained in this fixture's JPopupMenu, which name matches the specified one.
 JMenuItemFixture ContainerFixture.menuItem(String name)
          Finds a JMenuItem, contained in this fixture's Container, which name matches the specified one.
 JMenuItemFixture ComponentContainerFixture.menuItem(String name)
          Finds a JMenuItem, contained in this fixture's Container, which name matches the specified one.
 JMenuItemFixture JPopupMenuFixture.menuItemWithPath(String... path)
          Finds a JMenuItem in this fixture's JPopupMenu, which path matches the given one.
 JMenuItemFixture ContainerFixture.menuItemWithPath(String... path)
          Finds a JMenuItem in this fixture's Container, which path matches the given one.
 JMenuItemFixture ComponentContainerFixture.menuItemWithPath(String... path)
          Finds a JMenuItem in this fixture's Container, which path matches the given one.
 JMenuItemFixture JMenuItemFixture.pressAndReleaseKey(KeyPressInfo keyPressInfo)
          Simulates a user pressing given key with the given modifiers on this fixture's JMenuItem.
 JMenuItemFixture JMenuItemFixture.pressAndReleaseKeys(int... keyCodes)
          Simulates a user pressing and releasing the given keys on this fixture's JMenuItem.
 JMenuItemFixture JMenuItemFixture.pressKey(int keyCode)
          Simulates a user pressing the given key on this fixture's JMenuItem.
 JMenuItemFixture JMenuItemFixture.releaseKey(int keyCode)
          Simulates a user releasing the given key on this fixture's JMenuItem.
 JMenuItemFixture JMenuItemFixture.requireDisabled()
          Asserts that this fixture's JMenuItem is disabled.
 JMenuItemFixture JMenuItemFixture.requireEnabled()
          Asserts that this fixture's JMenuItem is enabled.
 JMenuItemFixture JMenuItemFixture.requireEnabled(Timeout timeout)
          Asserts that this fixture's JMenuItem is enabled.
 JMenuItemFixture JMenuItemFixture.requireNotVisible()
          Asserts that this fixture's JMenuItem is not visible.
 JMenuItemFixture JMenuItemFixture.requireVisible()
          Asserts that this fixture's JMenuItem is visible.
 



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