Uses of Interface
com.sun.javatest.Parameters.PriorStatusParameters
Packages that use Parameters.PriorStatusParameters
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.PriorStatusParameters in com.sun.javatest
Subinterfaces of Parameters.PriorStatusParameters in com.sun.javatestModifier and TypeInterfaceDescriptionstatic interface
An interface providing abstract access to a set of booleans which can be used to select tests according to their prior execution status.Classes in com.sun.javatest that implement Parameters.PriorStatusParametersModifier 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.PriorStatusParametersModifier and TypeMethodDescriptionBasicParameters.getPriorStatusParameters()
Parameters.getPriorStatusParameters()
Get an object which provides access to an array of booleans which identify tests to be run according to their prior execution status. -
Uses of Parameters.PriorStatusParameters in com.sun.javatest.interview
Classes in com.sun.javatest.interview that implement Parameters.PriorStatusParametersModifier and TypeClassDescriptionclass
This interview collects the "prior status" test filter parameters.Methods in com.sun.javatest.interview that return Parameters.PriorStatusParameters