Class TestAnnotationsExtractor
java.lang.Object
com.atlassian.jira.functest.framework.TestAnnotationsExtractor
A tool to extract annotations from test first from method level, then from class level.
- Since:
- v7.1
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<A extends Annotation>
Optional<A> findAnnotationFor
(Class<A> annotationClass)
-
Constructor Details
-
TestAnnotationsExtractor
public TestAnnotationsExtractor(org.junit.runner.Description description)
-
-
Method Details
-
findAnnotationFor
-