| Package | Description |
|---|---|
| org.junit.platform.commons.support |
Maintained common support APIs provided by the JUnit Platform.
|
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
static <A extends java.lang.annotation.Annotation> |
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.
|