#include <TestCompetitionMortality.h>
Public Member Functions | |
void | TestMortality () |
Tests normal processing mortality. | |
Private Member Functions | |
char * | WriteXMLFile1 () |
Writes a parameter file to direct testing using the first set of testing conditions. | |
char * | WriteXMLFile2 () |
Writes a bad parameter file: Passes a timestep >1 to this behavior. |
It writes out parameter files and uses them as input to perform setup; it then sets up the desired initial conditions, causes the behavior to run, then tests its output. There will be one normal processing run and two error runs.
|
Tests normal processing mortality. It will cause a parameter file to be written and then passed to a clSimManager object. This object will read it. The Mortality behavior is run and seedlings counted. |
|
Writes a parameter file to direct testing using the first set of testing conditions. This contains all tree information and disperse information. It also has a tree map so we'll be dealing with a known list of trees.
|
|
Writes a bad parameter file: Passes a timestep >1 to this behavior.
|