Uses of Class
org.pitest.mutationtest.HistoryParams
-
Packages that use HistoryParams Package Description org.pitest.mutationtest org.pitest.mutationtest.incremental -
-
Uses of HistoryParams in org.pitest.mutationtest
Methods in org.pitest.mutationtest with parameters of type HistoryParams Modifier and Type Method Description HistoryHistoryFactory. makeHistory(HistoryParams params, WriterFactory output, Optional<Reader> input) -
Uses of HistoryParams in org.pitest.mutationtest.incremental
Methods in org.pitest.mutationtest.incremental with parameters of type HistoryParams Modifier and Type Method Description HistoryDefaultHistoryFactory. makeHistory(HistoryParams params, WriterFactory output, Optional<Reader> input)
-