
org.pitest.mutationtest.config.ExecutionMode Maven / Gradle / Ivy
package org.pitest.mutationtest.config;
public enum ExecutionMode {
NORMAL, DRY_RUN
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy
package org.pitest.mutationtest.config;
public enum ExecutionMode {
NORMAL, DRY_RUN
}