Uses of Enum Class
org.junit.platform.commons.util.ReflectionUtils.CycleErrorHandling
Packages that use ReflectionUtils.CycleErrorHandling
-
Uses of ReflectionUtils.CycleErrorHandling in org.junit.platform.commons.util
Methods in org.junit.platform.commons.util that return ReflectionUtils.CycleErrorHandlingModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static ReflectionUtils.CycleErrorHandling[]ReflectionUtils.CycleErrorHandling.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.junit.platform.commons.util with parameters of type ReflectionUtils.CycleErrorHandlingModifier and TypeMethodDescriptionReflectionUtils.findNestedClasses(Class<?> clazz, Predicate<Class<?>> predicate, ReflectionUtils.CycleErrorHandling errorHandling) static booleanReflectionUtils.isNestedClassPresent(Class<?> clazz, Predicate<Class<?>> predicate, ReflectionUtils.CycleErrorHandling errorHandling) Determine if a nested class within the supplied class, or inherited by the supplied class, that conforms to the supplied predicate is present.ReflectionUtils.streamNestedClasses(Class<?> clazz, Predicate<Class<?>> predicate, ReflectionUtils.CycleErrorHandling errorHandling)