public static interface RepeatUtils.TestMethod
Modifier and Type | Method and Description |
---|---|
<T extends Annotation> |
getAnnotation(Class<T> annotationClass)
Get an annotation of a given class for this test method.
|
@Nullable <T extends Annotation> T getAnnotation(@NotNull Class<T> annotationClass)
Should return null
if the annotation is not present.
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.