Package org.pitest.coverage
Class BasicTestStatListenerFactory
- java.lang.Object
-
- org.pitest.coverage.BasicTestStatListenerFactory
-
- All Implemented Interfaces:
TestStatListenerFactory,ProvidesFeature,ToolClasspathPlugin
public class BasicTestStatListenerFactory extends Object implements TestStatListenerFactory
-
-
Constructor Summary
Constructors Constructor Description BasicTestStatListenerFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TestStatListenercreateTestListener(ResultOutputStrategy unused)Stringdescription()Featureprovides()
-
-
-
Method Detail
-
createTestListener
public TestStatListener createTestListener(ResultOutputStrategy unused)
- Specified by:
createTestListenerin interfaceTestStatListenerFactory
-
description
public String description()
- Specified by:
descriptionin interfaceToolClasspathPlugin
-
provides
public Feature provides()
- Specified by:
providesin interfaceProvidesFeature
-
-