Uses of Interface
com.sun.javatest.Parameters.KeywordsParameters
-
Packages that use Parameters.KeywordsParameters 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. -
-
Uses of Parameters.KeywordsParameters in com.sun.javatest
Subinterfaces of Parameters.KeywordsParameters in com.sun.javatest Modifier and Type Interface Description static interfaceParameters.MutableKeywordsParametersAn 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.KeywordsParameters Modifier and Type Class Description classBasicParametersA basic implementation of Parameters for all except the EnvParameters subsection.classFileParametersAn implementation of Parameters, using data read from a .jtp file.Methods in com.sun.javatest that return Parameters.KeywordsParameters Modifier and Type Method Description Parameters.KeywordsParametersBasicParameters. getKeywordsParameters()Parameters.KeywordsParametersParameters. 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.KeywordsParameters Modifier and Type Class Description classKeywordsInterviewThis interview collects the keyword parameters.Methods in com.sun.javatest.interview that return Parameters.KeywordsParameters Modifier and Type Method Description Parameters.KeywordsParametersBasicInterviewParameters. getKeywordsParameters()
-