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)
           
 boolean CompositeFilter.accepts(TestDescription td)
           
abstract  boolean TestFilter.accepts(TestDescription td)
          Determines whether a TestDescription should be accepted or rejected by this filter.
 boolean ParameterFilter.accepts(TestDescription td)
           
 boolean LastRunFilter.accepts(TestDescription td, TestFilter.Observer o)
           
 boolean CompositeFilter.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 ParameterFilter.accepts(TestDescription td, TestFilter.Observer o)
           
 



Copyright (c) 1996, 2010, Oracle and/or its affiliates. All rights reserved.