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
RunnerProvides 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 classprivate static classprivate static classMethods in org.junit.experimental.categories that return FilterModifier and TypeMethodDescriptionprotected abstract FilterCategoryFilterFactory.createFilter(List<Class<?>> categories) Creates aCategories.CategoryFiltergiven an array of classes.CategoryFilterFactory.createFilter(FilterFactoryParams params) Creates aCategories.CategoryFiltergiven aFilterFactoryParamsargument.protected FilterExcludeCategories.createFilter(List<Class<?>> categories) Creates aFilterwhich is only passed by tests that are not categorized with any of the specified categories.protected FilterIncludeCategories.createFilter(List<Class<?>> categories) Creates aFilterwhich 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 FilterFilterFactories.createFilter(Class<? extends FilterFactory> filterFactoryClass, FilterFactoryParams params) Creates aFilter.static FilterFilterFactories.createFilter(String filterFactoryFqcn, FilterFactoryParams params) Creates aFilter.FilterFactory.createFilter(FilterFactoryParams params) Creates aFiltergiven aFilterFactoryParamsargument.static FilterFilterFactories.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 whenfilteris applied -
Uses of Filter in org.junit.runner.manipulation
Fields in org.junit.runner.manipulation declared as FilterModifier and TypeFieldDescriptionstatic final FilterFilter.ALLA nullFilterthat 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 andsecondstatic FilterFilter.matchMethodDescription(Description desiredDescription) Returns aFilterthat only runs the single method described bydesiredDescriptionMethods 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