Uses of Class
org.fest.swing.fixture.DialogFixture
Packages that use DialogFixture
Package
Description
Support for testing time-consuming tasks.
The power and flexibility of FEST-Swing come from the fixtures in
this package.
-
Uses of DialogFixture in org.fest.swing.finder
Methods in org.fest.swing.finder that return DialogFixture -
Uses of DialogFixture in org.fest.swing.fixture
Methods in org.fest.swing.fixture that return DialogFixtureModifier and TypeMethodDescriptionDialogFixture.click()
Simulates a user clicking this fixture's
.Dialog
DialogFixture.click
(MouseButton button) Simulates a user clicking this fixture's
.Dialog
DialogFixture.click
(MouseClickInfo mouseClickInfo) Simulates a user clicking this fixture's
.Dialog
ComponentContainerFixture.dialog()
Returns the only
currently available (if any.) This method uses the value defined inDialog
as the default lookup timeout.ComponentContainerFixture.DEFAULT_DIALOG_LOOKUP_TIMEOUT
Finds a
with a name matching the specified one.Dialog
Finds a
with a name matching the specified one.Dialog
ComponentContainerFixture.dialog
(GenericTypeMatcher<? extends Dialog> matcher) Finds a
that matches the specified search criteria.Dialog
ComponentContainerFixture.dialog
(GenericTypeMatcher<? extends Dialog> matcher, Timeout timeout) Finds a
that matches the specified search criteria.Dialog
Returns the only
currently available (if any.)Dialog
ContainerFixture.dialog()
Returns the only
currently available (if any.) This method uses the value defined inDialog
as the default lookup timeout.ComponentContainerFixture.DEFAULT_DIALOG_LOOKUP_TIMEOUT
Finds a
with a name matching the specified one.Dialog
Finds a
with a name matching the specified one.Dialog
ContainerFixture.dialog
(GenericTypeMatcher<? extends Dialog> matcher) Finds a
that matches the specified search criteria.Dialog
ContainerFixture.dialog
(GenericTypeMatcher<? extends Dialog> matcher, Timeout timeout) Finds a
that matches the specified search criteria.Dialog
Returns the only
currently available (if any.)Dialog
DialogFixture.doubleClick()
Simulates a user double-clicking this fixture's
.Dialog
private DialogFixture
ContainerFixture.findDialog
(ComponentMatcher matcher, Timeout timeout) DialogFixture.focus()
Gives input focus to this fixture's
.Dialog
Simulates a user moving this fixture's
to the given point.Dialog
DialogFixture.moveToBack()
If the given
is visible, sends it to the back and may cause it to lose focus or activation if it is the focused or active.Dialog
DialogFixture.moveToFront()
If fixture's
is visible, brings it to the front and may make it the focused one.Dialog
DialogFixture.pressAndReleaseKey
(KeyPressInfo keyPressInfo) Simulates a user pressing given key with the given modifiers on this fixture's
.Dialog
DialogFixture.pressAndReleaseKeys
(int... keyCodes) Simulates a user pressing and releasing the given keys on this fixture's
.Dialog
DialogFixture.pressKey
(int keyCode) Simulates a user pressing the given key on this fixture's
.Dialog
DialogFixture.releaseKey
(int keyCode) Simulates a user releasing the given key on this fixture's
.Dialog
DialogFixture.requireDisabled()
Asserts that this fixture's
is disabled.Dialog
DialogFixture.requireEnabled()
Asserts that this fixture's
is enabled.Dialog
DialogFixture.requireEnabled
(Timeout timeout) Asserts that this fixture's
is enabled.Dialog
DialogFixture.requireFocused()
Asserts that this fixture's
has input focus.Dialog
DialogFixture.requireModal()
Asserts that this fixture's
is modal.Dialog
DialogFixture.requireNotVisible()
Asserts that this fixture's
is not visible.Dialog
DialogFixture.requireSize
(Dimension size) Asserts that the size of this fixture's
is equal to given one.Dialog
DialogFixture.requireVisible()
Asserts that this fixture's
is visible.Dialog
DialogFixture.resizeHeightTo
(int height) Simulates a user resizing vertically this fixture's
.Dialog
Simulates a user resizing this fixture's
.Dialog
DialogFixture.resizeWidthTo
(int width) Simulates a user resizing horizontally this fixture's
.Dialog
DialogFixture.rightClick()
Simulates a user right-clicking this fixture's
.Dialog
DialogFixture.show()
Shows this fixture's
.Dialog
Shows this fixture's
, resized to the given size.Dialog