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

de.dagere.kopeme.Checker Maven / Gradle / Ivy

There is a newer version: 1.4.0
Show newest version
package de.dagere.kopeme;

import de.dagere.kopeme.datacollection.TestResult;

/**
 * Interface for a method checking the results of a test.
 * 
 * @author reichelt
 *
 */
public interface Checker {

   /**
    * The method which checks the results.
    * 
    * @param tr Results that should be checked
    */
   void checkValues(TestResult tr);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy