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