Uses of Interface
com.sun.javatest.Harness.Observer
-
Packages that use Harness.Observer Package Description com.sun.javatest This package provides facilities for reading, executing and monitoring tests.com.sun.javatest.tool 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.Observer Modifier and Type Field Description protected Harness.Observer
Script. notifier
Notifier of starting/finishing tests.Methods in com.sun.javatest with parameters of type Harness.Observer Modifier and Type Method Description void
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.Observer Modifier and Type Method Description Harness.Observer[]
CommandContext. getHarnessObservers()
Get the set of observers that have been registered with this object.Methods in com.sun.javatest.tool with parameters of type Harness.Observer Modifier and Type Method Description void
CommandContext. addHarnessObserver(Harness.Observer o)
Add an observer to the set of observers maintained by this object.
-