Uses of Class
org.fest.swing.finder.JOptionPaneFinder

Packages that use JOptionPaneFinder
org.fest.swing.finder Support for testing time-consuming tasks. 
 

Uses of JOptionPaneFinder in org.fest.swing.finder
 

Methods in org.fest.swing.finder that return JOptionPaneFinder
static JOptionPaneFinder JOptionPaneFinder.findOptionPane()
          Creates a new JOptionPaneFinder capable of looking up a JOptionPane.
static JOptionPaneFinder JOptionPaneFinder.findOptionPane(GenericTypeMatcher<? extends JOptionPane> matcher)
          Creates a new JOptionPaneFinder capable of looking up a JOptionPane 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-2011 FEST (Fixtures for Easy Software Testing). All Rights Reserved.