Uses of Interface
org.pitest.util.ResultOutputStrategy
-
-
Uses of ResultOutputStrategy in org.pitest.coverage
Methods in org.pitest.coverage with parameters of type ResultOutputStrategy Modifier and Type Method Description CoverageExporterCompoundCoverageExporterFactory. create(ResultOutputStrategy source)CoverageExporterCoverageExporterFactory. create(ResultOutputStrategy source)CoverageExporterDefaultCoverageExporterFactory. create(ResultOutputStrategy source)TestStatListenerBasicTestStatListenerFactory. createTestListener(ResultOutputStrategy unused)TestStatListenerTestStatListenerFactory. createTestListener(ResultOutputStrategy outputStrategy) -
Uses of ResultOutputStrategy in org.pitest.coverage.export
Constructors in org.pitest.coverage.export with parameters of type ResultOutputStrategy Constructor Description DefaultCoverageExporter(ResultOutputStrategy outputStrategy) -
Uses of ResultOutputStrategy in org.pitest.mutationtest
Methods in org.pitest.mutationtest that return ResultOutputStrategy Modifier and Type Method Description ResultOutputStrategyListenerArguments. getOutputStrategy()Constructors in org.pitest.mutationtest with parameters of type ResultOutputStrategy Constructor Description ListenerArguments(ResultOutputStrategy outputStrategy, ReportCoverage coverage, SourceLocator locator, MutationEngine engine, long startTime, boolean fullMutationMatrix, ReportOptions data, List<BuildMessage> issues) -
Uses of ResultOutputStrategy in org.pitest.mutationtest.config
Classes in org.pitest.mutationtest.config that implement ResultOutputStrategy Modifier and Type Class Description classDirectoryResultOutputStrategyMethods in org.pitest.mutationtest.config that return ResultOutputStrategy Modifier and Type Method Description ResultOutputStrategySettingsFactory. getOutputStrategy()ResultOutputStrategyReportOptions. getReportDirectoryStrategy() -
Uses of ResultOutputStrategy in org.pitest.mutationtest.report.csv
Constructors in org.pitest.mutationtest.report.csv with parameters of type ResultOutputStrategy Constructor Description CSVReportListener(ResultOutputStrategy outputStrategy) -
Uses of ResultOutputStrategy in org.pitest.mutationtest.report.xml
Constructors in org.pitest.mutationtest.report.xml with parameters of type ResultOutputStrategy Constructor Description XMLReportListener(ResultOutputStrategy outputStrategy, boolean fullMutationMatrix, boolean partialCoverage) -
Uses of ResultOutputStrategy in org.pitest.mutationtest.tooling
Methods in org.pitest.mutationtest.tooling that return ResultOutputStrategy Modifier and Type Method Description ResultOutputStrategyMutationStrategies. output()Constructors in org.pitest.mutationtest.tooling with parameters of type ResultOutputStrategy Constructor Description MutationStrategies(MutationEngineFactory factory, History history, CoverageGenerator coverage, MutationResultListenerFactory listenerFactory, MutationResultInterceptor resultsInterceptor, CoverageTransformer coverageTransformer, ResultOutputStrategy output, BuildVerifier buildVerifier)
-