Inherits junit::framework::TestCase.
Public Member Functions | |
void | testParFileRead () |
Tests to make sure old substrate files are properly read. | |
void | testValidateData () throws ModelException |
Tests ValidateData(). | |
Protected Member Functions | |
String | WriteXMLValidFile1 () throws java.io.IOException |
Writes a parameter 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.TestSnagDynamicsBehaviors.testParFileRead | ( | ) |
Tests to make sure old substrate files are properly read.
void javawrapper.TestSnagDynamicsBehaviors.testValidateData | ( | ) | throws ModelException |
String javawrapper.TestSnagDynamicsBehaviors.WriteXMLValidFile1 | ( | ) | throws java.io.IOException [protected] |
Writes a parameter file.
IOException | If there is a problem writing the file. |
void javawrapper.TestSnagDynamicsBehaviors.WritePlotAndTrees | ( | FileWriter | oOut | ) | throws java.io. IOException [private] |
This writes plot and tree information.
oOut | FileWriter |
IOException |