Uses of Interface
com.sun.javatest.Parameters.KeywordsParameters
Packages that use Parameters.KeywordsParameters
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.KeywordsParameters in com.sun.javatest
Subinterfaces of Parameters.KeywordsParameters in com.sun.javatestModifier and TypeInterfaceDescriptionstatic interface
An interface providing abstract access to a keywords object which can be used to select tests according to their keywords.Classes in com.sun.javatest that implement Parameters.KeywordsParametersModifier 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.KeywordsParametersModifier and TypeMethodDescriptionBasicParameters.getKeywordsParameters()
Parameters.getKeywordsParameters()
Get an object which provides access to the keywords object which identifies tests to be run according to their keywords. -
Uses of Parameters.KeywordsParameters in com.sun.javatest.interview
Classes in com.sun.javatest.interview that implement Parameters.KeywordsParametersModifier and TypeClassDescriptionclass
This interview collects the keyword parameters.Methods in com.sun.javatest.interview that return Parameters.KeywordsParameters