Public Member Functions | |
void | testChangeOfSpecies () |
Makes sure that nci lambda values are managed correctly when species change. | |
void | testCopySpecies () |
Makes sure that nci lambda values are managed correctly when species are copied. | |
void | testFormatDataForDisplay () |
Tests that the correct parameters are displayed for each behavior. | |
void | testBackwardsCompatibility () |
Tests backwards compatibility for Weibull snag mortality behavior and NCI mortality. | |
void | testValidateData () |
Tests ValidateData(). | |
Protected Member Functions | |
String | WriteXMLFile2 () throws java.io.IOException |
Writes test XML file. | |
String | WriteNoMortalityXMLFile () throws java.io.IOException |
Writes a file with no mortality settings. |
Copyright: Copyright (c) Charles D. Canham 2003 Company: Institute of Ecosystem Studies
void javawrapper.TestMortalityBehaviors.testChangeOfSpecies | ( | ) |
Makes sure that nci lambda values are managed correctly when species change.
void javawrapper.TestMortalityBehaviors.testCopySpecies | ( | ) |
Makes sure that nci lambda values are managed correctly when species are copied.
void javawrapper.TestMortalityBehaviors.testFormatDataForDisplay | ( | ) |
Tests that the correct parameters are displayed for each behavior.
void javawrapper.TestMortalityBehaviors.testBackwardsCompatibility | ( | ) |
Tests backwards compatibility for Weibull snag mortality behavior and NCI mortality.
void javawrapper.TestMortalityBehaviors.testValidateData | ( | ) |
Tests ValidateData().
String javawrapper.TestMortalityBehaviors.WriteXMLFile2 | ( | ) | throws java.io.IOException [protected] |
Writes test XML file.
IOException | if there is a problem writing the file. |
String javawrapper.TestMortalityBehaviors.WriteNoMortalityXMLFile | ( | ) | throws java.io.IOException [protected] |
Writes a file with no mortality settings.
IOException | if there is a problem writing the file. |