Uses of Interface
org.pitest.coverage.TestStatListenerFactory
-
Packages that use TestStatListenerFactory Package Description org.pitest.coverage org.pitest.mutationtest.config -
-
Uses of TestStatListenerFactory in org.pitest.coverage
Classes in org.pitest.coverage that implement TestStatListenerFactory Modifier and Type Class Description classBasicTestStatListenerFactory -
Uses of TestStatListenerFactory in org.pitest.mutationtest.config
Methods in org.pitest.mutationtest.config that return types with arguments of type TestStatListenerFactory Modifier and Type Method Description List<TestStatListenerFactory>PluginServices. findTestStatListeners()
-