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

Packages that use JFileChooserFixture
org.fest.swing.finder Support for testing time-consuming tasks. 
org.fest.swing.fixture The power and flexibility of FEST-Swing come from the fixtures in this package. 
 

Uses of JFileChooserFixture in org.fest.swing.finder
 

Methods in org.fest.swing.finder that return JFileChooserFixture
 JFileChooserFixture JFileChooserFinder.using(Robot robot)
          Finds a JFileChooser by name or type.
 

Uses of JFileChooserFixture in org.fest.swing.fixture
 

Methods in org.fest.swing.fixture that return JFileChooserFixture
 JFileChooserFixture JFileChooserFixture.click()
          Simulates a user clicking this fixture's JFileChooser.
 JFileChooserFixture JFileChooserFixture.click(MouseButton button)
          Simulates a user clicking this fixture's JFileChooser.
 JFileChooserFixture JFileChooserFixture.click(MouseClickInfo mouseClickInfo)
          Simulates a user clicking this fixture's JFileChooser.
 JFileChooserFixture JFileChooserFixture.doubleClick()
          Simulates a user double-clicking this fixture's JFileChooser.
 JFileChooserFixture ContainerFixture.fileChooser()
          Returns the only JFileChooser currently available (if any.)
 JFileChooserFixture ComponentContainerFixture.fileChooser()
          Returns the only JFileChooser currently available (if any.)
 JFileChooserFixture ContainerFixture.fileChooser(GenericTypeMatcher<? extends JFileChooser> matcher)
          Finds a JFileChooser that matches the specified search criteria.
 JFileChooserFixture ComponentContainerFixture.fileChooser(GenericTypeMatcher<? extends JFileChooser> matcher)
          Finds a JFileChooser that matches the specified search criteria.
 JFileChooserFixture ContainerFixture.fileChooser(GenericTypeMatcher<? extends JFileChooser> matcher, Timeout timeout)
          Finds a JFileChooser that matches the specified search criteria.
 JFileChooserFixture ComponentContainerFixture.fileChooser(GenericTypeMatcher<? extends JFileChooser> matcher, Timeout timeout)
          Finds a JFileChooser that matches the specified search criteria.
 JFileChooserFixture ContainerFixture.fileChooser(String name)
          Finds a JFileChooser with a name matching the specified one.
 JFileChooserFixture ComponentContainerFixture.fileChooser(String name)
          Finds a JFileChooser with a name matching the specified one.
 JFileChooserFixture ContainerFixture.fileChooser(String name, Timeout timeout)
          Finds a JFileChooser with a name matching the specified one.
 JFileChooserFixture ComponentContainerFixture.fileChooser(String name, Timeout timeout)
          Finds a JFileChooser with a name matching the specified one.
 JFileChooserFixture ContainerFixture.fileChooser(Timeout timeout)
          Returns the only JFileChooser currently available (if any.)
 JFileChooserFixture ComponentContainerFixture.fileChooser(Timeout timeout)
          Returns the only JFileChooser currently available (if any.)
 JFileChooserFixture JFileChooserFixture.focus()
          Gives input focus to this fixture's JFileChooser.
 JFileChooserFixture JFileChooserFixture.pressAndReleaseKey(KeyPressInfo keyPressInfo)
          Simulates a user pressing given key with the given modifiers on this fixture's JFileChooser.
 JFileChooserFixture JFileChooserFixture.pressAndReleaseKeys(int... keyCodes)
          Simulates a user pressing and releasing the given keys on the JFileChooser managed by this fixture.
 JFileChooserFixture JFileChooserFixture.pressKey(int keyCode)
          Simulates a user pressing the given key on this fixture's JFileChooser.
 JFileChooserFixture JFileChooserFixture.releaseKey(int keyCode)
          Simulates a user releasing the given key on this fixture's JFileChooser.
 JFileChooserFixture JFileChooserFixture.requireDisabled()
          Asserts that this fixture's JFileChooser is disabled.
 JFileChooserFixture JFileChooserFixture.requireEnabled()
          Asserts that this fixture's JFileChooser is enabled.
 JFileChooserFixture JFileChooserFixture.requireEnabled(Timeout timeout)
          Asserts that this fixture's JFileChooser is enabled.
 JFileChooserFixture JFileChooserFixture.requireFocused()
          Asserts that this fixture's JFileChooser has input focus.
 JFileChooserFixture JFileChooserFixture.requireNotVisible()
          Asserts that this fixture's JFileChooser is not visible.
 JFileChooserFixture JFileChooserFixture.requireVisible()
          Asserts that this fixture's JFileChooser is visible.
 JFileChooserFixture JFileChooserFixture.rightClick()
          Simulates a user right-clicking this fixture's JFileChooser.
 JFileChooserFixture JFileChooserFixture.selectFile(File file)
          Selects the given file in this fixture's JFileChooser.
 JFileChooserFixture JFileChooserFixture.selectFiles(File... files)
          Selects the given files in this fixture's JFileChooser.
 JFileChooserFixture JFileChooserFixture.setCurrentDirectory(File dir)
          Sets the current directory of this fixture's JFileChooser to the given one.
 



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