Package | Description |
---|---|
org.fest.swing.fixture |
The power and flexibility of FEST-Swing come from the fixtures in
this package.
|
Modifier and Type | Class and Description |
---|---|
class |
FrameFixture
Understands functional testing of
s:
user input simulation
state verification
property value query
|
class |
JInternalFrameFixture
Understands functional testing of
s:
user input simulation
state verification
property value query
|
Modifier and Type | Method and Description |
---|---|
FrameLikeFixture |
FrameLikeFixture.deiconify()
Simulates a user deiconifying this fixture's frame-like component.
|
FrameLikeFixture |
FrameLikeFixture.iconify()
Simulates a user iconifying this fixture's frame-like component.
|
FrameLikeFixture |
FrameLikeFixture.maximize()
Simulates a user maximizing this fixture's frame-like component.
|
FrameLikeFixture |
FrameLikeFixture.normalize()
Simulates a user normalizing this fixture's frame-like component.
|
Copyright © 2007-2012 FEST (Fixtures for Easy Software Testing). All Rights Reserved.