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

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

The newest version!
package org.pitest.mutationtest.build;

import org.pitest.classpath.CodeSource;
import org.pitest.plugin.ToolClasspathPlugin;

public interface CoverageTransformerFactory extends ToolClasspathPlugin {

    CoverageTransformer create(CodeSource source);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy