Uses of Enum Class
org.junit.platform.commons.support.SearchOption
Package
Description
Maintained common support APIs provided by the JUnit Platform.
-
Uses of SearchOption in org.junit.platform.commons.support
Modifier and TypeMethodDescriptionstatic SearchOption
Returns the enum constant of this class with the specified name.static SearchOption[]
SearchOption.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionstatic <A extends Annotation>
Optional<A> AnnotationSupport.findAnnotation
(Class<?> clazz, 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.