Uses of Interface
org.pitest.mutationtest.History
-
Packages that use History Package Description org.pitest.mutationtest org.pitest.mutationtest.build org.pitest.mutationtest.incremental org.pitest.mutationtest.tooling -
-
Uses of History in org.pitest.mutationtest
Methods in org.pitest.mutationtest that return History Modifier and Type Method Description HistoryHistoryFactory. makeHistory(HistoryParams params, WriterFactory output, Optional<Reader> input) -
Uses of History in org.pitest.mutationtest.build
Constructors in org.pitest.mutationtest.build with parameters of type History Constructor Description MutationTestBuilder(ExecutionMode mode, WorkerFactory workerFactory, History analyser, MutationSource mutationSource, MutationGrouper grouper) -
Uses of History in org.pitest.mutationtest.incremental
Classes in org.pitest.mutationtest.incremental that implement History Modifier and Type Class Description classNullHistoryclassObjectOutputStreamHistoryMethods in org.pitest.mutationtest.incremental that return History Modifier and Type Method Description HistoryDefaultHistoryFactory. makeHistory(HistoryParams params, WriterFactory output, Optional<Reader> input)Constructors in org.pitest.mutationtest.incremental with parameters of type History Constructor Description HistoryListener(History historyStore)HistoryResultInterceptor(History historyStore) -
Uses of History in org.pitest.mutationtest.tooling
Methods in org.pitest.mutationtest.tooling that return History Modifier and Type Method Description HistoryMutationStrategies. history()Constructors in org.pitest.mutationtest.tooling with parameters of type History Constructor Description MutationStrategies(MutationEngineFactory factory, History history, CoverageGenerator coverage, MutationResultListenerFactory listenerFactory, MutationResultInterceptor resultsInterceptor, CoverageTransformer coverageTransformer, ResultOutputStrategy output, BuildVerifier buildVerifier)
-