Inherits junit::framework::TestCase.
Public Member Functions | |
void | testSpeciesChange () |
This tests that a change of species is correctly handled in the harvest behaviors. | |
void | testSpeciesCopy () |
This tests that species copying is correctly handled in the harvest behaviors. | |
void | testCompactHarvestList () throws ModelException |
Tests CompactHarvestList method. | |
void | testAddHarvestData () |
Tests the AddHarvestData method. | |
void | testReadXML () |
Tests parameter file reading. | |
void | testChangeOfPlotResolution () |
Tests plot resolution change. | |
Protected Member Functions | |
void | setUp () throws Exception |
Does set up by creating the m_oHarvestBehaviors object. | |
void | tearDown () throws Exception |
Does teardown. | |
String | WriteXMLFile1 () throws ModelException |
This writes an XML file to test value setting. | |
Private Attributes | |
DisturbanceBehaviors | m_oHarvestBehaviors = null |
Object on which to perform tests. |
Copyright: Copyright (c) Charles D. Canham 2003
Company: Institute of Ecosystem Studies
void javawrapper.TestHarvestBehaviors.setUp | ( | ) | throws Exception [protected] |
Does set up by creating the m_oHarvestBehaviors object.
Exception | won't. |
void javawrapper.TestHarvestBehaviors.tearDown | ( | ) | throws Exception [protected] |
Does teardown.
Exception | won't. |
void javawrapper.TestHarvestBehaviors.testSpeciesChange | ( | ) |
This tests that a change of species is correctly handled in the harvest behaviors.
void javawrapper.TestHarvestBehaviors.testSpeciesCopy | ( | ) |
This tests that species copying is correctly handled in the harvest behaviors.
void javawrapper.TestHarvestBehaviors.testCompactHarvestList | ( | ) | throws ModelException |
void javawrapper.TestHarvestBehaviors.testAddHarvestData | ( | ) |
Tests the AddHarvestData method.
void javawrapper.TestHarvestBehaviors.testReadXML | ( | ) |
Tests parameter file reading.
void javawrapper.TestHarvestBehaviors.testChangeOfPlotResolution | ( | ) |
Tests plot resolution change.
String javawrapper.TestHarvestBehaviors.WriteXMLFile1 | ( | ) | throws ModelException [protected] |
This writes an XML file to test value setting.
ModelException | if there is an IO problem. |
DisturbanceBehaviors javawrapper.TestHarvestBehaviors.m_oHarvestBehaviors = null [private] |
Object on which to perform tests.