| Package | Description |
|---|---|
| org.assertj.swing.fixture |
Public API, source of FEST's power and flexibility.
|
| Modifier and Type | Method and Description |
|---|---|
JInternalFrameFixture |
JInternalFrameFixture.deiconify()
Simulates a user deiconifying 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.requireSize(Dimension size)
Asserts that the size of this fixture's
JInternalFrame is equal to given one. |
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. |
Copyright © 2014 AssertJ. All rights reserved.