Inheritance diagram for javawrapper::TestEstablishmentBehaviors:
Public Member Functions | |
void | testFormatDataForDisplay () |
Tests that the correct parameters are displayed for each behavior. | |
void | testParFileReading () |
Makes sure all parameters read 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::testValidateData | ( | ) | throws ModelException [inline] |
String javawrapper::TestEstablishmentBehaviors::WriteNoDisperseXMLFile | ( | ) | throws java.io.IOException [inline, protected] |
Writes a file with no disperse settings.
IOException | if there is a problem writing the file. |
String javawrapper::TestEstablishmentBehaviors::WriteOldGapSubstrateFile | ( | ) | throws java.io.IOException [inline, private] |
Writes a parameter file using an old-style gap-based substrate establishment.
IOException |
String javawrapper::TestEstablishmentBehaviors::WriteOldNonGapNonSubstrateFile | ( | ) | throws java.io.IOException [inline, private] |
Writes a parameter file using an old-style non-gap-non-substrate establishment.
IOException |
String javawrapper::TestEstablishmentBehaviors::WriteOldNonGapSubstrateFile | ( | ) | throws java.io.IOException [inline, private] |
Writes a parameter file using an old-style non-gap-based substrate establishment.
IOException |
String javawrapper::TestEstablishmentBehaviors::WriteValidFile1 | ( | ) | throws java.io.IOException [inline, 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 [inline, 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 [inline, 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. |