Class AssertionsFilterFactory
- java.lang.Object
-
- org.pitest.mutationtest.build.intercept.javafeatures.AssertionsFilterFactory
-
- All Implemented Interfaces:
MutationInterceptorFactory,ProvidesFeature,ToolClasspathPlugin
public class AssertionsFilterFactory extends Object implements MutationInterceptorFactory
-
-
Constructor Summary
Constructors Constructor Description AssertionsFilterFactory()
-
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
-
createInterceptor
public MutationInterceptor createInterceptor(InterceptorParameters params)
- Specified by:
createInterceptorin interfaceMutationInterceptorFactory
-
provides
public Feature provides()
- Specified by:
providesin interfaceProvidesFeature
-
-