public class JsonPrinter extends Object implements CoverageReportPrinter
Generates JSON file Coverage Report.
| Modifier and Type | Field and Description |
|---|---|
static String |
PRINTER_NAME |
| Constructor and Description |
|---|
JsonPrinter(CoverageLimits coverageLimits,
File reportFile) |
| Modifier and Type | Method and Description |
|---|---|
String |
getPrinterName() |
void |
printReport(ApplicationCoverageReport report) |
public static final String PRINTER_NAME
public JsonPrinter(CoverageLimits coverageLimits, File reportFile)
public String getPrinterName()
getPrinterName in interface CoverageReportPrinterpublic void printReport(ApplicationCoverageReport report)
printReport in interface CoverageReportPrinterCopyright © 2019. All rights reserved.