java.lang.Object | |
↳ | com.atlassian.jira.functest.framework.util.junit.AnnotatedDescription |
Wrapper around org.junit.runner.Description to resolve its annotations.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Gets annotation of given type for this description, or
null if this description is not annotated
with annotation. | |||||||||||
Checks whether the underlying description has given annotation - itself or on its parent suite
(only if this description is a test).
| |||||||||||
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Gets annotation of given type for this description, or null
if this description is not annotated
with annotation. Looks up both test method and test class (if applicable).
annotation | annotation to find |
---|
null
if not found
Checks whether the underlying description has given annotation - itself or on its parent suite (only if this description is a test).
true
if this description is annotated with given annotation (test method or class)