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

The definition of the string manipulation functions the unit tests use. More...

#include "mezztest.h"
#include <vector>
#include <stdexcept>
#include <sstream>
#include <cassert>
+ Include dependency graph for testdata.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

int Mezzanine::Testing::PrintList (CoreTestGroup &TestGroups)
 Print all the groups that exist in a given CoreTestGroup. More...
 
TestData Mezzanine::Testing::StringToTestData (Mezzanine::String Line)
 Trim the whitespace from a line of text and try to interpret the remains as TestResults and a testname. More...
 

Detailed Description

The definition of the string manipulation functions the unit tests use.

Definition in file testdata.cpp.