net.simplace.runs.gk.Lintul

Test the lintul module


public class Lintul extends
net.simplace.usermodules.test.SimplacerunStandardUnitTest {
// Public Constructors
public Lintul();


// Public Instance Methods
public void testLintulPotentialGrowth() throws Exception;

Runs Lintul2+ with potential growth
public void testRunLintulWaterstress() throws Exception;

Runs Lintul2+ with water stress
public void testLintulSlim() throws Exception;

Runs Lintul2+ with Slim
public void testLintulSlimGrouped() throws Exception;

Runs Lintul2+ with Slim - Grouped
public void testLintulSlimIrrigation() throws Exception;

Runs Lintul2+ with Slim and SimpleIrrigation
public void testLintulHeatstress() throws Exception;

Runs Lintul2+ with heat stress
public void testLintulHeatstressSenescence() throws Exception;

Runs Lintul2+ with heat stress on leaf senescence
public void testTranslocation() throws Exception;



}



Hierarchy: java.lang.Object - net.simplace.usermodules.test.SimplacerunStandardUnitTest - Lintul