public interface CoverageReportPrinter
Interface for a printer that has a name and can handle a coverage report
| Modifier and Type | Method and Description |
|---|---|
String |
getPrinterName() |
void |
printReport(ApplicationCoverageReport report) |
String getPrinterName()
void printReport(ApplicationCoverageReport report)
Copyright © 2019. All rights reserved.