Package org.junit.runner
Interface FilterFactory
- All Known Implementing Classes:
CategoryFilterFactory,ExcludeCategories,IncludeCategories
public interface FilterFactory
Extend this class to create a factory that creates
Filter.-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic classException thrown if theFiltercannot be created. -
Method Summary
Modifier and TypeMethodDescriptioncreateFilter(FilterFactoryParams params) Creates aFiltergiven aFilterFactoryParamsargument.
-
Method Details
-
createFilter
Creates aFiltergiven aFilterFactoryParamsargument.- Parameters:
params- Parameters needed to create theFilter- Throws:
FilterFactory.FilterNotCreatedException
-