Public Member Functions | |
void | testBackwardsCompatibility () |
Tests to make sure old substrate files are properly read. | |
void | testParFileRead () |
Tests to make sure old substrate files are properly read. | |
void | testValidateData () throws ModelException |
Tests ValidateData(). | |
Protected Member Functions | |
String | WriteXMLOldFile1 () throws java.io.IOException |
Writes an old-school substrate file to test backwards compatibility. | |
String | WriteXMLOldFile2 () throws java.io.IOException |
Writes a 6.05 substrate file. | |
String | WriteXMLValidFile1 () throws java.io.IOException |
Writes a 6.05 substrate file. | |
Private Member Functions | |
void | WritePlotAndTrees (FileWriter oOut) throws java.io. IOException |
This writes plot and tree information. |
Copyright: Copyright (c) Charles D. Canham 2003
Company: Institute of Ecosystem Studies
void javawrapper::TestSubstrateBehaviors::testValidateData | ( | ) | throws ModelException [inline] |
void javawrapper::TestSubstrateBehaviors::WritePlotAndTrees | ( | FileWriter | oOut | ) | throws java.io. IOException [inline, private] |
This writes plot and tree information.
oOut | FileWriter |
IOException |
String javawrapper::TestSubstrateBehaviors::WriteXMLOldFile1 | ( | ) | throws java.io.IOException [inline, protected] |
Writes an old-school substrate file to test backwards compatibility.
IOException | if there is a problem writing the file. |
String javawrapper::TestSubstrateBehaviors::WriteXMLOldFile2 | ( | ) | throws java.io.IOException [inline, protected] |
Writes a 6.05 substrate file.
IOException | If there is a problem writing the file. |
String javawrapper::TestSubstrateBehaviors::WriteXMLValidFile1 | ( | ) | throws java.io.IOException [inline, protected] |
Writes a 6.05 substrate file.
IOException | If there is a problem writing the file. |