Public Member Functions | |
void | testDoSetup () |
This test makes sure that lambdas are reset correctly if species are changed. | |
void | testFormatDataForDisplay () |
Tests that the correct parameters are displayed for each behavior. | |
void | testReadParFile () |
Tests the reading of the parameter file. | |
void | testChangeOfSpecies () |
Makes sure that competition harvest lambda values are managed correctly when species change. | |
void | testCopySpecies () |
Makes sure that competition harvest lambda values are managed correctly when species are copied. | |
void | testValidateData () |
Tests ValidateData(). | |
Protected Member Functions | |
String | WriteXMLValidCompetitionHarvestFile1 () throws java.io.IOException |
Writes a valid competition harvest file. | |
String | WriteXMLValidCompetitionHarvestFile2 () throws java.io.IOException |
Writes a valid competition harvest file with extra tweaks to help catch validation problems. |
Copyright: Copyright (c) Charles D. Canham 2007 Company: Institute of Ecosystem Studies
void javawrapper.TestOtherDisturbanceBehaviors.testDoSetup | ( | ) |
This test makes sure that lambdas are reset correctly if species are changed.
void javawrapper.TestOtherDisturbanceBehaviors.testFormatDataForDisplay | ( | ) |
Tests that the correct parameters are displayed for each behavior.
void javawrapper.TestOtherDisturbanceBehaviors.testReadParFile | ( | ) |
Tests the reading of the parameter file.
void javawrapper.TestOtherDisturbanceBehaviors.testChangeOfSpecies | ( | ) |
Makes sure that competition harvest lambda values are managed correctly when species change.
void javawrapper.TestOtherDisturbanceBehaviors.testCopySpecies | ( | ) |
Makes sure that competition harvest lambda values are managed correctly when species are copied.
void javawrapper.TestOtherDisturbanceBehaviors.testValidateData | ( | ) |
Tests ValidateData().
String javawrapper.TestOtherDisturbanceBehaviors.WriteXMLValidCompetitionHarvestFile1 | ( | ) | throws java.io.IOException [protected] |
Writes a valid competition harvest file.
IOException | if there is a problem writing the file. |
String javawrapper.TestOtherDisturbanceBehaviors.WriteXMLValidCompetitionHarvestFile2 | ( | ) | throws java.io.IOException [protected] |
Writes a valid competition harvest file with extra tweaks to help catch validation problems.
IOException | if there is a problem writing the file. |