Public Member Functions | |
void | testAddPlantingData () throws ModelException |
Tests the AddPlantingData method. | |
void | testReadXML () |
Tests parameter file reading. | |
void | testChangeOfSpecies () |
Tests change 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. | |
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 [inline, protected] |
Does set up by creating the test object.
Exception | Won't. |
void javawrapper::TestPlantingBehaviors::tearDown | ( | ) | throws Exception [inline, protected] |
Does tear down.
Exception | Won't. |
void javawrapper::TestPlantingBehaviors::testAddPlantingData | ( | ) | throws ModelException [inline] |
String javawrapper::TestPlantingBehaviors::WriteXMLFile1 | ( | ) | throws ModelException [inline, protected] |
This writes an XML file to test value setting.
ModelException | if there is an IO problem. |