Home | History | Annotate | Download | only in testprogress2

Lines Matching refs:testMethod

546         for (MethodDoc testMethod : testMethods) {
551 boolean disTest = testMethod.name().startsWith("_test");
553 ColorStat methodStat = new ColorStat(testMethod.name(), null);
560 MethodOriginator mo = new MethodOriginator(testMethod, clazz,
562 AnnotationDesc[] annots = testMethod.annotations();