Uses of Class
com.sun.javatest.TestFilter.Fault
Packages that use TestFilter.Fault
Package
Description
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.FaultModifier and TypeMethodDescriptionbooleanCompositeFilter.accepts(TestDescription td) booleanCompositeFilter.accepts(TestDescription td, TestFilter.Observer o) booleanParameterFilter.accepts(TestDescription td) booleanParameterFilter.accepts(TestDescription td, TestFilter.Observer o) booleanParameterFilter.accepts(TestResult tr, TestFilter.Observer o) booleanStatusFilter.accepts(TestDescription td) booleanStatusFilter.accepts(TestResult tr) abstract booleanTestFilter.accepts(TestDescription td) Determines whether a TestDescription should be accepted or rejected by this filter.booleanTestFilter.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.booleanTestFilter.accepts(TestResult tr) booleanTestFilter.accepts(TestResult tr, TestFilter.Observer o)