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

Packages that use WindowFixture
org.fest.swing.finder Support for testing time-consuming tasks. 
org.fest.swing.fixture The power and flexibility of FEST-Swing come from the fixtures in this package. 
 

Uses of WindowFixture in org.fest.swing.finder
 

Methods in org.fest.swing.finder that return WindowFixture
abstract  WindowFixture<T> WindowFinderTemplate.using(Robot robot)
          Finds a window by name or type using the given robot.
 

Uses of WindowFixture in org.fest.swing.fixture
 

Subclasses of WindowFixture in org.fest.swing.fixture
 class DialogFixture
          Understands functional testing of Dialogs: user input simulation state verification property value query
 class FrameFixture
          Understands functional testing of Frames: user input simulation state verification property value query
 

Methods in org.fest.swing.fixture that return WindowFixture
protected abstract  WindowFixture<T> WindowFixture.show()
          Shows this fixture's Window.
protected abstract  WindowFixture<T> WindowFixture.show(Dimension size)
          Shows this fixture's Window, resized to the given size.
 



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