Searched refs:annotationType (Results 1 – 7 of 7) sorted by relevance
117 protected DexAnnotation getAnnotation(DexAnnotatedElement element, String annotationType) { in getAnnotation() argument119 assertNotNull(annotationType); in getAnnotation()121 if(annotationType.equals(anno.getTypeName())){ in getAnnotation()125 fail("Annotation: " + annotationType +" not present in Element."); in getAnnotation()126 … throw new IllegalArgumentException("Annotation: " + annotationType +" not present in Element."); in getAnnotation()
101 String atype = annot.annotationType().toString(); in start()114 if (annot.annotationType().toString().equals(JUNIT4_TEST_ANNOTATION)) { in start()157 if (annot.annotationType().toString().equals(JUNIT4_TEST_ANNOTATION)) { in isJUnit4TestClass()
231 if (a.annotationType().getName().equals(TESTNG_TEST)) { in isTestNgTestClass()239 if (a.annotationType().getName().equals(TESTNG_TEST)) { in isTestNgTestClass()
370 if (annot.annotationType().getName().equals(annotationName)) { in getAnnotation()479 if (RunWith.class.isAssignableFrom(a.annotationType())) { in isJunit4Class()499 if (org.junit.Test.class.isAssignableFrom(a.annotationType())) { in isJunit4TestMethod()
562 AnnotationTypeDoc atype = cAnnot.annotationType(); in getTestMethods()
198 if (a.annotationType().getName().equals(JUNIT_IGNORE)) {
7470 public abstract java.lang.Class annotationType()20103 private java.lang.Class annotationType20112 public java.lang.Class annotationType()