Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
JFileChooserFixture |
JFileChooserFinder.using(Robot robot)
Finds a
by name or type. |
Modifier and Type | Method and Description |
---|---|
JFileChooserFixture |
JFileChooserFixture.click()
Simulates a user clicking this fixture's
. |
JFileChooserFixture |
JFileChooserFixture.click(MouseButton button)
Simulates a user clicking this fixture's
. |
JFileChooserFixture |
JFileChooserFixture.click(MouseClickInfo mouseClickInfo)
Simulates a user clicking this fixture's
. |
JFileChooserFixture |
JFileChooserFixture.doubleClick()
Simulates a user double-clicking this fixture's
. |
JFileChooserFixture |
ComponentContainerFixture.fileChooser()
Returns the only
currently available (if any.) This method uses the value
defined in as the default lookup timeout. |
JFileChooserFixture |
ContainerFixture.fileChooser()
Returns the only
currently available (if any.) This method uses the value
defined in as the default lookup timeout. |
JFileChooserFixture |
ComponentContainerFixture.fileChooser(GenericTypeMatcher<? extends JFileChooser> matcher)
Finds a
that matches the specified search criteria. |
JFileChooserFixture |
ContainerFixture.fileChooser(GenericTypeMatcher<? extends JFileChooser> matcher)
Finds a
that matches the specified search criteria. |
JFileChooserFixture |
ComponentContainerFixture.fileChooser(GenericTypeMatcher<? extends JFileChooser> matcher,
Timeout timeout)
Finds a
that matches the specified search criteria. |
JFileChooserFixture |
ContainerFixture.fileChooser(GenericTypeMatcher<? extends JFileChooser> matcher,
Timeout timeout)
Finds a
that matches the specified search criteria. |
JFileChooserFixture |
ComponentContainerFixture.fileChooser(String name)
Finds a
with a name matching the specified one. |
JFileChooserFixture |
ContainerFixture.fileChooser(String name)
Finds a
with a name matching the specified one. |
JFileChooserFixture |
ComponentContainerFixture.fileChooser(String name,
Timeout timeout)
Finds a
with a name matching the specified one. |
JFileChooserFixture |
ContainerFixture.fileChooser(String name,
Timeout timeout)
Finds a
with a name matching the specified one. |
JFileChooserFixture |
ComponentContainerFixture.fileChooser(Timeout timeout)
Returns the only
currently available (if any.) |
JFileChooserFixture |
ContainerFixture.fileChooser(Timeout timeout)
Returns the only
currently available (if any.) |
JFileChooserFixture |
JFileChooserFixture.focus()
Gives input focus to this fixture's
. |
JFileChooserFixture |
JFileChooserFixture.pressAndReleaseKey(KeyPressInfo keyPressInfo)
Simulates a user pressing given key with the given modifiers on this fixture's
. |
JFileChooserFixture |
JFileChooserFixture.pressAndReleaseKeys(int... keyCodes)
Simulates a user pressing and releasing the given keys on the
managed by this
fixture. |
JFileChooserFixture |
JFileChooserFixture.pressKey(int keyCode)
Simulates a user pressing the given key on this fixture's
. |
JFileChooserFixture |
JFileChooserFixture.releaseKey(int keyCode)
Simulates a user releasing the given key on this fixture's
. |
JFileChooserFixture |
JFileChooserFixture.requireDisabled()
Asserts that this fixture's
is disabled. |
JFileChooserFixture |
JFileChooserFixture.requireEnabled()
Asserts that this fixture's
is enabled. |
JFileChooserFixture |
JFileChooserFixture.requireEnabled(Timeout timeout)
Asserts that this fixture's
is enabled. |
JFileChooserFixture |
JFileChooserFixture.requireFocused()
Asserts that this fixture's
has input focus. |
JFileChooserFixture |
JFileChooserFixture.requireNotVisible()
Asserts that this fixture's
is not visible. |
JFileChooserFixture |
JFileChooserFixture.requireVisible()
Asserts that this fixture's
is visible. |
JFileChooserFixture |
JFileChooserFixture.rightClick()
Simulates a user right-clicking this fixture's
. |
JFileChooserFixture |
JFileChooserFixture.selectFile(File file)
Selects the given file in this fixture's
. |
JFileChooserFixture |
JFileChooserFixture.selectFiles(File... files)
Selects the given files in this fixture's
. |
JFileChooserFixture |
JFileChooserFixture.setCurrentDirectory(File dir)
Sets the current directory of this fixture's
to the given one. |
Copyright © 2007-2013 FEST (Fixtures for Easy Software Testing). All Rights Reserved.