Package com.sun.javatest
Interface Parameters.ExcludeListParameters
-
- All Known Subinterfaces:
Parameters.MutableExcludeListParameters
- All Known Implementing Classes:
BasicParameters
,ExcludeListInterview
,FileParameters
- Enclosing interface:
- Parameters
public static interface Parameters.ExcludeListParameters
An interface providing basic abstract access to an exclude list, defining tests to be excluded from the test run.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ExcludeList
getExcludeList()
Get an exclude list which identifies tests or test cases to be excluded from the test run.
-
-
-
Method Detail
-
getExcludeList
ExcludeList getExcludeList()
Get an exclude list which identifies tests or test cases to be excluded from the test run.- Returns:
- an exclude list identifying tests or test cases to be excluded from the test run.
- See Also:
Parameters.getExcludeListFilter()
,Parameters.getExcludeList()
-
-