Uses of Class
org.pitest.mutationtest.config.PluginServices
-
Packages that use PluginServices Package Description org.pitest.mutationtest.config org.pitest.mutationtest.tooling -
-
Uses of PluginServices in org.pitest.mutationtest.config
Methods in org.pitest.mutationtest.config that return PluginServices Modifier and Type Method Description static PluginServicesPluginServices. makeForContextLoader()static PluginServicesPluginServices. makeForLoader(ClassLoader loader)Constructors in org.pitest.mutationtest.config with parameters of type PluginServices Constructor Description SettingsFactory(ReportOptions options, PluginServices plugins) -
Uses of PluginServices in org.pitest.mutationtest.tooling
Methods in org.pitest.mutationtest.tooling with parameters of type PluginServices Modifier and Type Method Description AnalysisResultEntryPoint. execute(File baseDir, ReportOptions data, PluginServices plugins, Map<String,String> environmentVariables)Convenient entry point for tools to run mutation analysis.
-