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