Home | History | Annotate | Download | only in testprogress2

Lines Matching refs:ignored

236                 if (!packageStat.ignored) {
304 if (!packageStat.ignored) {
371 stats.ignored = true;
392 printer.printRow(clazz.name() + " ignored (no junit class): ",
416 stats.setExtra("Ignored since no Junit test and suites");
417 stats.ignored = true;
428 stats.ignored = true;
445 // ignored since it has a @hide in the javadoc on the class
448 printer.printRow("ignored (junit class): " + clazz.name());
451 printer.printRow("ignored (junit test suite class): "
477 .setExtra(junitCnt == cnt ? "Ignored since only Junit test and "
479 : "Ignored since \"tests.\" in name - recheck");
480 stats.ignored = true;
731 classStats.setExtra("Ignored since interface");
815 public boolean ignored;
950 memberStats.setExtra("ignored since abstract");