Uses of Class
org.jacoco.report.internal.html.table.Table
-
Packages that use Table Package Description org.jacoco.report.html HTML report implementation.org.jacoco.report.internal.html -
-
Uses of Table in org.jacoco.report.html
Fields in org.jacoco.report.html declared as Table Modifier and Type Field Description private Table
HTMLFormatter. table
Methods in org.jacoco.report.html that return Table Modifier and Type Method Description private Table
HTMLFormatter. createTable()
Table
HTMLFormatter. getTable()
Methods in org.jacoco.report.html with parameters of type Table Modifier and Type Method Description private void
HTMLFormatter. addMissedTotalColumns(Table table, java.lang.String label, ICoverageNode.CounterEntity entity)
-
Uses of Table in org.jacoco.report.internal.html
Methods in org.jacoco.report.internal.html that return Table Modifier and Type Method Description Table
IHTMLReportContext. getTable()
Returns a table for rendering coverage nodes.
-