Home
last modified time | relevance | path

Searched defs:annotationClass (Results 1 – 25 of 35) sorted by relevance

12

/external/testng/src/main/java/org/testng/internal/annotations/
DIAnnotationFinder.java24 public <A extends IAnnotation> A findAnnotation(Class<?> cls, Class<A> annotationClass); in findAnnotation()
33 public <A extends IAnnotation> A findAnnotation(Method m, Class<A> annotationClass); in findAnnotation()
34 <A extends IAnnotation> A findAnnotation(ITestNGMethod m, Class<A> annotationClass); in findAnnotation()
43 public <A extends IAnnotation> A findAnnotation(Constructor<?> cons, Class<A> annotationClass); in findAnnotation()
DJDK15AnnotationFinder.java104 public <A extends IAnnotation> A findAnnotation(Method m, Class<A> annotationClass) { in findAnnotation()
116 public <A extends IAnnotation> A findAnnotation(ITestNGMethod tm, Class<A> annotationClass) { in findAnnotation()
185 public <A extends IAnnotation> A findAnnotation(Class<?> cls, Class<A> annotationClass) { in findAnnotation()
197 public <A extends IAnnotation> A findAnnotation(Constructor<?> cons, Class<A> annotationClass) { in findAnnotation()
209 Class<A> annotationClass, Class<?> testClass, in findAnnotation()
DAnnotationHelper.java196 Class<? extends IAnnotation> annotationClass, IAnnotationFinder annotationFinder, in findMethodsWithAnnotation()
277 public static Annotation findAnnotationSuperClasses(Class<?> annotationClass, Class c) { in findAnnotationSuperClasses()
299 Class<? extends IAnnotation> annotationClass) { in isAnnotationPresent()
304 Class<? extends IAnnotation> annotationClass) { in isAnnotationPresent()
DJDK15TagFactory.java50Class<A> annotationClass, IAnnotationTransformer transformer) { in createTag()
97 Class<?> annotationClass) in maybeCreateNewConfigurationTag()
464 Class<? extends Annotation> annotationClass, String methodName, in findInherited()
494 Class<? extends Annotation> annotationClass, String methodName) in findInheritedStringArray()
/external/junit/src/org/junit/runners/model/
DTestClass.java69 Class<? extends Annotation> annotationClass) { in getAnnotatedMethods()
78 Class<? extends Annotation> annotationClass) { in getAnnotatedFields()
141 Class<? extends Annotation> annotationClass, Class<T> valueClass) { in getAnnotatedFieldValues()
/external/mockito/src/org/mockito/internal/util/reflection/
DInstanceField.java69 public boolean isAnnotatedBy(Class<? extends Annotation> annotationClass) { in isAnnotatedBy()
80 public <A extends Annotation> A annotation(Class<A> annotationClass) { in annotation()
/external/guava/guava/src/com/google/common/reflect/
DElement.java52 @Override public final boolean isAnnotationPresent(Class<? extends Annotation> annotationClass) { in isAnnotationPresent()
56 @Override public final <A extends Annotation> A getAnnotation(Class<A> annotationClass) { in getAnnotation()
/external/caliper/caliper/src/main/java/com/google/caliper/util/
DReflection.java31 Class<? extends Annotation> annotationClass) { in getAnnotatedMethods()
/external/guava/guava-testlib/src/com/google/common/collect/testing/features/
DFeatureUtil.java198 Class<? extends Annotation> annotationClass = a.annotationType(); in getTesterAnnotations() local
217 Class<? extends Annotation> annotationClass = testerAnnotation.annotationType(); in buildTesterRequirements() local
/external/guava/guava-testlib/test/com/google/common/collect/testing/features/
DFeatureEnumTest.java36 Class<? extends Annotation> annotationClass) { in assertGoodTesterAnnotation()
/external/smali/smalidea/src/main/java/org/jf/smalidea/psi/impl/
DSmaliAnnotationElementName.java93 PsiClass annotationClass = facade.findClass(annotationType, getResolveScope()); in resolve() local
/external/caliper/caliper/src/main/java/com/google/caliper/runner/
DParameterSet.java37 public static ParameterSet create(Class<?> theClass, Class<? extends Annotation> annotationClass) in create()
/external/junit/src/org/junit/internal/runners/
DTestClass.java41 public List<Method> getAnnotatedMethods(Class<? extends Annotation> annotationClass) { in getAnnotatedMethods()
/external/vogar/src/vogar/target/junit/
DJunit4.java136 Class<?> annotationClass = a.annotationType(); in isJunit4Test() local
/external/testng/src/main/java/org/testng/internal/
DParameters.java349 IAnnotationFinder finder, XmlSuite xmlSuite, Class annotationClass, String atName) in createParameters()
DBaseTestMethod.java433 protected void initGroups(Class<? extends ITestOrConfiguration> annotationClass) { in initGroups()
/external/dagger2/lib/
Dauto-common-1.0-20151022.071545-39.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/external/opencv3/modules/java/pure_test/lib/
Djunit-4.11.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/ ...
/external/guice/extensions/persist/lib/
Dxwork-2.0.4.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/opensymphony/ com/ ...
/external/owasp/sanitizer/lib/junit/
Djunit-dep.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/ ...
Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.eclipse.jdt.apt.core_3.3.401.R36_v20100727-0110.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
/external/libphonenumber/lib/
Djunit-4.8.1.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd ...
/external/guice/extensions/struts2/lib/
Dxwork-core-2.2.1.jarMETA-INF/ META-INF/MANIFEST.MF xwork-validator-definition-1.0. ...

12