Public Member Functions | |
void | testParFileReading () |
Test parameter file reading for allometry. | |
void | testDoSetup () |
Test setup when species have changed. | |
void | testChangeOfSpecies () |
Tests species changing. | |
void | testBackwardsCompatibility () |
Makes sure all parameters read correctly. | |
void | testValidateData () |
Tests data validation. | |
void | testFormatDataForDisplay () |
Tests that the correct parameters are displayed for each behavior. | |
void | testCopySpecies () |
Makes sure that nci lambda values are managed correctly when species are copied. | |
Private Member Functions | |
String | Write6_04XMLFile () throws java.io.IOException |
Writes a version 6.04 file for testing parameter file reading backwards compatibility. | |
String | WriteXMLFile1 () throws java.io.IOException |
Writes a valid file for testing parameter file reading. | |
String | WriteXMLFile2 () throws java.io.IOException |
Writes a valid file for testing parameter file reading. | |
String | WriteXMLFileForSpeciesCopy () throws java.io.IOException |
Writes a valid file for testing parameter file reading. |
Copyright: Copyright (c) Charles D. Canham 2005
Company: Institute of Ecosystem Studies
void javawrapper.TestAllometry.testParFileReading | ( | ) |
Test parameter file reading for allometry.
void javawrapper.TestAllometry.testDoSetup | ( | ) |
Test setup when species have changed.
void javawrapper.TestAllometry.testChangeOfSpecies | ( | ) |
Tests species changing.
void javawrapper.TestAllometry.testBackwardsCompatibility | ( | ) |
Makes sure all parameters read correctly.
void javawrapper.TestAllometry.testValidateData | ( | ) |
Tests data validation.
void javawrapper.TestAllometry.testFormatDataForDisplay | ( | ) |
Tests that the correct parameters are displayed for each behavior.
void javawrapper.TestAllometry.testCopySpecies | ( | ) |
Makes sure that nci lambda values are managed correctly when species are copied.
String javawrapper.TestAllometry.Write6_04XMLFile | ( | ) | throws java.io.IOException [private] |
Writes a version 6.04 file for testing parameter file reading backwards compatibility.
IOException | if the file can't be written. |
String javawrapper.TestAllometry.WriteXMLFile1 | ( | ) | throws java.io.IOException [private] |
Writes a valid file for testing parameter file reading.
IOException | if the file can't be written. |
String javawrapper.TestAllometry.WriteXMLFile2 | ( | ) | throws java.io.IOException [private] |
Writes a valid file for testing parameter file reading.
IOException | if the file can't be written. |
String javawrapper.TestAllometry.WriteXMLFileForSpeciesCopy | ( | ) | throws java.io.IOException [private] |
Writes a valid file for testing parameter file reading.
IOException | if the file can't be written. |