Public Member Functions | |
void | testFormatDataForDisplay () |
Tests that the correct parameters are displayed for each behavior. | |
void | testParFileReading () |
Makes sure all parameters read correctly. | |
void | testChangeOfSpecies () |
Makes sure that species changes happen correctly. | |
void | testCopySpecies () |
Makes sure that species copying happens correctly. | |
void | testBackwardsCompatibility () |
Tests to make sure that we maintain backwards compatibility. | |
void | testValidateData () throws ModelException |
Tests ValidateData(). | |
Protected Member Functions | |
String | WriteNoDisperseXMLFile () throws java.io.IOException |
Writes a file with no disperse settings. | |
Private Member Functions | |
String | WriteOldGapSubstrateFile () throws java.io.IOException |
Writes a parameter file using an old-style gap-based substrate establishment. | |
String | WriteOldNonGapSubstrateFile () throws java.io.IOException |
Writes a parameter file using an old-style non-gap-based substrate establishment. | |
String | WriteOldNonGapNonSubstrateFile () throws java.io.IOException |
Writes a parameter file using an old-style non-gap-non-substrate establishment. | |
String | WriteValidFile1 () throws java.io.IOException |
Writes a valid establishment parameter file with all the behaviors. | |
String | WriteValidMicroFile () throws java.io.IOException |
Writes a valid establishment parameter file with microtopographic establishment. | |
String | WriteVersion6_04File () throws java.io.IOException |
Writes a SORTIE-ND version 6.04 parameter file with substrate-dependent seed survival to test backwards compatibility. |
Company: Institute of Ecosystem Studies
void javawrapper.TestEstablishmentBehaviors.testFormatDataForDisplay | ( | ) |
Tests that the correct parameters are displayed for each behavior.
void javawrapper.TestEstablishmentBehaviors.testParFileReading | ( | ) |
Makes sure all parameters read correctly.
void javawrapper.TestEstablishmentBehaviors.testChangeOfSpecies | ( | ) |
Makes sure that species changes happen correctly.
void javawrapper.TestEstablishmentBehaviors.testCopySpecies | ( | ) |
Makes sure that species copying happens correctly.
void javawrapper.TestEstablishmentBehaviors.testBackwardsCompatibility | ( | ) |
Tests to make sure that we maintain backwards compatibility.
void javawrapper.TestEstablishmentBehaviors.testValidateData | ( | ) | throws ModelException |
String javawrapper.TestEstablishmentBehaviors.WriteOldGapSubstrateFile | ( | ) | throws java.io.IOException [private] |
Writes a parameter file using an old-style gap-based substrate establishment.
IOException |
String javawrapper.TestEstablishmentBehaviors.WriteOldNonGapSubstrateFile | ( | ) | throws java.io.IOException [private] |
Writes a parameter file using an old-style non-gap-based substrate establishment.
IOException |
String javawrapper.TestEstablishmentBehaviors.WriteOldNonGapNonSubstrateFile | ( | ) | throws java.io.IOException [private] |
Writes a parameter file using an old-style non-gap-non-substrate establishment.
IOException |
String javawrapper.TestEstablishmentBehaviors.WriteValidFile1 | ( | ) | throws java.io.IOException [private] |
Writes a valid establishment parameter file with all the behaviors.
IOException | if there is a problem writing the file. |
String javawrapper.TestEstablishmentBehaviors.WriteValidMicroFile | ( | ) | throws java.io.IOException [private] |
Writes a valid establishment parameter file with microtopographic establishment.
IOException | if there is a problem writing the file. |
String javawrapper.TestEstablishmentBehaviors.WriteVersion6_04File | ( | ) | throws java.io.IOException [private] |
Writes a SORTIE-ND version 6.04 parameter file with substrate-dependent seed survival to test backwards compatibility.
IOException | if there is a problem writing the file. |
String javawrapper.TestEstablishmentBehaviors.WriteNoDisperseXMLFile | ( | ) | throws java.io.IOException [protected] |
Writes a file with no disperse settings.
IOException | if there is a problem writing the file. |