Uses of Class
org.jacoco.report.internal.html.page.NodePage
-
Packages that use NodePage Package Description 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 Modifier and Type Method Description NodePage<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 Modifier and Type Class Description classBundlePagePage showing coverage information for a bundle.classClassPagePage showing coverage information for a class as a table of methods.classGroupPagePage showing coverage information for a node that groups other nodes.classPackagePagePage showing coverage information for a Java package.classPackageSourcePagePage showing coverage information for a Java package.classSourceFilePagePage showing the content of a source file with numbered and highlighted source lines.classTablePage<NodeType extends ICoverageNode>Report page that contains a table of items linked to other pages.
-