net.simplace.client.simulation.lap.test.calibration.CalibrationTest
Test the lintul module
public class CalibrationTest extends
net.simplace.client.simulation.lap.test.LapStandardUnitTest {
// Public Constructors
public CalibrationTest();
// Public Instance Methods public void testPhenoCalibration() throws IOException;
Runs PhenoCalibration and checks, if the right simulation is selected.
public void testPhenoCalibrationWeighted() throws IOException;
public void testYieldCalibration() throws IOException;
Runs Yield Calibration and checks, if the right simulation is selected.
public void testSolutionWithResourceVariable() throws IOException;
Runs Yield solution standalone to assert that value is taken from resource.
public void testYieldCalibrationWithResourceVariable() throws IOException;
Runs Yield Calibration and checks, if the right simulation is selected.
}
Hierarchy: java.lang.Object - net.simplace.client.simulation.lap.test.LapStandardUnitTest - CalibrationTest