Uses of Class
org.jacoco.report.internal.html.page.NodePage
Packages that use NodePage
-
Uses of NodePage in org.jacoco.report.internal.html
Methods in org.jacoco.report.internal.html that return NodePageModifier and TypeMethodDescriptionHTMLGroupVisitor.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.pageModifier and TypeClassDescriptionclassPage showing coverage information for a bundle.classPage showing coverage information for a class as a table of methods.classPage showing coverage information for a node that groups other nodes.classPage showing coverage information for a Java package.classPage showing coverage information for a Java package.classPage 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.