#include <TestMerchValueCalculator.h>
Public Member Functions | |
void | TestMerchValueCalculator () |
Performs all the tests from one function. | |
Protected Member Functions | |
void | TestNormalProcessing (clSimManager *p_oSimManager) |
Tests normal processing. | |
void | TestErrorProcessing (clSimManager *p_oSimManager) |
Tests error processing. | |
char * | WriteXMLFile1 () |
Writes a parameter file for normal processing. | |
char * | WriteXMLErrorFile1 () |
Writes an error file where a form class value is not an allowed value. | |
char * | WriteXMLErrorFile2 () |
Writes an error file where the volume behavior is applied to seedlings. | |
void | WriteCommonStuff (std::fstream &oOut) |
Writes common portions of the test parameter files (tree pop, plot, etc). |
void clTestMerchValueCalculator::TestErrorProcessing | ( | clSimManager * | p_oSimManager | ) | [protected] |
Tests error processing.
This uses the WriteXMLErrorFileX files to introduce errors and make sure that they are caught.
p_oSimManager | Sim Manager object to call for runs. |
void clTestMerchValueCalculator::TestNormalProcessing | ( | clSimManager * | p_oSimManager | ) | [protected] |
Tests normal processing.
WriteXMLFile1() does setup. Then 33 trees of each of 6 species are created. A simulation is run for one timestep then the value checked for all those trees, as well as the species totals. Then all trees are killed, a second timestep is run, and the species total values are checked to make sure they equal 0.
p_oSimManager | Sim Manager object to call for runs. |
void clTestMerchValueCalculator::WriteCommonStuff | ( | std::fstream & | oOut | ) | [protected] |
Writes common portions of the test parameter files (tree pop, plot, etc).
Ends with </trees>.
oOut | File stream to write to. |
char* clTestMerchValueCalculator::WriteXMLErrorFile1 | ( | ) | [protected] |
Writes an error file where a form class value is not an allowed value.
char* clTestMerchValueCalculator::WriteXMLErrorFile2 | ( | ) | [protected] |
Writes an error file where the volume behavior is applied to seedlings.
char* clTestMerchValueCalculator::WriteXMLFile1 | ( | ) | [protected] |
Writes a parameter file for normal processing.
There are 7 species (of which 6 are used), and the merchantable timber value behavior is the only one in the run.