public class AnnotationInspector<T extends Annotation> extends Object
| Constructor and Description |
|---|
AnnotationInspector(org.jboss.arquillian.test.spi.TestClass testClass,
Class<T> annotationClass) |
| Modifier and Type | Method and Description |
|---|---|
T |
fetchFrom(Method method) |
T |
fetchUsingFirst(Method testMethod)
Fetches annotation for a given test class.
|
T |
getAnnotationOnClassLevel() |
boolean |
isDefinedOn(Method method) |
boolean |
isDefinedOnAnyMethod() |
boolean |
isDefinedOnClassLevel() |
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.