Uses of Class
org.junit.platform.commons.util.ReflectionUtils.CycleErrorHandling
-
Packages that use ReflectionUtils.CycleErrorHandling Package Description org.junit.platform.commons.util Internal common utilities for JUnit. -
-
Uses of ReflectionUtils.CycleErrorHandling in org.junit.platform.commons.util
Methods in org.junit.platform.commons.util that return ReflectionUtils.CycleErrorHandling Modifier and Type Method Description static ReflectionUtils.CycleErrorHandlingReflectionUtils.CycleErrorHandling. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ReflectionUtils.CycleErrorHandling[]ReflectionUtils.CycleErrorHandling. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.junit.platform.commons.util with parameters of type ReflectionUtils.CycleErrorHandling Modifier and Type Method Description static java.util.List<java.lang.Class<?>>ReflectionUtils. findNestedClasses(java.lang.Class<?> clazz, java.util.function.Predicate<java.lang.Class<?>> predicate, ReflectionUtils.CycleErrorHandling errorHandling)static booleanReflectionUtils. isNestedClassPresent(java.lang.Class<?> clazz, java.util.function.Predicate<java.lang.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.static java.util.stream.Stream<java.lang.Class<?>>ReflectionUtils. streamNestedClasses(java.lang.Class<?> clazz, java.util.function.Predicate<java.lang.Class<?>> predicate, ReflectionUtils.CycleErrorHandling errorHandling)
-