Uses of Class
org.fest.swing.fixture.JInternalFrameFixture

Packages that use JInternalFrameFixture
org.fest.swing.fixture The power and flexibility of FEST-Swing come from the fixtures in this package. 
 

Uses of JInternalFrameFixture in org.fest.swing.fixture
 

Methods in org.fest.swing.fixture that return JInternalFrameFixture
 JInternalFrameFixture JInternalFrameFixture.click()
          Simulates a user clicking this fixture's JInternalFrame.
 JInternalFrameFixture JInternalFrameFixture.click(MouseButton button)
          Simulates a user clicking this fixture's JInternalFrame.
 JInternalFrameFixture JInternalFrameFixture.click(MouseClickInfo mouseClickInfo)
          Simulates a user clicking this fixture's JInternalFrame.
 JInternalFrameFixture JInternalFrameFixture.deiconify()
          Simulates a user deiconifying this fixture's JInternalFrame.
 JInternalFrameFixture JInternalFrameFixture.doubleClick()
          Simulates a user double-clicking this fixture's JInternalFrame.
 JInternalFrameFixture JInternalFrameFixture.focus()
          Gives input focus to this fixture's JInternalFrame.
 JInternalFrameFixture JInternalFrameFixture.iconify()
          Simulates a user iconifying this fixture's JInternalFrame.
 JInternalFrameFixture JInternalFrameFixture.maximize()
          Simulates a user maximizing this fixture's JInternalFrame, deconifying it first if it is iconified.
 JInternalFrameFixture JInternalFrameFixture.moveTo(Point p)
          Simulates a user moving this fixture's JInternalFrame to the given point.
 JInternalFrameFixture JInternalFrameFixture.moveToBack()
          Brings this fixture's JInternalFrame to the back.
 JInternalFrameFixture JInternalFrameFixture.moveToFront()
          Brings this fixture's JInternalFrame to the front.
 JInternalFrameFixture JInternalFrameFixture.normalize()
          Simulates a user normalizing this fixture's JInternalFrame, deconifying it first if it is iconified.
 JInternalFrameFixture JInternalFrameFixture.pressAndReleaseKey(KeyPressInfo keyPressInfo)
          Simulates a user pressing given key with the given modifiers on this fixture's JInternalFrame.
 JInternalFrameFixture JInternalFrameFixture.pressAndReleaseKeys(int... keyCodes)
          Simulates a user pressing and releasing the given keys on this fixture's JInternalFrame .
 JInternalFrameFixture JInternalFrameFixture.pressKey(int keyCode)
          Simulates a user pressing given key on this fixture's JInternalFrame.
 JInternalFrameFixture JInternalFrameFixture.releaseKey(int keyCode)
          Simulates a user releasing the given key on this fixture's JInternalFrame.
 JInternalFrameFixture JInternalFrameFixture.requireDisabled()
          Asserts that this fixture's JInternalFrame is disabled.
 JInternalFrameFixture JInternalFrameFixture.requireEnabled()
          Asserts that this fixture's JInternalFrame is enabled.
 JInternalFrameFixture JInternalFrameFixture.requireEnabled(Timeout timeout)
          Asserts that this fixture's JInternalFrame is enabled.
 JInternalFrameFixture JInternalFrameFixture.requireFocused()
          Asserts that this fixture's JInternalFrame has input focus.
 JInternalFrameFixture JInternalFrameFixture.requireNotVisible()
          Asserts that this fixture's JInternalFrame is not visible.
 JInternalFrameFixture JInternalFrameFixture.requireSize(Dimension size)
          Asserts that the size of this fixture's JInternalFrame is equal to given one.
 JInternalFrameFixture JInternalFrameFixture.requireToolTip(Pattern pattern)
          Asserts that the toolTip in this fixture's JInternalFrame matches the given regular expression pattern.
 JInternalFrameFixture JInternalFrameFixture.requireToolTip(String expected)
          Asserts that the toolTip in this fixture's JInternalFrame matches the given value.
 JInternalFrameFixture JInternalFrameFixture.requireVisible()
          Asserts that this fixture's JInternalFrame is visible.
 JInternalFrameFixture JInternalFrameFixture.resizeHeightTo(int height)
          Simulates a user resizing vertically this fixture's JInternalFrame.
 JInternalFrameFixture JInternalFrameFixture.resizeTo(Dimension size)
          Simulates a user resizing this fixture's JInternalFrame.
 JInternalFrameFixture JInternalFrameFixture.resizeWidthTo(int width)
          Simulates a user resizing horizontally this fixture's JInternalFrame.
 JInternalFrameFixture JInternalFrameFixture.rightClick()
          Simulates a user right-clicking this fixture's JInternalFrame.
 



Copyright © 2007-2011 FEST (Fixtures for Easy Software Testing). All Rights Reserved.