Uses of Enum Class
org.junit.platform.commons.support.SearchOption
Packages that use SearchOption
Package
Description
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 SearchOptionModifier and TypeMethodDescriptionstatic SearchOptionDeprecated.Returns the enum constant of this class with the specified name.static SearchOption[]SearchOption.values()Deprecated.Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.junit.platform.commons.support with parameters of type SearchOptionModifier and TypeMethodDescriptionstatic <A extends Annotation>
Optional<A> AnnotationSupport.findAnnotation(Class<?> clazz, Class<A> annotationType, SearchOption searchOption) Deprecated.
AnnotationSupport.findAnnotation(AnnotatedElement, Class)(forSearchOption.DEFAULT) orAnnotationSupport.findAnnotation(Class, Class, List)(forSearchOption.INCLUDE_ENCLOSING_CLASSES) instead