net.simplace.client.simulation.lap.test.ProjectConfigurationTest

Test the Project feature and single step feature, too


public class ProjectConfigurationTest extends LapStandardUnitTest {
// Public Constructors
public ProjectConfigurationTest();


// Public Instance Methods
public void testRunSolutionOnly();

Runs the lintul test with Simple photo synthesis
public void testStepRunSolutionOnly() throws IOException;

Runs the lintul test with Simple photo synthesis stepwise This assumes a project with only one solution/simulation.
public void testBatchStepRunSolutionOnly() throws Exception;

Runs the lintul test with Simple Photosynthesis stepwise in batch This assumes a project with only one solution/simulation, and this one simulation is then run multiple times, without reinitialising the project or simplace between runs.
public void testRunProjectWith2Sim();

Runs the lintul test with Simple Photosynthesis
public void testRunProjectWithResource();

Runs the lintul test with Simple Photosynthesis
public void testRunProjectWithSensitivity();

Runs the lintul test with Simple Photosynthesis
public void testRunProjectWithCalibration();

Runs the lintul test with Simple Photosynthesis


}



Hierarchy: java.lang.Object - LapStandardUnitTest - ProjectConfigurationTest