Searched defs:classOrMethod (Results 1 - 1 of 1) sorted by relevance

/external/guava/guava-testlib/src/com/google/common/collect/testing/features/
H A DFeatureUtil.java158 * @param classOrMethod a tester class or a test method thereof
165 AnnotatedElement classOrMethod)
170 getTesterAnnotations(classOrMethod);
183 * @param classOrMethod a class or method whose tester annotations to find
187 AnnotatedElement classOrMethod) {
192 annotations = annotationCache.get(classOrMethod);
194 annotations = classOrMethod.getDeclaredAnnotations();
195 annotationCache.put(classOrMethod, annotations);
164 buildDeclaredTesterRequirements( AnnotatedElement classOrMethod) argument
186 getTesterAnnotations( AnnotatedElement classOrMethod) argument

Completed in 74 milliseconds