Package | Description |
---|---|
com.sun.javatest.exec |
The Test Manager Tool provides a GUI for opening, browsing, configuring,
and running tests and test suites, and for browsing the results.
|
Modifier and Type | Interface and Description |
---|---|
static interface |
BasicSession.OrderedObserver
Extension to the Observer interface for those classes which
are sensitive to the order of notifying.
|
Modifier and Type | Class and Description |
---|---|
class |
BasicSessionControl
Class that encapsulate logic of user's actions on update session:
operations on configuration and work directory.
|
protected class |
BasicSessionControl.SessionView |
class |
ContextManager
The context manager provides an interface for customization of the user
interface and control over certain parameters of harness operation.
|
class |
ET_FilterHandler
This class handles all the special filter juggling that exec tool needs to do.
|
class |
ExecTool |
Modifier and Type | Field and Description |
---|---|
protected java.util.List<Session.Observer> |
BasicSession.observers
List of registered observers
|
Modifier and Type | Method and Description |
---|---|
void |
Session.addObserver(Session.Observer obs)
Registers the observer.
|
void |
BasicSession.addObserver(Session.Observer obs) |
void |
Session.removeObserver(Session.Observer obs)
Unregisters the observer.
|
void |
BasicSession.removeObserver(Session.Observer obs) |
Copyright (c) 1996, 2014, Oracle and/or its affiliates. All rights reserved.