Package org.junit.runner
Interface FilterFactory
-
- All Known Implementing Classes:
ExcludeCategories,IncludeCategories
public interface FilterFactory
Extend this class to create a factory that createsFilter.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classFilterFactory.FilterNotCreatedExceptionException thrown if theFiltercannot be created.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FiltercreateFilter(FilterFactoryParams params)Creates aFiltergiven aFilterFactoryParamsargument.
-
-
-
Method Detail
-
createFilter
Filter createFilter(FilterFactoryParams params) throws FilterFactory.FilterNotCreatedException
Creates aFiltergiven aFilterFactoryParamsargument.- Parameters:
params- Parameters needed to create theFilter- Throws:
FilterFactory.FilterNotCreatedException
-
-