Uses of Interface
com.sun.javatest.Parameters.TestsParameters
Packages that use Parameters.TestsParameters
Package
Description
This package provides facilities for reading, executing
and monitoring tests.
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.
-
Uses of Parameters.TestsParameters in com.sun.javatest
Subinterfaces of Parameters.TestsParameters in com.sun.javatestModifier and TypeInterfaceDescriptionstatic interface
An interface providing abstract access to a set of paths defining the tests and folders of tests to be run.Classes in com.sun.javatest that implement Parameters.TestsParametersModifier and TypeClassDescriptionclass
A basic implementation of Parameters for all except the EnvParameters subsection.class
An implementation of Parameters, using data read from a .jtp file.Methods in com.sun.javatest that return Parameters.TestsParametersModifier and TypeMethodDescriptionBasicParameters.getTestsParameters()
Parameters.getTestsParameters()
Get an object which provides access to the paths identifying the tests or folders of tests to be run. -
Uses of Parameters.TestsParameters in com.sun.javatest.interview
Classes in com.sun.javatest.interview that implement Parameters.TestsParametersModifier and TypeClassDescriptionclass
This interview collects the "initial files" parameter.Methods in com.sun.javatest.interview that return Parameters.TestsParameters