Searched refs:findMethodsWithAnnotation (Results 1 – 4 of 4) sorted by relevance
12 public static List<Pair<Method, Wrapper>> findMethodsWithAnnotation( in findMethodsWithAnnotation() method in Reflect32 = findMethodsWithAnnotation(c, annotationClass, bean); in findSetterForTag()
179 Reflect.findMethodsWithAnnotation(bean.getClass(), TagContent.class, bean); in setText()
47 return AnnotationHelper.findMethodsWithAnnotation( in getTestMethods()
195 public static ITestNGMethod[] findMethodsWithAnnotation(Class<?> rootClass, in findMethodsWithAnnotation() method in AnnotationHelper