Uses of Interface
com.sun.javatest.TestResult.Observer
Packages that use TestResult.Observer
Package
Description
This package provides facilities for reading, executing
and monitoring tests.
-
Uses of TestResult.Observer in com.sun.javatest
Methods in com.sun.javatest with parameters of type TestResult.ObserverModifier and TypeMethodDescriptionvoid
TestResult.addObserver
(TestResult.Observer obs) Add an observer to watch this test result for changes.void
TestResult.removeObserver
(TestResult.Observer obs) Remove an observer that was previously added.