GenericTypeMatcher.See: Description
| Class | Description |
|---|---|
| DialogMatcher |
Matches AWT or Swing
Dialogs by name, title or visibility on the screen. |
| FrameMatcher |
Matches AWT or Swing
Frames by name, title or visibility on the screen. |
| JButtonMatcher |
Matches
JButtons by name, text or visibility on the screen. |
| JLabelMatcher |
Matches
JLabels by name, text or visibility on the screen. |
| JTextComponentMatcher |
Matches
JTextComponents by name, text or visibility on the screen. |
| NamedComponentMatcherTemplate<T extends Component> |
Template for matching AWT or Swing
Component by name. |
GenericTypeMatcher.Copyright © 2014 AssertJ. All rights reserved.