Inheritance diagram for javawrapper::TestMortalityBehaviors:
Public Member Functions | |
void | testFormatDataForDisplay () |
Tests that the correct parameters are displayed for each behavior. | |
void | testBackwardsCompatibility () |
Tests backwards compatibility for Weibull snag mortality behavior and NCI mortality. | |
void | testValidateData () |
Tests ValidateData(). | |
Protected Member Functions | |
void | setUp () throws Exception |
Does set up by creating the tree population object. | |
String | WriteXMLFile2 () throws java.io.IOException |
Writes test XML file. | |
String | WriteNoMortalityXMLFile () throws java.io.IOException |
Writes a file with no mortality settings. | |
Private Attributes | |
TreePopulation | m_oPop = null |
Tree population object for testing. |
Copyright: Copyright (c) Charles D. Canham 2003 Company: Institute of Ecosystem Studies
void javawrapper::TestMortalityBehaviors::setUp | ( | ) | throws Exception [inline, protected] |
Does set up by creating the tree population object.
Exception | Won't. |
String javawrapper::TestMortalityBehaviors::WriteNoMortalityXMLFile | ( | ) | throws java.io.IOException [inline, protected] |
Writes a file with no mortality settings.
IOException | if there is a problem writing the file. |
String javawrapper::TestMortalityBehaviors::WriteXMLFile2 | ( | ) | throws java.io.IOException [inline, protected] |
Writes test XML file.
IOException | if there is a problem writing the file. |