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 class
Exception thrown if theFilter
cannot be created. -
Method Summary
Modifier and TypeMethodDescriptioncreateFilter
(FilterFactoryParams params) Creates aFilter
given aFilterFactoryParams
argument.
-
Method Details
-
createFilter
Creates aFilter
given aFilterFactoryParams
argument.- Parameters:
params
- Parameters needed to create theFilter
- Throws:
FilterFactory.FilterNotCreatedException
-