Uses of Interface
org.pitest.coverage.CoverageExporterFactory
-
Packages that use CoverageExporterFactory Package Description org.pitest.coverage org.pitest.mutationtest.config -
-
Uses of CoverageExporterFactory in org.pitest.coverage
Classes in org.pitest.coverage that implement CoverageExporterFactory Modifier and Type Class Description classCompoundCoverageExporterFactoryclassDefaultCoverageExporterFactoryConstructor parameters in org.pitest.coverage with type arguments of type CoverageExporterFactory Constructor Description CompoundCoverageExporterFactory(List<FeatureSetting> features, Collection<CoverageExporterFactory> children) -
Uses of CoverageExporterFactory in org.pitest.mutationtest.config
Methods in org.pitest.mutationtest.config that return types with arguments of type CoverageExporterFactory Modifier and Type Method Description List<CoverageExporterFactory>PluginServices. findCoverageExport()
-