Uses of Class
org.junit.runner.FilterFactoryParams
-
Packages that use FilterFactoryParams Package Description org.junit.experimental.categories org.junit.runner Provides classes used to describe, collect, run and analyze multiple tests. -
-
Uses of FilterFactoryParams in org.junit.experimental.categories
Methods in org.junit.experimental.categories with parameters of type FilterFactoryParams Modifier and Type Method Description FilterCategoryFilterFactory. createFilter(FilterFactoryParams params)Creates aCategories.CategoryFiltergiven aFilterFactoryParamsargument. -
Uses of FilterFactoryParams in org.junit.runner
Methods in org.junit.runner with parameters of type FilterFactoryParams Modifier and Type Method Description static FilterFilterFactories. createFilter(java.lang.Class<? extends FilterFactory> filterFactoryClass, FilterFactoryParams params)Creates aFilter.static FilterFilterFactories. createFilter(java.lang.String filterFactoryFqcn, FilterFactoryParams params)Creates aFilter.FilterFilterFactory. createFilter(FilterFactoryParams params)Creates aFiltergiven aFilterFactoryParamsargument.
-