Package org.jacoco.report.html

Examples of org.jacoco.report.html.HTMLElement.text()


        final HTMLElement td = tr.td(headerStyle);
        td.attr("id", String.valueOf(idprefix));
        if (index != null) {
          td.attr("onclick", "toggleSort(this)");
        }
        td.text(header);
      }
    }

    void footer(final HTMLElement tr, final ICoverageNode total,
        final Resources resources, final ReportOutputFolder base)
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.