Uses of Class
com.sun.javatest.TestFilter.Fault

Packages that use TestFilter.Fault
com.sun.javatest This package provides facilities for reading, executing and monitoring tests. 
 

Uses of TestFilter.Fault in com.sun.javatest
 

Methods in com.sun.javatest that throw TestFilter.Fault
 boolean LastRunFilter.accepts(TestDescription td)
           
 boolean StatusFilter.accepts(TestDescription td)
           
 boolean AllTestsFilter.accepts(TestDescription td)
           
abstract  boolean TestFilter.accepts(TestDescription td)
          Determines whether a TestDescription should be accepted or rejected by this filter.
 boolean CompositeFilter.accepts(TestDescription td)
           
 boolean LastRunFilter.accepts(TestDescription td, TestFilter.Observer o)
           
 boolean TestFilter.accepts(TestDescription td, TestFilter.Observer o)
          Determines whether a TestDescription should be accepted or rejected by this filter; if rejected, it is reported to the provided observer.
 boolean CompositeFilter.accepts(TestDescription td, TestFilter.Observer o)
           
 



Copyright 1996-2008 Sun Microsystems, Inc. All Rights Reserved.