Searched refs:classOrMethod (Results 1 – 1 of 1) sorted by relevance
163 AnnotatedElement classOrMethod) in buildDeclaredTesterRequirements() argument168 getTesterAnnotations(classOrMethod); in buildDeclaredTesterRequirements()185 AnnotatedElement classOrMethod) { in getTesterAnnotations() argument190 annotations = annotationCache.get(classOrMethod); in getTesterAnnotations()192 annotations = classOrMethod.getDeclaredAnnotations(); in getTesterAnnotations()193 annotationCache.put(classOrMethod, annotations); in getTesterAnnotations()