Public Member Functions | |
void | testFormatDataForDisplay () |
Tests to make sure parameters are correctly displayed for each behavior. | |
void | testChangeOfSpecies () |
Tests species changes. | |
void | testCopySpecies () |
Tests species copying. | |
void | testValidateData () |
Tests the ValidateData function. | |
Protected Member Functions | |
String | WriteNoDisperseXMLFile () throws java.io.IOException |
Writes a file with no disperse settings. | |
String | WriteAllDisperseXMLFile () throws java.io.IOException |
Writes a file with all disperse settings. |
Copyright: Copyright (c) Charles D. Canham 2003
Company: Institute of Ecosystem Studies
void javawrapper.TestDisperseBehaviors.testFormatDataForDisplay | ( | ) |
Tests to make sure parameters are correctly displayed for each behavior.
void javawrapper.TestDisperseBehaviors.testChangeOfSpecies | ( | ) |
Tests species changes.
Even though DisperseBehaviors doesn't explicitly have code for changing species, this makes sure that it is treated correctly.
void javawrapper.TestDisperseBehaviors.testCopySpecies | ( | ) |
Tests species copying.
Even though DisperseBehaviors doesn't explicitly have code for copying species, this makes sure that it is treated correctly.
void javawrapper.TestDisperseBehaviors.testValidateData | ( | ) |
Tests the ValidateData function.
String javawrapper.TestDisperseBehaviors.WriteNoDisperseXMLFile | ( | ) | throws java.io.IOException [protected] |
Writes a file with no disperse settings.
IOException | if there is a problem writing the file. |
String javawrapper.TestDisperseBehaviors.WriteAllDisperseXMLFile | ( | ) | throws java.io.IOException [protected] |
Writes a file with all disperse settings.
IOException | if there is a problem writing the file. |