Package | Description |
---|---|
org.fest.swing.finder |
Support for testing time-consuming tasks.
|
Modifier and Type | Method and Description |
---|---|
static JOptionPaneFinder |
JOptionPaneFinder.findOptionPane()
Creates a new
capable of looking up a . |
static JOptionPaneFinder |
JOptionPaneFinder.findOptionPane(GenericTypeMatcher<? extends JOptionPane> matcher)
Creates a new
capable of looking up a
using the given matcher. |
JOptionPaneFinder |
JOptionPaneFinder.withTimeout(long timeout)
Sets the timeout for this finder.
|
JOptionPaneFinder |
JOptionPaneFinder.withTimeout(long timeout,
TimeUnit unit)
Sets the timeout for this finder.
|
Copyright © 2007-2013 FEST (Fixtures for Easy Software Testing). All Rights Reserved.