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.DialogDialogFixture.click(MouseButton button) Simulates a user clicking this fixture's.DialogDialogFixture.click(MouseClickInfo mouseClickInfo) Simulates a user clicking this fixture's.DialogComponentContainerFixture.dialog()Returns the onlycurrently available (if any.) This method uses the value defined inDialogas the default lookup timeout.ComponentContainerFixture.DEFAULT_DIALOG_LOOKUP_TIMEOUTFinds awith a name matching the specified one.DialogFinds awith a name matching the specified one.DialogComponentContainerFixture.dialog(GenericTypeMatcher<? extends Dialog> matcher) Finds athat matches the specified search criteria.DialogComponentContainerFixture.dialog(GenericTypeMatcher<? extends Dialog> matcher, Timeout timeout) Finds athat matches the specified search criteria.DialogReturns the onlycurrently available (if any.)DialogContainerFixture.dialog()Returns the onlycurrently available (if any.) This method uses the value defined inDialogas the default lookup timeout.ComponentContainerFixture.DEFAULT_DIALOG_LOOKUP_TIMEOUTFinds awith a name matching the specified one.DialogFinds awith a name matching the specified one.DialogContainerFixture.dialog(GenericTypeMatcher<? extends Dialog> matcher) Finds athat matches the specified search criteria.DialogContainerFixture.dialog(GenericTypeMatcher<? extends Dialog> matcher, Timeout timeout) Finds athat matches the specified search criteria.DialogReturns the onlycurrently available (if any.)DialogDialogFixture.doubleClick()Simulates a user double-clicking this fixture's.Dialogprivate DialogFixtureContainerFixture.findDialog(ComponentMatcher matcher, Timeout timeout) DialogFixture.focus()Gives input focus to this fixture's.DialogSimulates a user moving this fixture'sto the given point.DialogDialogFixture.moveToBack()If the givenis visible, sends it to the back and may cause it to lose focus or activation if it is the focused or active.DialogDialogFixture.moveToFront()If fixture'sis visible, brings it to the front and may make it the focused one.DialogDialogFixture.pressAndReleaseKey(KeyPressInfo keyPressInfo) Simulates a user pressing given key with the given modifiers on this fixture's.DialogDialogFixture.pressAndReleaseKeys(int... keyCodes) Simulates a user pressing and releasing the given keys on this fixture's.DialogDialogFixture.pressKey(int keyCode) Simulates a user pressing the given key on this fixture's.DialogDialogFixture.releaseKey(int keyCode) Simulates a user releasing the given key on this fixture's.DialogDialogFixture.requireDisabled()Asserts that this fixture'sis disabled.DialogDialogFixture.requireEnabled()Asserts that this fixture'sis enabled.DialogDialogFixture.requireEnabled(Timeout timeout) Asserts that this fixture'sis enabled.DialogDialogFixture.requireFocused()Asserts that this fixture'shas input focus.DialogDialogFixture.requireModal()Asserts that this fixture'sis modal.DialogDialogFixture.requireNotVisible()Asserts that this fixture'sis not visible.DialogDialogFixture.requireSize(Dimension size) Asserts that the size of this fixture'sis equal to given one.DialogDialogFixture.requireVisible()Asserts that this fixture'sis visible.DialogDialogFixture.resizeHeightTo(int height) Simulates a user resizing vertically this fixture's.DialogSimulates a user resizing this fixture's.DialogDialogFixture.resizeWidthTo(int width) Simulates a user resizing horizontally this fixture's.DialogDialogFixture.rightClick()Simulates a user right-clicking this fixture's.DialogDialogFixture.show()Shows this fixture's.DialogShows this fixture's, resized to the given size.Dialog