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