Package | Description |
---|---|
com.sun.javatest.report |
This package provides API for generating reports about test runs.
|
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 | Class and Description |
---|---|
class |
ReportManager
A command manager to provide commands for reporting test results.
|
Modifier and Type | Class and Description |
---|---|
class |
ConfigManager
A manager for all the various configuration commands.
|
class |
DesktopManager
A tool manager to handle the command line options for the JT Harness desktop.
|
class |
EnvironmentManager
A command manager to handle the command line options for adding
default values into every test environment.
|
class |
HelpManager
A manager for command line help.
|
class |
HttpManager
A tool manager to handle the command line options for starting
an HTTP server to monitor JT Harness's progress while executing tests.
|
class |
LogManager
A command manager to handle the command line options for
controlling logging messages generated by the harness.
|
Modifier and Type | Method and Description |
---|---|
void |
HelpManager.setCommandManagers(CommandManager[] commandManagers)
Set the command managers for which to generate command line help.
|
Constructor and Description |
---|
CommandParser(CommandManager[] mgrs)
Create a parser to parse the commands accepted by a set of command managers.
|
HelpManager(CommandManager[] commandManagers)
Create a HelpManager to manage the command line help
for a set of command managers.
|
Copyright (c) 1996, 2014, Oracle and/or its affiliates. All rights reserved.