Uses of Class
org.jacoco.report.internal.html.page.NodePage

Packages that use NodePage
org.jacoco.report.internal.html   
org.jacoco.report.internal.html.page   
 

Uses of NodePage in org.jacoco.report.internal.html
 

Methods in org.jacoco.report.internal.html that return NodePage
 NodePage<org.jacoco.core.analysis.ICoverageNode> HTMLGroupVisitor.getPage()
          Returns the page rendered for this group.
 

Uses of NodePage in org.jacoco.report.internal.html.page
 

Subclasses of NodePage in org.jacoco.report.internal.html.page
 class BundlePage
          Page showing coverage information for a bundle.
 class ClassPage
          Page showing coverage information for a class as a table of methods.
 class GroupPage
          Page showing coverage information for a node that groups other nodes.
 class PackagePage
          Page showing coverage information for a Java package.
 class PackageSourcePage
          Page showing coverage information for a Java package.
 class SourceFilePage
          Page showing the content of a source file with numbered and highlighted source lines.
 class TablePage<NodeType extends ICoverageNode>
          Report page that contains a table of items linked to other pages.
 



Copyright © 2009–2023 Mountainminds GmbH & Co. KG. All rights reserved.