Home | History | Annotate | Download | only in testprogress2

Lines Matching full:targets

222         System.out.println("stage 1 - get targets from all junit test methods");
251 System.out.println("stage 2 - proxy test targets to abstract classes"
630 private void linkTargets(List<TestTargetNew> targets) {
631 for (TestTargetNew ttn : targets) {
665 // list special targets
770 AnnotationValue[] targets = (AnnotationValue[])ev
772 for (AnnotationValue ttn : targets) {
916 List<TestTargetNew> targets = classToSpecialTargets.get(targetClass);
917 if (targets == null) {
918 targets = new ArrayList<TestTargetNew>();
919 classToSpecialTargets.put(targetClass, targets);
921 targets.add(ttn);
955 List<TestTargetNew> targets = ap.getTargets();
956 testedByCnt = targets.size();
971 // int totalCnt = targets.size();
973 for (TestTargetNew target : targets) {
1072 if (targets.size() > singularTestCnt) {
1135 } else { // else this class has no single test that targets the