Package org.pitest.mutationtest
Interface HistoryFactory
-
- All Superinterfaces:
ProvidesFeature,ToolClasspathPlugin
- All Known Implementing Classes:
DefaultHistoryFactory
public interface HistoryFactory extends ToolClasspathPlugin, ProvidesFeature
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description HistorymakeHistory(HistoryParams params, WriterFactory output, Optional<Reader> input)-
Methods inherited from interface org.pitest.plugin.ProvidesFeature
provides
-
Methods inherited from interface org.pitest.plugin.ToolClasspathPlugin
description
-
-
-
-
Method Detail
-
makeHistory
History makeHistory(HistoryParams params, WriterFactory output, Optional<Reader> input)
-
-