|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Harness.Observer | |
|---|---|
| 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 | |
|---|---|
protected Harness.Observer |
Script.notifier
Notifier of starting/finishing tests. |
| Methods in com.sun.javatest with parameters of type Harness.Observer | |
|---|---|
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 | |
|---|---|
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 | |
|---|---|
void |
CommandContext.addHarnessObserver(Harness.Observer o)
Add an observer to the set of observers maintained by this object. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||