Uses of Class
com.sun.javatest.Keywords
Packages that use Keywords
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 Keywords in com.sun.javatest
Methods in com.sun.javatest that return KeywordsModifier and TypeMethodDescriptionstatic Keywords
Create a keywords object.static Keywords
Create a keywords object.BasicParameters.getKeywords()
InterviewParameters.getKeywords()
KeywordsFilter.getKeywords()
Get the underlying keywords object.Parameters.getKeywords()
Get a keywords object which identifies tests to be run according to their keywords.Parameters.KeywordsParameters.getKeywords()
Get a keywords object which identifies tests to be run according to their keywords.Constructors in com.sun.javatest with parameters of type KeywordsModifierConstructorDescriptionKeywordsFilter
(Keywords keywords) Create a filter that filters tests according to a Keywords object. -
Uses of Keywords in com.sun.javatest.interview
Methods in com.sun.javatest.interview that return KeywordsModifier and TypeMethodDescriptionKeywordsInterview.getKeywords()
Get a Keywords object based on the information in the interview.