Package | Description |
---|---|
org.fest.swing.core.matcher |
Common implementations of
. |
Modifier and Type | Method and Description |
---|---|
JButtonMatcher |
JButtonMatcher.andShowing()
Indicates that the
to match should be showing on the screen. |
JButtonMatcher |
JButtonMatcher.andText(Pattern textPattern)
Specifies the text to match.
|
JButtonMatcher |
JButtonMatcher.andText(String newText)
Specifies the text to match.
|
static JButtonMatcher |
JButtonMatcher.any()
Creates a new
that matches any . |
static JButtonMatcher |
JButtonMatcher.withName(String name)
Creates a new
that matches a that:
has a matching name
(optionally) has matching text
(optionally) is showing on the screen |
static JButtonMatcher |
JButtonMatcher.withText(Pattern textPattern)
Creates a new
that matches a by its text. |
static JButtonMatcher |
JButtonMatcher.withText(String text)
Creates a new
that matches a by its text. |
Copyright © 2007-2012 FEST (Fixtures for Easy Software Testing). All Rights Reserved.