Package org.jacoco.report.internal.html

Examples of org.jacoco.report.internal.html.LinkableStub


      public String getFooterText() {
        return "CustomFooter";
      }

      public ILinkable getSessionsPage() {
        return new LinkableStub("sessions.html", "Sessions",
            Styles.EL_SESSION);
      }

      public String getOutputEncoding() {
        return "UTF-8";
View Full Code Here


      public String getFooterText() {
        return "CustomFooter";
      }

      public ILinkable getSessionsPage() {
        return new LinkableStub("sessions.html", "Sessions",
            Styles.EL_SESSION);
      }

      public String getOutputEncoding() {
        return "UTF-8";
View Full Code Here

      public String getFooterText() {
        return "CustomFooter";
      }

      public ILinkable getSessionsPage() {
        return new LinkableStub("sessions.html", "Sessions",
            Styles.EL_SESSION);
      }

      public String getOutputEncoding() {
        return "UTF-8";
View Full Code Here

      public String getFooterText() {
        return "CustomFooter";
      }

      public ILinkable getSessionsPage() {
        return new LinkableStub("sessions.html", "Sessions",
            Styles.EL_SESSION);
      }

      public String getOutputEncoding() {
        return "UTF-8";
View Full Code Here

TOP

Related Classes of org.jacoco.report.internal.html.LinkableStub

Copyright © 2018 www.massapicom. 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.