Uses of Class
org.junit.platform.commons.support.SearchOption
-
Packages that use SearchOption Package Description org.junit.platform.commons.support Maintained 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 SearchOption
SearchOption. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SearchOption[]
SearchOption. values()
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)
Find the first annotation of the specified type that is either directly present, meta-present, or indirectly present on the supplied class.
-