SORTIE C++ Test Documentation
|
Functions | |
const char * | WriteSimManagerXMLFile1 () |
Tests the class clSimManager. More... | |
const char * | WriteSimManagerXMLFile2 () |
Writes the text of an XML file. More... | |
const char * | WriteSimManagerXMLFile3 () |
Writes the text of an XML file. More... | |
const char * | WriteSimManagerXMLErrorFile1 () |
Writes an XML file which contains a data error, to test if the test object will throw an exception. More... | |
const char * | WriteSimManagerXMLErrorFile2 () |
Writes an XML file which contains a data error, to test if the test object will throw an exception. More... | |
const char * | WriteSimManagerXMLErrorFile3 () |
Writes an XML file which contains a data error, to test if the test object will throw an exception. More... | |
const char* WriteSimManagerXMLErrorFile1 | ( | ) |
Writes an XML file which contains a data error, to test if the test object will throw an exception.
Number of timesteps is negative.
const char* WriteSimManagerXMLErrorFile2 | ( | ) |
Writes an XML file which contains a data error, to test if the test object will throw an exception.
Current timestep is too big.
const char* WriteSimManagerXMLErrorFile3 | ( | ) |
Writes an XML file which contains a data error, to test if the test object will throw an exception.
Years per timestep is 0.
const char* WriteSimManagerXMLFile1 | ( | ) |
Tests the class clSimManager.
Writes the text of an XML file. This contains a positive random seed, which should become negative.
const char* WriteSimManagerXMLFile2 | ( | ) |
Writes the text of an XML file.
This contains a random seed of 0, which should become negative.
const char* WriteSimManagerXMLFile3 | ( | ) |
Writes the text of an XML file.
This contains a negative random seed, which should be left alone.