Uses of Interface
org.fest.swing.fixture.FrameLikeFixture

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

Uses of FrameLikeFixture in org.fest.swing.fixture
 

Classes in org.fest.swing.fixture that implement FrameLikeFixture
 class FrameFixture
          Understands functional testing of Frames: user input simulation state verification property value query
 class JInternalFrameFixture
          Understands functional testing of JInternalFrames: user input simulation state verification property value query
 

Methods in org.fest.swing.fixture that return FrameLikeFixture
 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-2011 FEST (Fixtures for Easy Software Testing). All Rights Reserved.