Public Member Functions | |
void | testFormatDataForDisplay () |
Tests that the correct parameters are displayed for each behavior. | |
void | testParFileReading () |
Makes sure all parameters read correctly. | |
void | testValidateData () throws ModelException |
Tests ValidateData(). | |
void | testChangeOfSpecies () |
Makes sure that pn values are managed correctly when species change. | |
void | testCopySpecies () |
Makes sure that pn values are managed correctly when species are copied. | |
Protected Member Functions | |
String | WriteNoSeedPredationXMLFile () throws java.io.IOException |
Writes a file with no seed predation settings. | |
String | WriteXMLFileForSpeciesCopy () throws java.io.IOException |
Private Member Functions | |
String | WriteValidFile1 () throws java.io.IOException |
Writes a valid seed predation parameter file with all the behaviors. |
Company: Institute of Ecosystem Studies
void javawrapper.TestSeedPredationBehaviors.testFormatDataForDisplay | ( | ) |
Tests that the correct parameters are displayed for each behavior.
void javawrapper.TestSeedPredationBehaviors.testParFileReading | ( | ) |
Makes sure all parameters read correctly.
void javawrapper.TestSeedPredationBehaviors.testValidateData | ( | ) | throws ModelException |
void javawrapper.TestSeedPredationBehaviors.testChangeOfSpecies | ( | ) |
Makes sure that pn values are managed correctly when species change.
void javawrapper.TestSeedPredationBehaviors.testCopySpecies | ( | ) |
Makes sure that pn values are managed correctly when species are copied.
String javawrapper.TestSeedPredationBehaviors.WriteValidFile1 | ( | ) | throws java.io.IOException [private] |
Writes a valid seed predation parameter file with all the behaviors.
IOException | if there is a problem writing the file. |
String javawrapper.TestSeedPredationBehaviors.WriteNoSeedPredationXMLFile | ( | ) | throws java.io.IOException [protected] |
Writes a file with no seed predation settings.
IOException | if there is a problem writing the file. |
String javawrapper.TestSeedPredationBehaviors.WriteXMLFileForSpeciesCopy | ( | ) | throws java.io.IOException [protected] |