Uses of Interface
org.pitest.mutationtest.config.ConfigurationUpdater
-
Packages that use ConfigurationUpdater Package Description org.pitest.mutationtest.autoconfig org.pitest.mutationtest.config -
-
Uses of ConfigurationUpdater in org.pitest.mutationtest.autoconfig
Classes in org.pitest.mutationtest.autoconfig that implement ConfigurationUpdater Modifier and Type Class Description classAutoSetThreadsAutosets number of threads based on the number of processors reported by the runtime.classEnableAssertionsGradle and maven both now automatically set the -ea flag to enable assertions when running tests.classKeepMacOsFocusPitest steals keyboard focus in OSX unless java is launched in headless mode. -
Uses of ConfigurationUpdater in org.pitest.mutationtest.config
Classes in org.pitest.mutationtest.config that implement ConfigurationUpdater Modifier and Type Class Description classCompoundConfigurationUpdaterMethods in org.pitest.mutationtest.config that return ConfigurationUpdater Modifier and Type Method Description ConfigurationUpdaterSettingsFactory. createUpdater()Methods in org.pitest.mutationtest.config that return types with arguments of type ConfigurationUpdater Modifier and Type Method Description Collection<? extends ConfigurationUpdater>PluginServices. findConfigurationUpdaters()Constructor parameters in org.pitest.mutationtest.config with type arguments of type ConfigurationUpdater Constructor Description CompoundConfigurationUpdater(List<FeatureSetting> features, Collection<ConfigurationUpdater> children)
-