Searched refs:testMethod (Results 1 – 5 of 5) sorted by relevance
47 MethodOriginator(MethodDoc testMethod, ClassDoc clazz, String comment) { in MethodOriginator() argument48 mMethod = testMethod; in MethodOriginator()52 AnnotationDesc[] annots = testMethod.annotations(); in MethodOriginator()
546 for (MethodDoc testMethod : testMethods) { in processTestClass()551 boolean disTest = testMethod.name().startsWith("_test"); in processTestClass()553 ColorStat methodStat = new ColorStat(testMethod.name(), null); in processTestClass()560 MethodOriginator mo = new MethodOriginator(testMethod, clazz, in processTestClass()562 AnnotationDesc[] annots = testMethod.annotations(); in processTestClass()
417 public void addTestMethod(MethodDoc testMethod) { in addTestMethod() argument418 if (testMethods.contains(testMethod)) { in addTestMethod()419 ….out.println("warn: testMethod refers more than once to the targetMethod, testMethod="+testMethod); in addTestMethod()421 testMethods.add(testMethod); in addTestMethod()
298 Method testMethod = testClass.getMethod(testName, (Class[])null); in getAnnotation() local299 Annotation[] annotations = testMethod.getAnnotations(); in getAnnotation()
74939 final java.lang.reflect.Method val$testMethod