net.simplace.runs.gk.Lintul5
Test the lintul module
public class Lintul5 extends
net.simplace.usermodules.test.SimplacerunStandardUnitTest {
// Public Constructors
public Lintul5();
// Public Instance Methods public void testLintul5() throws Exception;
Runs Lintul5 with NPK and Biomass in one Module
public void testRunLintul5Split() throws Exception;
Runs Lintul5 with NPK fist and Biomass after
public void testRunLintul5SplitDemandSupply() throws Exception;
Runs Lintul5 with NPKDemand and NPKSupply fist and Biomass after
public void testRunLintul5SplitReverse() throws Exception;
Runs Lintul5 with Biomass fist and NPK after
}
Hierarchy: java.lang.Object - net.simplace.usermodules.test.SimplacerunStandardUnitTest - Lintul5