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.
|
Modifier and Type | Field and Description |
---|---|
protected Harness.Observer |
Script.notifier
Notifier of starting/finishing tests.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
Harness.Observer[] |
CommandContext.getHarnessObservers()
Get the set of observers that have been registered with this object.
|
Modifier and Type | Method and Description |
---|---|
void |
CommandContext.addHarnessObserver(Harness.Observer o)
Add an observer to the set of observers maintained by this object.
|
Copyright (c) 1996, 2010, Oracle and/or its affiliates. All rights reserved.