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

org.pitest.mutationtest.verify.BuildVerifier Maven / Gradle / Ivy

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

import java.util.List;

/**
 * Checks project for potential issues. Should throw an exception
 * for major issues detected with 100% confidence, for less certain
 * or lower priority issues log and return a string.
 */
public interface BuildVerifier {

  List verify();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy