Inherits junit::framework::TestCase.
Public Member Functions | |
void | testAddPlantingData () throws ModelException |
Tests the AddPlantingData method. | |
void | testReadXML () |
Tests parameter file reading. | |
void | testChangeOfPlotResolution () |
Tests when there's a change of plot resolution. | |
void | testChangeOfSpecies () |
Tests change of species. | |
void | testCopySpecies () |
Tests copying of species. | |
Protected Member Functions | |
void | setUp () throws Exception |
Does set up by creating the test object. | |
void | tearDown () throws Exception |
Does tear down. | |
String | WriteXMLFile1 () throws ModelException |
This writes an XML file to test value setting. | |
String | WriteXMLFile2 () throws ModelException |
This writes an XML file to test value setting. | |
String | WriteXMLFile3 () throws ModelException |
This writes an XML file to test value setting. | |
Private Attributes | |
PlantingBehaviors | m_oPlantingBehaviors = null |
Test object. |
Copyright: Copyright (c) Charles D. Canham 2003
Company: Institute of Ecosystem Studies
void javawrapper.TestPlantingBehaviors.setUp | ( | ) | throws Exception [protected] |
Does set up by creating the test object.
Exception | Won't. |
void javawrapper.TestPlantingBehaviors.tearDown | ( | ) | throws Exception [protected] |
Does tear down.
Exception | Won't. |
void javawrapper.TestPlantingBehaviors.testAddPlantingData | ( | ) | throws ModelException |
void javawrapper.TestPlantingBehaviors.testReadXML | ( | ) |
Tests parameter file reading.
void javawrapper.TestPlantingBehaviors.testChangeOfPlotResolution | ( | ) |
Tests when there's a change of plot resolution.
void javawrapper.TestPlantingBehaviors.testChangeOfSpecies | ( | ) |
Tests change of species.
void javawrapper.TestPlantingBehaviors.testCopySpecies | ( | ) |
Tests copying of species.
String javawrapper.TestPlantingBehaviors.WriteXMLFile1 | ( | ) | throws ModelException [protected] |
This writes an XML file to test value setting.
ModelException | if there is an IO problem. |
String javawrapper.TestPlantingBehaviors.WriteXMLFile2 | ( | ) | throws ModelException [protected] |
This writes an XML file to test value setting.
ModelException | if there is an IO problem. |
String javawrapper.TestPlantingBehaviors.WriteXMLFile3 | ( | ) | throws ModelException [protected] |
This writes an XML file to test value setting.
ModelException | if there is an IO problem. |
PlantingBehaviors javawrapper.TestPlantingBehaviors.m_oPlantingBehaviors = null [private] |
Test object.