public class HTMLReportGenerator extends Object implements ReportGenerationStrategy
| Modifier and Type | Field and Description |
|---|---|
protected static FileFilter |
EXCLUDE_TIMESTAMPED_REPORTS_DIRECTORIES |
| Constructor and Description |
|---|
HTMLReportGenerator() |
| Modifier and Type | Method and Description |
|---|---|
ReportGenerationResultEnum |
generate(ReportGenerationContext context) |
String |
getGeneratorDataFormat() |
String |
getGeneratorName() |
protected static final FileFilter EXCLUDE_TIMESTAMPED_REPORTS_DIRECTORIES
public ReportGenerationResultEnum generate(ReportGenerationContext context)
generate in interface ReportGenerationStrategypublic String getGeneratorName()
getGeneratorName in interface ReportGenerationStrategypublic String getGeneratorDataFormat()
getGeneratorDataFormat in interface ReportGenerationStrategyCopyright © 2022 org.pitest. All rights reserved.