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 KeywordsKeywords. create(java.lang.String type, java.lang.String text)Create a keywords object.static KeywordsKeywords. create(java.lang.String type, java.lang.String text, java.util.Set<java.lang.String> validKeywords)Create a keywords object.KeywordsBasicParameters. getKeywords()KeywordsInterviewParameters. getKeywords()KeywordsKeywordsFilter. getKeywords()Get the underlying keywords object.KeywordsParameters. getKeywords()Get a keywords object which identifies tests to be run according to their keywords.KeywordsParameters.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 KeywordsKeywordsInterview. getKeywords()Get a Keywords object based on the information in the interview.
-