Package | Description |
---|---|
org.fest.swing.core.matcher |
Common implementations of
. |
Modifier and Type | Method and Description |
---|---|
DialogMatcher |
DialogMatcher.andShowing()
Indicates that the
to match should be showing on the screen. |
DialogMatcher |
DialogMatcher.andTitle(Pattern titlePattern)
Specifies the title to match.
|
DialogMatcher |
DialogMatcher.andTitle(String newTitle)
Specifies the title to match.
|
static DialogMatcher |
DialogMatcher.any()
Creates a new
that matches any . |
static DialogMatcher |
DialogMatcher.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 DialogMatcher |
DialogMatcher.withTitle(Pattern titlePattern)
Creates a new
that matches a by its title. |
static DialogMatcher |
DialogMatcher.withTitle(String title)
Creates a new
that matches a by its title. |
Copyright © 2007-2012 FEST (Fixtures for Easy Software Testing). All Rights Reserved.