Uses of Class
com.sun.javatest.Keywords
-
Packages that use Keywords 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 Keywords in com.sun.javatest
Methods in com.sun.javatest that return Keywords Modifier and Type Method Description static Keywords
Keywords. create(java.lang.String type, java.lang.String text)
Create a keywords object.static Keywords
Keywords. create(java.lang.String type, java.lang.String text, java.util.Set<java.lang.String> validKeywords)
Create a keywords object.Keywords
BasicParameters. getKeywords()
Keywords
InterviewParameters. getKeywords()
Keywords
KeywordsFilter. getKeywords()
Get the underlying keywords object.Keywords
Parameters. getKeywords()
Get a keywords object which identifies tests to be run according to their keywords.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 Keywords Constructor Description KeywordsFilter(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 Keywords Modifier and Type Method Description Keywords
KeywordsInterview. getKeywords()
Get a Keywords object based on the information in the interview.
-