ExcludeCategories
, IncludeCategories
public interface FilterFactory
Filter
.Modifier and Type | Interface | Description |
---|---|---|
static class |
FilterFactory.FilterNotCreatedException |
Exception thrown if the
Filter cannot be created. |
Modifier and Type | Method | Description |
---|---|---|
Filter |
createFilter(FilterFactoryParams params) |
Creates a
Filter given a FilterFactoryParams argument. |
Filter createFilter(FilterFactoryParams params) throws FilterFactory.FilterNotCreatedException
Filter
given a FilterFactoryParams
argument.params
- Parameters needed to create the Filter
FilterFactory.FilterNotCreatedException
Copyright © 2002–2018 JUnit. All rights reserved.