Some string manipulation functions geared towards console output for use in the Unit Tests. More...
#include "datatypes.h"
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 | |
char * | Mezzanine::Testing::AllLower (char *StringToConvert) |
Makes a c style stron all lowercase with respect to the current locale. More... | |
String | Mezzanine::Testing::AllLower (String StringToConvert) |
Mezzanine::String | Mezzanine::Testing::BoolToString (bool i) |
Get a String Corresponding to a passed bool. More... | |
String | Mezzanine::Testing::MakePadding (Mezzanine::String Leader, unsigned int Column) |
Creates some blank spaces, useful for controlling the vertical location of console text. More... | |
String | Mezzanine::Testing::rtrim (const Mezzanine::String &t) |
Take the whitespace off the end of a String. More... | |
Some string manipulation functions geared towards console output for use in the Unit Tests.
Definition in file consolestringmanipulation.h.