Class HistoryListener
- java.lang.Object
-
- org.pitest.mutationtest.incremental.HistoryListener
-
- All Implemented Interfaces:
MutationResultListener
public class HistoryListener extends Object implements MutationResultListener
-
-
Constructor Summary
Constructors Constructor Description HistoryListener(History historyStore)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidhandleMutationResult(ClassMutationResults metaData)voidrunEnd()voidrunStart()
-
-
-
Constructor Detail
-
HistoryListener
public HistoryListener(History historyStore)
-
-
Method Detail
-
runStart
public void runStart()
- Specified by:
runStartin interfaceMutationResultListener
-
handleMutationResult
public void handleMutationResult(ClassMutationResults metaData)
- Specified by:
handleMutationResultin interfaceMutationResultListener
-
runEnd
public void runEnd()
- Specified by:
runEndin interfaceMutationResultListener
-
-