public abstract class ConsolePrinter extends Object implements CoverageReportPrinter
Prints Coverage Report through the Console.
| Modifier and Type | Field and Description |
|---|---|
static String |
PRINTER_NAME |
| Constructor and Description |
|---|
ConsolePrinter() |
| Modifier and Type | Method and Description |
|---|---|
String |
getPrinterName() |
protected abstract void |
log(String message) |
void |
printReport(ApplicationCoverageReport report) |
public static final String PRINTER_NAME
public String getPrinterName()
getPrinterName in interface CoverageReportPrinterpublic void printReport(ApplicationCoverageReport report)
printReport in interface CoverageReportPrinterprotected abstract void log(String message)
Copyright © 2019. All rights reserved.