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

org.pitest.mutationtest.build.MutationGrouper Maven / Gradle / Ivy

There is a newer version: 1.17.1
Show newest version
package org.pitest.mutationtest.build;

import java.util.Collection;
import java.util.List;

import org.pitest.classinfo.ClassName;
import org.pitest.mutationtest.engine.MutationDetails;

public interface MutationGrouper {

  List> groupMutations(Collection codeClasses,
      Collection mutations);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy