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.Observer
Script.notifier
Notifier of starting/finishing tests.Methods in com.sun.javatest with parameters of type Harness.ObserverModifier and TypeMethodDescriptionvoid
Harness.addObserver
(Harness.Observer o) Add an observer to be notified during the execution of a test run.void
Harness.removeObserver
(Harness.Observer o) Remove a previously registered observer so that it will no longer be notified during the execution of a test run.void
Script.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 TypeMethodDescriptionvoid
CommandContext.addHarnessObserver
(Harness.Observer o) Add an observer to the set of observers maintained by this object.