Uses of Interface
com.sun.javatest.TestResult.Observer
-
Packages that use TestResult.Observer Package Description com.sun.javatest 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.Observer Modifier and Type Method Description void
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.
-