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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Keywords
getKeywords()
Get a keywords object which identifies tests to be run according to their keywords.
-
-
-
Method Detail
-
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.
-
-