MOOCHO (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
TestingHelperPack Namespace Reference

namespace TestingHelperPack

Helper functions for writting general testing code.

bool throw_except_on_fail = false
 Global flag for setting if and exception is thrown if a result_check == false causes an exception to be thrown. More...
 
bool update_success (bool result_check, bool *success)
 Helper function for updating a flag for if an operation returned false. More...
 

Function Documentation

bool TestingHelperPack::update_success ( bool  result_check,
bool *  success 
)

Helper function for updating a flag for if an operation returned false.

Definition at line 48 of file TestingHelperPack_update_success.cpp.

Variable Documentation

bool TestingHelperPack::throw_except_on_fail = false

Global flag for setting if and exception is thrown if a result_check == false causes an exception to be thrown.

Definition at line 59 of file TestingHelperPack_update_success.cpp.