Uses of Interface
com.sun.javatest.Harness.Observer
Packages that use Harness.Observer
Package
Description
This package provides facilities for reading, executing
and monitoring tests.
The JT Harness Tool API provides the command-line and GUI
infrastructure for the main JT Harness test harness.
-
Uses of Harness.Observer in com.sun.javatest
Fields in com.sun.javatest declared as Harness.ObserverModifier and TypeFieldDescriptionprotected Harness.ObserverScript.notifierNotifier of starting/finishing tests.Methods in com.sun.javatest with parameters of type Harness.ObserverModifier and TypeMethodDescriptionvoidHarness.addObserver(Harness.Observer o) Add an observer to be notified during the execution of a test run.voidHarness.removeObserver(Harness.Observer o) Remove a previously registered observer so that it will no longer be notified during the execution of a test run.voidScript.setNotifier(Harness.Observer notifier) Sets notifier to be used to inform listeners of events of a test starting/finishing. -
Uses of Harness.Observer in com.sun.javatest.tool
Methods in com.sun.javatest.tool that return Harness.ObserverModifier and TypeMethodDescriptionCommandContext.getHarnessObservers()Get the set of observers that have been registered with this object.Methods in com.sun.javatest.tool with parameters of type Harness.ObserverModifier and TypeMethodDescriptionvoidCommandContext.addHarnessObserver(Harness.Observer o) Add an observer to the set of observers maintained by this object.