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.MutableExcludeListParameters
An interface providing abstract access to an exclude list,
as defined by a set of files, defining tests to be excluded
from the test run.
|
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.ExcludeListParameters |
Parameters.getExcludeListParameters()
Get an object which provides access to the exclude list which
identifies tests or test cases to be excluded from the test run.
|
Parameters.ExcludeListParameters |
BasicParameters.getExcludeListParameters() |
Modifier and Type | Class and Description |
---|---|
class |
ExcludeListInterview
This interview collects the "exclude list" test filter parameters.
|
Modifier and Type | Method and Description |
---|---|
Parameters.ExcludeListParameters |
BasicInterviewParameters.getExcludeListParameters() |
Copyright (c) 1996, 2015, Oracle and/or its affiliates. All rights reserved.