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

utils.sacha.interfaces.ITestResult Maven / Gradle / Ivy

The newest version!
package utils.sacha.interfaces;

import org.junit.runner.Result;

public interface ITestResult {

	int getNbRunTests();

	int getNbFailedTests();

	Result getResult();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy