Package org.pitest.coverage
Interface TestStatListenerFactory
-
- All Superinterfaces:
ProvidesFeature,ToolClasspathPlugin
- All Known Implementing Classes:
BasicTestStatListenerFactory
public interface TestStatListenerFactory extends ToolClasspathPlugin, ProvidesFeature
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TestStatListenercreateTestListener(ResultOutputStrategy outputStrategy)-
Methods inherited from interface org.pitest.plugin.ProvidesFeature
provides
-
Methods inherited from interface org.pitest.plugin.ToolClasspathPlugin
description
-
-
-
-
Method Detail
-
createTestListener
TestStatListener createTestListener(ResultOutputStrategy outputStrategy)
-
-