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

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

Uses of WindowFinderTemplate in org.fest.swing.finder
 

Subclasses of WindowFinderTemplate in org.fest.swing.finder
 class DialogFinder
          Understands a finder for Dialogs.
 class FrameFinder
          Understands a finder for Frames.
 

Methods in org.fest.swing.finder that return WindowFinderTemplate
protected  WindowFinderTemplate<T> WindowFinderTemplate.withTimeout(long timeout)
          Sets the timeout for this finder.
protected  WindowFinderTemplate<T> WindowFinderTemplate.withTimeout(long timeout, TimeUnit unit)
          Sets the timeout for this finder.
 



Copyright © 2007-2011 FEST (Fixtures for Easy Software Testing). All Rights Reserved.