#include <TestEstablishment.h>
Public Member Functions | |
void | TestEstablishment () |
Groups all establishment tests into one function. | |
Private Member Functions | |
void | TestNormalProcessingRun1 (clSimManager *p_oSimManager) |
Tests establishment. | |
void | TestNormalProcessingRun2 (clSimManager *p_oSimManager) |
Tests establishment. | |
void | TestErrorProcessing (clSimManager *p_oSimManager) |
Runs through the error files to make sure that errors are caught correctly. | |
char * | WriteXMLFile1 () |
Writes a parameter file to direct testing. | |
char * | WriteXMLFile2 () |
Writes a parameter file to direct testing. | |
char * | WriteXMLErrorFile1 () |
Writes a parameter file with no disperse behaviors whatsoever. |
|
Runs through the error files to make sure that errors are caught correctly.
|
|
Tests establishment. WriteXMLFile1() does setup. Non-spatial dispserse is included with parameters such that it creates no seeds. The "Dispersed Seeds" grid cells do not divide evenly into the plot lengths. The grid is populated with some initial values. Then one timestep of a simulation is run and this verifies that the number of seedlings is right, and the number of seeds is 0.
|
|
Tests establishment. WriteXMLFile2() does setup. Non-spatial dispserse is included with parameters such that it creates no seeds. The "Dispersed Seeds" grid cells divide evenly into the plot lengths. The grid is populated with some initial values. Then one timestep of a simulation is run and this verifies that the number of seedlings is right, and the number of seeds is 0.
|
|
Writes a parameter file with no disperse behaviors whatsoever.
|
|
Writes a parameter file to direct testing.
|
|
Writes a parameter file to direct testing.
|