Package org.pitest.mutationtest
Interface MutationResultListenerFactory
-
- All Superinterfaces:
ProvidesFeature,ToolClasspathPlugin
- All Known Implementing Classes:
CompoundListenerFactory,CSVReportFactory,XMLReportFactory
public interface MutationResultListenerFactory extends ToolClasspathPlugin, ProvidesFeature
-
-
Field Summary
Fields Modifier and Type Field Description static FeatureLEGACY_MODE
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description MutationResultListenergetListener(Properties props, ListenerArguments args)Stringname()default Featureprovides()-
Methods inherited from interface org.pitest.plugin.ToolClasspathPlugin
description
-
-
-
-
Field Detail
-
LEGACY_MODE
static final Feature LEGACY_MODE
-
-
Method Detail
-
getListener
MutationResultListener getListener(Properties props, ListenerArguments args)
-
name
String name()
-
provides
default Feature provides()
- Specified by:
providesin interfaceProvidesFeature
-
-