Spinning Topp Logo BlackTopp Studios
inc
Namespaces | Macros | Functions
testenumerations.cpp File Reference

The implmentation of a few functions used with the enumuration in the unit tests. More...

#include "datatypes.h"
#include "testenumerations.h"
#include <stdexcept>
+ Include dependency graph for testenumerations.cpp:

Go to the source code of this file.

Namespaces

 Mezzanine
 The bulk of the engine components go in this namspace.
 
 Mezzanine::Testing
 This contains all the items (except the tests themselves) that make the unit tests work.
 

Functions

TestResult Mezzanine::Testing::StringToTestResult (Mezzanine::String Text)
 Roughly convert a String to a TestResult. More...
 
Mezzanine::String Mezzanine::Testing::TestResultToString (TestResult Convertable)
 This converts A test result enum value into a String matching the identifier name. More...
 

Detailed Description

The implmentation of a few functions used with the enumuration in the unit tests.

Definition in file testenumerations.cpp.