SORTIE C++ Test Documentation
|
#include <fstream>
Functions | |
const char * | WriteAggregatedMortalityXMLFile1 () |
Tests the clAggregatedMortality class. | |
const char * | WriteAggregatedMortalityXMLFile2 () |
Writes the parameter file for TestNormalProcessing2(). | |
const char * | WriteAggregatedMortalityXMLFile3 () |
Writes the parameter file for TestNormalProcessing3(). | |
const char * | WriteAggregatedMortalityXMLFile4 () |
Writes the parameter file for TestNormalProcessing4(). | |
const char * | WriteAggregatedMortalityXMLFile5 () |
Writes the parameter file for TestNormalProcessing5(). | |
const char * | WriteAggregatedMortalityXMLFile6 () |
Writes the parameter file for TestNormalProcessing6(). | |
const char * | WriteAggregatedMortalityXMLErrorFile1 () |
Writes an error file where the value for amount to cut is not between 0 and 1. | |
const char * | WriteAggregatedMortalityXMLErrorFile2 () |
Writes an error file where the return interval is less than 0. | |
void | WriteAggregatedMortalityCommonStuff (std::fstream &oOut) |
Writes common portions of the test parameter files. | |
void WriteAggregatedMortalityCommonStuff | ( | std::fstream & | oOut | ) |
Writes common portions of the test parameter files.
Starts with <randomSeed> and ends with </allometry>.
oOut | File stream to write to. |
const char* WriteAggregatedMortalityXMLErrorFile1 | ( | ) |
Writes an error file where the value for amount to cut is not between 0 and 1.
const char* WriteAggregatedMortalityXMLErrorFile2 | ( | ) |
Writes an error file where the return interval is less than 0.
const char* WriteAggregatedMortalityXMLFile1 | ( | ) |
Tests the clAggregatedMortality class.
Writes the parameter file for TestNormalProcessing1().
const char* WriteAggregatedMortalityXMLFile2 | ( | ) |
Writes the parameter file for TestNormalProcessing2().
const char* WriteAggregatedMortalityXMLFile3 | ( | ) |
Writes the parameter file for TestNormalProcessing3().
const char* WriteAggregatedMortalityXMLFile4 | ( | ) |
Writes the parameter file for TestNormalProcessing4().
const char* WriteAggregatedMortalityXMLFile5 | ( | ) |
Writes the parameter file for TestNormalProcessing5().
const char* WriteAggregatedMortalityXMLFile6 | ( | ) |
Writes the parameter file for TestNormalProcessing6().