Uses of Class
org.junit.platform.commons.support.SearchOption
-
Packages that use SearchOption Package Description org.junit.platform.commons.support Common support APIs provided by the JUnit Platform. -
-
Uses of SearchOption in org.junit.platform.commons.support
Methods in org.junit.platform.commons.support that return SearchOption Modifier and Type Method Description static SearchOptionSearchOption. valueOf(java.lang.String name)Deprecated.Returns the enum constant of this type with the specified name.static SearchOption[]SearchOption. values()Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.junit.platform.commons.support with parameters of type SearchOption Modifier and Type Method Description static <A extends java.lang.annotation.Annotation>
java.util.Optional<A>AnnotationSupport. findAnnotation(java.lang.Class<?> clazz, java.lang.Class<A> annotationType, SearchOption searchOption)Deprecated.UseAnnotationSupport.findAnnotation(AnnotatedElement, Class)(forSearchOption.DEFAULT) orAnnotationSupport.findAnnotation(Class, Class, List)(forSearchOption.INCLUDE_ENCLOSING_CLASSES) instead
-