Searched refs:annot (Results 1 – 3 of 3) sorted by relevance
97 for (AnnotationDesc annot : annotations) { in start()98 String atype = annot.annotationType().toString(); in start()100 ElementValuePair[] cpairs = annot.elementValues(); in start()114 for (AnnotationDesc annot : method.annotations()) { in start()115 if (annot.annotationType().toString().equals(JUNIT4_TEST_ANNOTATION)) { in start()118 for (ElementValuePair pair : annot.elementValues()) { in start()157 for (AnnotationDesc annot : method.annotations()) { in isJUnit4TestClass()158 if (annot.annotationType().toString().equals(JUNIT4_TEST_ANNOTATION)) { in isJUnit4TestClass()
114 CompilationUnit annot = new CompilationUnit("a.A", in compareDefaultedAnnotationElementOnClass() local127 IApi fromApi = convert(annot, AnnotBDefault); in compareDefaultedAnnotationElementOnClass()128 IApi toApi = convert(annot, AnnotB); in compareDefaultedAnnotationElementOnClass()
360 for (Annotation annot : annotations) { in getAnnotation()362 if (annot.annotationType().getName().equals(annotationName)) { in getAnnotation()363 String annotStr = annot.toString(); in getAnnotation()