net.simplace.client.simulation.lap.test.model.ETTest
Test the lintul module
public class ETTest extends
net.simplace.client.simulation.lap.fao56.EquationsFAO56 {
// Public Constructors
public ETTest();
// Public Instance Methods public void setUp() throws Exception;
public void testCompareFormulas();
Checks formulas from EquationsFAO56
public void testCompareET0() throws IOException;
Runs ET0
public void testET0Hargreaves();
Runs ET0 Hargreaves
public void testCompareETC() throws IOException;
Runs ETC
}
Hierarchy: java.lang.Object - net.simplace.client.simulation.lap.fao56.EquationsFAO56 - ETTest