Uses of Interface
com.sun.javatest.TestFilter.Observer
Packages that use TestFilter.Observer
Package
Description
This package provides facilities for reading, executing
and monitoring tests.
-
Uses of TestFilter.Observer in com.sun.javatest
Methods in com.sun.javatest with parameters of type TestFilter.ObserverModifier and TypeMethodDescriptionboolean
CompositeFilter.accepts
(TestDescription td, TestFilter.Observer o) boolean
LastRunFilter.accepts
(TestDescription td, TestFilter.Observer o) boolean
ParameterFilter.accepts
(TestDescription td, TestFilter.Observer o) boolean
ParameterFilter.accepts
(TestResult tr, 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
TestFilter.accepts
(TestResult tr, TestFilter.Observer o)