| Package | Description |
|---|---|
| org.assertj.swing.core |
Low-level components that enable functional testing of AWT and Swing
Components. |
| org.assertj.swing.core.matcher |
Common-use implementations of
GenericTypeMatcher. |
| Modifier and Type | Class and Description |
|---|---|
class |
GenericTypeMatcher<T extends Component>
ComponentMatcher that matches an AWT or Swing Component by type and some custom search criteria. |
class |
LabelMatcher
Matches an AWT or Swing
Component by the text of the associated JLabel and (optionally) by type. |
class |
NameMatcher
Matches an AWT or Swing
Component by name and (optionally) by type. |
class |
TypeMatcher
Matches AWT or Swing
Components by type. |
| Modifier and Type | Class and Description |
|---|---|
class |
DialogMatcher
Matches AWT or Swing
Dialogs by name, title or visibility on the screen. |
class |
FrameMatcher
Matches AWT or Swing
Frames by name, title or visibility on the screen. |
class |
JButtonMatcher
Matches
JButtons by name, text or visibility on the screen. |
class |
JLabelMatcher
Matches
JLabels by name, text or visibility on the screen. |
class |
JTextComponentMatcher
Matches
JTextComponents by name, text or visibility on the screen. |
class |
NamedComponentMatcherTemplate<T extends Component>
Template for matching AWT or Swing
Component by name. |
Copyright © 2014 AssertJ. All rights reserved.