Package com.sun.javatest
Interface Parameters.KeywordsParameters
- All Known Subinterfaces:
Parameters.MutableKeywordsParameters
- All Known Implementing Classes:
BasicParameters
,FileParameters
,KeywordsInterview
- Enclosing interface:
Parameters
public static interface Parameters.KeywordsParameters
An interface providing basic abstract access to a keywords object
which can be used to select tests according to their keywords.
-
Method Summary
Modifier and TypeMethodDescriptionGet a keywords object which identifies tests to be run according to their keywords.
-
Method Details
-
getKeywords
Keywords getKeywords()Get a keywords object which identifies tests to be run according to their keywords.- Returns:
- a keywords object which identifies tests to be run according to their keywords.
-