All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.pitest.mutationtest.engine.gregor.BasicContext Maven / Gradle / Ivy

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