Uses of Class
org.junit.platform.commons.util.ClassFilter
Packages that use ClassFilter
-
Uses of ClassFilter in org.junit.platform.commons.util
Methods in org.junit.platform.commons.util that return ClassFilterModifier and TypeMethodDescriptionstatic ClassFilter
Create aClassFilter
instance that accepts all names but filters classes.static ClassFilter
Create aClassFilter
instance that filters by names and classes.Methods in org.junit.platform.commons.util with parameters of type ClassFilterModifier and TypeMethodDescriptionReflectionUtils.findAllClassesInClasspathRoot
(URI root, ClassFilter classFilter) ModuleUtils.findAllClassesInModule
(String moduleName, ClassFilter filter) Find all classes for the given module name.ReflectionUtils.findAllClassesInModule
(String moduleName, ClassFilter classFilter) ReflectionUtils.findAllClassesInPackage
(String basePackageName, ClassFilter classFilter) ReflectionUtils.streamAllClassesInClasspathRoot
(URI root, ClassFilter classFilter) ReflectionUtils.streamAllClassesInModule
(String moduleName, ClassFilter classFilter) ReflectionUtils.streamAllClassesInPackage
(String basePackageName, ClassFilter classFilter)