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.MutableKeywordsParameters
An interface providing abstract access to a keywords object
which can be used to select tests according to their keywords.
|
Modifier and Type | Class and Description |
---|---|
class |
BasicParameters
A basic implementation of Parameters for all except the EnvParameters
subsection.
|
class |
FileParameters
An implementation of Parameters, using data read from a .jtp file.
|
Modifier and Type | Method and Description |
---|---|
Parameters.KeywordsParameters |
Parameters.getKeywordsParameters()
Get an object which provides access to the keywords object which
identifies tests to be run according to their keywords.
|
Parameters.KeywordsParameters |
BasicParameters.getKeywordsParameters() |
Modifier and Type | Class and Description |
---|---|
class |
KeywordsInterview
This interview collects the keyword parameters.
|
Modifier and Type | Method and Description |
---|---|
Parameters.KeywordsParameters |
BasicInterviewParameters.getKeywordsParameters() |
Copyright (c) 1996, 2010, Oracle and/or its affiliates. All rights reserved.