org.pitest.mutationtest.engine.gregor.BasicContext 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.
The newest version!
package org.pitest.mutationtest.engine.gregor;
import org.pitest.mutationtest.engine.MutationIdentifier;
public interface BasicContext {
ClassInfo getClassInfo();
void registerMutation(MutationIdentifier id, String description);
boolean shouldMutate(MutationIdentifier newId);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy