org.pitest.mutationtest.environment.ResetEnvironment Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of pitest Show documentation
Show all versions of pitest Show documentation
Mutation testing system for Java.
package org.pitest.mutationtest.environment;
import org.pitest.mutationtest.engine.Mutant;
public interface ResetEnvironment {
void resetFor(Mutant mutatedClass);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy