Package org.pitest.mutationtest.filter
Class LimitNumberOfMutationsPerClassFilterFactory
- java.lang.Object
-
- org.pitest.mutationtest.filter.LimitNumberOfMutationsPerClassFilterFactory
-
- All Implemented Interfaces:
MutationInterceptorFactory,ProvidesFeature,ToolClasspathPlugin
public class LimitNumberOfMutationsPerClassFilterFactory extends Object implements MutationInterceptorFactory
-
-
Constructor Summary
Constructors Constructor Description LimitNumberOfMutationsPerClassFilterFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MutationInterceptorcreateInterceptor(InterceptorParameters params)Stringdescription()Featureprovides()
-
-
-
Method Detail
-
description
public String description()
- Specified by:
descriptionin interfaceToolClasspathPlugin
-
provides
public Feature provides()
- Specified by:
providesin interfaceProvidesFeature
-
createInterceptor
public MutationInterceptor createInterceptor(InterceptorParameters params)
- Specified by:
createInterceptorin interfaceMutationInterceptorFactory
-
-