SORTIE C++ Test Documentation
Public Member Functions | Protected Member Functions | List of all members
clTestSuppressionDurationMort Class Reference

Tests the clSuppressionDurationMort class. More...

#include <TestSuppressionDurationMort.h>

Inheritance diagram for clTestSuppressionDurationMort:

Public Member Functions

void TestSuppressionDurationMort ()
 This puts all mortality tests into a single function.
 

Protected Member Functions

void NormalProcessingRun1 (clSimManager *p_oSimManager)
 Tests normal processing run 1.
 
void ErrorProcessing (clSimManager *p_oSimManager)
 Tests error processing.
 
const char * WriteXMLFile1 ()
 Writes a parameter file for normal processing run 1.
 
const char * WriteXMLErrorFile1 ()
 Writes a parameter file where a value for max mortality probability is not between 0 and 1.
 
const char * WriteXMLErrorFile2 ()
 Writes a parameter file where there is no tree age behavior.
 
const char * WriteXMLErrorFile3 ()
 Writes a parameter file where a value for X0 is 0.
 
void WriteErrorCommonStuff (std::fstream &oOut)
 Writes common portions of the test parameter files.
 

Detailed Description

Tests the clSuppressionDurationMort class.

Member Function Documentation

void clTestSuppressionDurationMort::ErrorProcessing ( clSimManager *  p_oSimManager)
protected

Tests error processing.

Inputs error files to make sure the errors are caught.

void clTestSuppressionDurationMort::NormalProcessingRun1 ( clSimManager *  p_oSimManager)
protected

Tests normal processing run 1.

WriteXMLFile1() does setup.

Parameters
p_oSimManagerSim manager object for doing the run.
void clTestSuppressionDurationMort::TestSuppressionDurationMort ( )

This puts all mortality tests into a single function.

void clTestSuppressionDurationMort::WriteErrorCommonStuff ( std::fstream &  oOut)
protected

Writes common portions of the test parameter files.

This starts with <randomSeed> and ends with </allometry>.

Parameters
oOutFile stream to write to.
const char* clTestSuppressionDurationMort::WriteXMLErrorFile1 ( )
protected

Writes a parameter file where a value for max mortality probability is not between 0 and 1.

Returns
Filename written.
const char* clTestSuppressionDurationMort::WriteXMLErrorFile2 ( )
protected

Writes a parameter file where there is no tree age behavior.

Returns
Filename written.
const char* clTestSuppressionDurationMort::WriteXMLErrorFile3 ( )
protected

Writes a parameter file where a value for X0 is 0.

Returns
Filename written.
const char* clTestSuppressionDurationMort::WriteXMLFile1 ( )
protected

Writes a parameter file for normal processing run 1.

Returns
Filename written.

The documentation for this class was generated from the following file: