Uses of Class
org.fest.swing.fixture.JFileChooserFixture
Packages that use JFileChooserFixture
Package
Description
Support for testing time-consuming tasks.
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 -
Uses of JFileChooserFixture in org.fest.swing.fixture
Methods in org.fest.swing.fixture that return JFileChooserFixtureModifier and TypeMethodDescriptionJFileChooserFixture.click()Simulates a user clicking this fixture's.JFileChooserJFileChooserFixture.click(MouseButton button) Simulates a user clicking this fixture's.JFileChooserJFileChooserFixture.click(MouseClickInfo mouseClickInfo) Simulates a user clicking this fixture's.JFileChooserJFileChooserFixture.doubleClick()Simulates a user double-clicking this fixture's.JFileChooserComponentContainerFixture.fileChooser()Returns the onlycurrently available (if any.) This method uses the value defined inJFileChooseras the default lookup timeout.ComponentContainerFixture.DEFAULT_DIALOG_LOOKUP_TIMEOUTComponentContainerFixture.fileChooser(String name) Finds awith a name matching the specified one.JFileChooserComponentContainerFixture.fileChooser(String name, Timeout timeout) Finds awith a name matching the specified one.JFileChooserComponentContainerFixture.fileChooser(GenericTypeMatcher<? extends JFileChooser> matcher) Finds athat matches the specified search criteria.JFileChooserComponentContainerFixture.fileChooser(GenericTypeMatcher<? extends JFileChooser> matcher, Timeout timeout) Finds athat matches the specified search criteria.JFileChooserComponentContainerFixture.fileChooser(Timeout timeout) Returns the onlycurrently available (if any.)JFileChooserContainerFixture.fileChooser()Returns the onlycurrently available (if any.) This method uses the value defined inJFileChooseras the default lookup timeout.ComponentContainerFixture.DEFAULT_DIALOG_LOOKUP_TIMEOUTContainerFixture.fileChooser(String name) Finds awith a name matching the specified one.JFileChooserContainerFixture.fileChooser(String name, Timeout timeout) Finds awith a name matching the specified one.JFileChooserContainerFixture.fileChooser(GenericTypeMatcher<? extends JFileChooser> matcher) Finds athat matches the specified search criteria.JFileChooserContainerFixture.fileChooser(GenericTypeMatcher<? extends JFileChooser> matcher, Timeout timeout) Finds athat matches the specified search criteria.JFileChooserContainerFixture.fileChooser(Timeout timeout) Returns the onlycurrently available (if any.)JFileChooserprivate JFileChooserFixtureContainerFixture.findFileChooser(ComponentMatcher matcher, Timeout timeout) JFileChooserFixture.focus()Gives input focus to this fixture's.JFileChooserJFileChooserFixture.pressAndReleaseKey(KeyPressInfo keyPressInfo) Simulates a user pressing given key with the given modifiers on this fixture's.JFileChooserJFileChooserFixture.pressAndReleaseKeys(int... keyCodes) Simulates a user pressing and releasing the given keys on themanaged by this fixture.JFileChooserJFileChooserFixture.pressKey(int keyCode) Simulates a user pressing the given key on this fixture's.JFileChooserJFileChooserFixture.releaseKey(int keyCode) Simulates a user releasing the given key on this fixture's.JFileChooserJFileChooserFixture.requireDisabled()Asserts that this fixture'sis disabled.JFileChooserJFileChooserFixture.requireEnabled()Asserts that this fixture'sis enabled.JFileChooserJFileChooserFixture.requireEnabled(Timeout timeout) Asserts that this fixture'sis enabled.JFileChooserJFileChooserFixture.requireFocused()Asserts that this fixture'shas input focus.JFileChooserJFileChooserFixture.requireNotVisible()Asserts that this fixture'sis not visible.JFileChooserJFileChooserFixture.requireVisible()Asserts that this fixture'sis visible.JFileChooserJFileChooserFixture.rightClick()Simulates a user right-clicking this fixture's.JFileChooserJFileChooserFixture.selectFile(File file) Selects the given file in this fixture's.JFileChooserJFileChooserFixture.selectFiles(File... files) Selects the given files in this fixture's.JFileChooserJFileChooserFixture.setCurrentDirectory(File dir) Sets the current directory of this fixture'sto the given one.JFileChooser