Package org.pitest.coverage
Interface CoverageExporterFactory
-
- All Superinterfaces:
ProvidesFeature,ToolClasspathPlugin
- All Known Implementing Classes:
CompoundCoverageExporterFactory,DefaultCoverageExporterFactory
public interface CoverageExporterFactory extends ToolClasspathPlugin, ProvidesFeature
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CoverageExportercreate(ResultOutputStrategy source)-
Methods inherited from interface org.pitest.plugin.ProvidesFeature
provides
-
Methods inherited from interface org.pitest.plugin.ToolClasspathPlugin
description
-
-
-
-
Method Detail
-
create
CoverageExporter create(ResultOutputStrategy source)
-
-