Package | Description |
---|---|
org.fest.swing.finder |
Support for testing time-consuming tasks.
|
Modifier and Type | Method and Description |
---|---|
static FrameFinder |
WindowFinder.findFrame(Class<? extends Frame> frameType)
Creates a new
capable of looking up a by type. |
static FrameFinder |
WindowFinder.findFrame(GenericTypeMatcher<? extends Frame> matcher)
Creates a new
capable of looking up a using the
provided matcher. |
static FrameFinder |
WindowFinder.findFrame(String frameName)
Creates a new
capable of looking up a by name. |
FrameFinder |
FrameFinder.withTimeout(long timeout)
Sets the timeout for this finder.
|
FrameFinder |
FrameFinder.withTimeout(long timeout,
TimeUnit unit)
Sets the timeout for this finder.
|
Copyright © 2007-2012 FEST (Fixtures for Easy Software Testing). All Rights Reserved.