#include <TestGLIMap.h>
Public Member Functions | |
void | TestGLIMap () |
Rolls all other tests into a single function to call. | |
Protected Member Functions | |
void | TestGridSetup (clSimManager *p_oSimManager) |
Tests the setup for the "GLI Map" grid. | |
void | TestParameterSetup (clSimManager *p_oSimManager) |
Tests the setup for the parameters. | |
void | TestNormalProcessing (clSimManager *p_oSimManager) |
Makes sure the GLI map is created correctly. | |
void | TestErrorProcessing (clSimManager *p_oSimManager) |
Tests error processing. | |
char * | WriteXMLFile1 () |
Writes a parameter file to direct testing. | |
char * | WriteXMLFile2 () |
Writes a parameter file to direct testing. | |
char * | WriteXMLFile3 () |
Writes a parameter file to direct testing. | |
char * | WriteXMLFile4 () |
Writes a parameter file to direct testing. | |
char * | WriteXMLFile5 () |
Writes a parameter file to direct testing. | |
char * | WriteXMLFile6 () |
Writes a parameter file to direct testing. | |
char * | WriteXMLErrorFile1 () |
Writes a parameter file to direct error testing. | |
char * | WriteXMLErrorFile2 () |
Writes a parameter file to direct error testing. | |
char * | WriteXMLErrorFile3 () |
Writes a parameter file to direct error testing. | |
void | WriteCommonStuff (std::fstream &oOut) |
Writes common portions of the test parameter files (tree pop, plot, etc). |
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< TO DO: Prepare a couple of GLI points for an 8 by 8 grid to test GLI when the GLI Map behavior is the only one in the run. Then add them to TestNormalProcessing. <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
|
Tests error processing. Each of the error files is fed in to make sure that clGLIMap correctly throws an error. |
|
Tests the setup for the "GLI Map" grid. Tests the following conditions:
|
|
Makes sure the GLI map is created correctly.
|
|
Tests the setup for the parameters. Tests the following conditions:
|
|
Writes common portions of the test parameter files (tree pop, plot, etc).
|
|
Writes a parameter file to direct error testing. The number of azimuth grids for GLI Map is less than or equal to 0.
|
|
Writes a parameter file to direct error testing. The number of altitude grids for GLI Map is less than or equal to 0.
|
|
Writes a parameter file to direct error testing. The height of the GLI photo is less than 0.
|
|
Writes a parameter file to direct testing.
|
|
Writes a parameter file to direct testing.
|
|
Writes a parameter file to direct testing.
|
|
Writes a parameter file to direct testing.
|
|
Writes a parameter file to direct testing.
|
|
Writes a parameter file to direct testing.
|