Package | Description |
---|---|
org.fest.swing.core |
Building blocks for all FEST-Swing fixtures.
|
org.fest.swing.core.matcher |
Common implementations of
. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractComponentMatcher
Understands a base class for implementations of
. |
class |
GenericTypeMatcher<T extends Component>
Understands a
that matches a by type and some
custom search criteria. |
class |
LabelMatcher
|
class |
NameMatcher
Understands
matching by name and (optionally) by type. |
class |
TypeMatcher
Understands
matching by type. |
Modifier and Type | Class and Description |
---|---|
class |
DialogMatcher
Understands matching a
by name, title and visibility on the screen. |
class |
FrameMatcher
Understands matching a
by type, name or title. |
class |
JButtonMatcher
Understands matching a
by name, text and visibility on the screen. |
class |
JLabelMatcher
Understands matching a
by type, name or text. |
class |
JTextComponentMatcher
Understands matching a
by type, name or text. |
class |
NamedComponentMatcherTemplate<T extends Component>
Understands a template for matching components by name.
|
Copyright © 2007-2013 FEST (Fixtures for Easy Software Testing). All Rights Reserved.