Package | Description |
---|---|
org.fest.swing.core |
Building blocks for all FEST-Swing fixtures.
|
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 |
BasicComponentFinder
Understands GUI
lookup. |
Modifier and Type | Method and Description |
---|---|
ComponentFinder |
Robot.finder()
Returns the
being used by this robot. |
ComponentFinder |
BasicRobot.finder()
Returns the
being used by this robot. |
static ComponentFinder |
BasicComponentFinder.finderWithCurrentAwtHierarchy()
Creates a new
that has access to all the GUI components in the AWT
hierarchy. |
static ComponentFinder |
BasicComponentFinder.finderWithNewAwtHierarchy()
Creates a new
with a new AWT hierarchy. |
Constructor and Description |
---|
ComponentFoundCondition(org.fest.assertions.Description description,
ComponentFinder finder,
ComponentMatcher matcher)
Creates a new
|
ComponentFoundCondition(org.fest.assertions.Description description,
ComponentFinder finder,
ComponentMatcher matcher,
Container root)
Creates a new
|
ComponentFoundCondition(String description,
ComponentFinder finder,
ComponentMatcher matcher)
Creates a new
|
ComponentFoundCondition(String description,
ComponentFinder finder,
ComponentMatcher matcher,
Container root)
Creates a new
|
Modifier and Type | Method and Description |
---|---|
protected ComponentFinder |
ContainerFixture.finder()
Returns the
contained in this fixture's . |
Copyright © 2007-2013 FEST (Fixtures for Easy Software Testing). All Rights Reserved.