Uses of Class
org.junit.runner.manipulation.Filter
Packages that use Filter
Package
Description
Provides JUnit v3.x core classes.
Provides implementations of
Request
.Provides implementations of
Runner
Provides classes used to describe, collect, run and analyze multiple tests.
Provides standard
Runner
implementations.-
Uses of Filter in junit.framework
Methods in junit.framework with parameters of type Filter -
Uses of Filter in org.junit.experimental.categories
Subclasses of Filter in org.junit.experimental.categoriesModifier and TypeClassDescriptionstatic class
private static class
private static class
Methods in org.junit.experimental.categories that return FilterModifier and TypeMethodDescriptionprotected abstract Filter
CategoryFilterFactory.createFilter
(List<Class<?>> categories) Creates aCategories.CategoryFilter
given an array of classes.CategoryFilterFactory.createFilter
(FilterFactoryParams params) Creates aCategories.CategoryFilter
given aFilterFactoryParams
argument.protected Filter
ExcludeCategories.createFilter
(List<Class<?>> categories) Creates aFilter
which is only passed by tests that are not categorized with any of the specified categories.protected Filter
IncludeCategories.createFilter
(List<Class<?>> categories) Creates aFilter
which is only passed by tests that are categorized with any of the specified categories. -
Uses of Filter in org.junit.internal.requests
Fields in org.junit.internal.requests declared as FilterConstructors in org.junit.internal.requests with parameters of type FilterModifierConstructorDescriptionFilterRequest
(Request request, Filter filter) Creates a filtered Request -
Uses of Filter in org.junit.internal.runners
Methods in org.junit.internal.runners with parameters of type Filter -
Uses of Filter in org.junit.runner
Methods in org.junit.runner that return FilterModifier and TypeMethodDescriptionstatic Filter
FilterFactories.createFilter
(Class<? extends FilterFactory> filterFactoryClass, FilterFactoryParams params) Creates aFilter
.static Filter
FilterFactories.createFilter
(String filterFactoryFqcn, FilterFactoryParams params) Creates aFilter
.FilterFactory.createFilter
(FilterFactoryParams params) Creates aFilter
given aFilterFactoryParams
argument.static Filter
FilterFactories.createFilterFromFilterSpec
(Request request, String filterSpec) Creates aFilter
.Methods in org.junit.runner with parameters of type FilterModifier and TypeMethodDescriptionRequest.filterWith
(Filter filter) Returns a Request that only contains those tests that should run whenfilter
is applied -
Uses of Filter in org.junit.runner.manipulation
Fields in org.junit.runner.manipulation declared as FilterModifier and TypeFieldDescriptionstatic final Filter
Filter.ALL
A nullFilter
that passes all tests through.Methods in org.junit.runner.manipulation that return FilterModifier and TypeMethodDescriptionReturns a new Filter that accepts the intersection of the tests accepted by this Filter andsecond
static Filter
Filter.matchMethodDescription
(Description desiredDescription) Returns aFilter
that only runs the single method described bydesiredDescription
Methods in org.junit.runner.manipulation with parameters of type Filter -
Uses of Filter in org.junit.runners
Methods in org.junit.runners with parameters of type Filter