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