Finding Components To Test

package abbot.finder;

public class BasicFinder implements ComponentFinder {

  public BasicFinder();
  public BasicFinder(Hierarchy h);

  public static ComponentFinder getDefault();
  public Component find(Container root, Matcher m);
   throws ComponentNotFoundException, MultipleComponentsFoundException
  public Component find(Matcher m)
   throws ComponentNotFoundException, MultipleComponentsFoundException;
                             
}

Previous | Next | Top | Cafe con Leche

Copyright 2005, 2006 Elliotte Rusty Harold
elharo@metalab.unc.edu
Last Modified September 28, 2005