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.ObserverScript. notifierNotifier of starting/finishing tests.Methods in com.sun.javatest with parameters of type Harness.Observer Modifier and Type Method Description voidHarness. 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.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 voidCommandContext. addHarnessObserver(Harness.Observer o)Add an observer to the set of observers maintained by this object.
-