Searched refs:annotationManagement (Results 1 – 7 of 7) sorted by relevance
32 AnnotationManagement annotationManagement, in AnnotationAnalyzer() argument35 mAnnotationManagement = annotationManagement; in AnnotationAnalyzer()
72 mMethod.annotationManagement.addAnnotation(annotationClass); in visitAnnotation()74 return new AnnotationAnalyzer(mMethod.annotationManagement, packageClass.getSecond()); in visitAnnotation()
121 mClass.annotationManagement.addAnnotation(annotationClass); in visitAnnotation()123 return new AnnotationAnalyzer(mClass.annotationManagement, packageClass.getSecond()); in visitAnnotation()
243 classProfile.annotationManagement.getTestMetadata().entrySet()) { in createTestClassElement()261 methodProfile.annotationManagement.getTestMetadata().entrySet()) { in createTestMethodElement()
28 public final AnnotationManagement annotationManagement = new AnnotationManagement(); field in MethodProfile169 for (ClassProfile annotation : annotationManagement.getAnnotations()) { in isJunit4Method()
29 public final AnnotationManagement annotationManagement = new AnnotationManagement(); field in ClassProfile190 for (ClassProfile annotation : annotationManagement.getAnnotations()) { in isJunit4Class()
74 annotation.annotationManagement.getTestMetadata().forEach((key, value) -> { in resolveNestedTestMetadata()