Uses of Class
com.sun.javatest.Keywords

Packages that use Keywords
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
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 validKeywords)
          Create a keywords object.
 Keywords BasicParameters.getKeywords()
           
 Keywords InterviewParameters.getKeywords()
           
 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.
 Keywords KeywordsFilter.getKeywords()
          Get the underlying keywords object.
 

Constructors in com.sun.javatest with parameters of type Keywords
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
 Keywords KeywordsInterview.getKeywords()
          Get a Keywords object based on the information in the interview.
 



Copyright (c) 1996, 2010, Oracle and/or its affiliates. All rights reserved.