Home | History | Annotate | Download | only in src

Lines Matching full:info

223         // and collect the annotation info. Print which test classes
332 // collects all testinfo-annotation info of this class
727 private void printStats(PrintWriter printer, MyStats info, boolean wantLink) {
728 int red = info.getCountFor(VALUE_RED);
729 int yellow = info.getCountFor(VALUE_YELLOW);
747 String link = info.getLink();
749 printer.print("<a href=\"" + link + "\">" + info.getName() + "</a>");
751 printer.print(info.getName());
753 printer.println(" ("+info.getStat()+") </td>");
754 if (info.getExtra()!=null) {
755 printer.println("<td>"+info.getExtra()+"</td>");