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
Modifier and TypeMethodDescriptionGet an exclude list which identifies tests or test cases to be excluded from the test run.
-
Method Details
-
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:
-