Package | Description |
---|---|
com.sun.javatest |
This package provides facilities for reading, executing
and monitoring tests.
|
com.sun.javatest.interview |
This package provides a configuration interview for legacy test
suites which do not provide their own interview, and also provides
sub-interviews which may be used to build a custom interview with
standard questions for the standard sections.
|
Modifier and Type | Interface and Description |
---|---|
static interface |
Parameters.LegacyEnvParameters
An interface providing abstract access to environments, as contained
in a set of .jte files, as used by older, legacy test suites.
|
Modifier and Type | Class and Description |
---|---|
class |
FileParameters
An implementation of Parameters, using data read from a .jtp file.
|
Modifier and Type | Method and Description |
---|---|
Parameters.EnvParameters |
Parameters.getEnvParameters()
Get an object which provides access to the environment of
test-suite-specific configuration values to be used when each
test is run.
|
Parameters.EnvParameters |
FileParameters.getEnvParameters() |
Modifier and Type | Class and Description |
---|---|
class |
EnvironmentInterview
This interview collects the environment parameter, by means of environment (jte) files
and an environment name.
|
class |
SimpleInterviewParameters
A simple interview that can be used for simple test suites.
|
Modifier and Type | Method and Description |
---|---|
Parameters.EnvParameters |
LegacyParameters.getEnvParameters() |
Parameters.EnvParameters |
SimpleInterviewParameters.getEnvParameters() |
Copyright (c) 1996, 2010, Oracle and/or its affiliates. All rights reserved.