Uses of Class
org.pitest.mutationtest.config.ConfigOption
-
Packages that use ConfigOption Package Description org.pitest.mutationtest.config -
-
Uses of ConfigOption in org.pitest.mutationtest.config
Methods in org.pitest.mutationtest.config that return ConfigOption Modifier and Type Method Description static ConfigOptionConfigOption. valueOf(String name)Returns the enum constant of this type with the specified name.static ConfigOption[]ConfigOption. values()Returns an array containing the constants of this enum type, in the order they are declared.
-