Class CSVReportFactory
- java.lang.Object
-
- org.pitest.mutationtest.report.csv.CSVReportFactory
-
- All Implemented Interfaces:
MutationResultListenerFactory,ProvidesFeature,ToolClasspathPlugin
public class CSVReportFactory extends Object implements MutationResultListenerFactory
-
-
Field Summary
-
Fields inherited from interface org.pitest.mutationtest.MutationResultListenerFactory
LEGACY_MODE
-
-
Constructor Summary
Constructors Constructor Description CSVReportFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringdescription()MutationResultListenergetListener(Properties props, ListenerArguments args)Stringname()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.pitest.mutationtest.MutationResultListenerFactory
provides
-
-
-
-
Method Detail
-
getListener
public MutationResultListener getListener(Properties props, ListenerArguments args)
- Specified by:
getListenerin interfaceMutationResultListenerFactory
-
name
public String name()
- Specified by:
namein interfaceMutationResultListenerFactory
-
description
public String description()
- Specified by:
descriptionin interfaceToolClasspathPlugin
-
-