Uses of Interface
org.junit.runner.FilterFactory
-
Packages that use FilterFactory Package Description org.junit.experimental.categories org.junit.runner Provides classes used to describe, collect, run and analyze multiple tests. -
-
Uses of FilterFactory in org.junit.experimental.categories
Classes in org.junit.experimental.categories that implement FilterFactory Modifier and Type Class Description (package private) classCategoryFilterFactoryImplementation of FilterFactory for Category filtering.classExcludeCategoriesFilterFactoryto exclude categories.classIncludeCategoriesFilterFactoryto include categories. -
Uses of FilterFactory in org.junit.runner
Methods in org.junit.runner that return FilterFactory Modifier and Type Method Description (package private) static FilterFactoryFilterFactories. createFilterFactory(java.lang.Class<? extends FilterFactory> filterFactoryClass)(package private) static FilterFactoryFilterFactories. createFilterFactory(java.lang.String filterFactoryFqcn)Method parameters in org.junit.runner with type arguments of type FilterFactory Modifier and Type Method Description static FilterFilterFactories. createFilter(java.lang.Class<? extends FilterFactory> filterFactoryClass, FilterFactoryParams params)Creates aFilter.(package private) static FilterFactoryFilterFactories. createFilterFactory(java.lang.Class<? extends FilterFactory> filterFactoryClass)
-