Package org.pitest.mutationtest
Interface MutationResultListener
-
- All Known Implementing Classes:
CompoundTestListener,CSVReportListener,HistoryListener,MutationStatisticsListener,SpinnerListener,XMLReportListener
public interface MutationResultListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidhandleMutationResult(ClassMutationResults results)voidrunEnd()voidrunStart()
-
-
-
Method Detail
-
runStart
void runStart()
-
handleMutationResult
void handleMutationResult(ClassMutationResults results)
-
runEnd
void runEnd()
-
-