Tests: Added color to the C++ tests

This commit is contained in:
Paul Beckingham
2015-07-01 16:12:48 -04:00
parent 535fc1c465
commit 8e8b2f9f38
2 changed files with 79 additions and 23 deletions

View File

@@ -53,6 +53,11 @@ public:
void fail (const std::string&);
void skip (const std::string&);
private:
std::string red (const std::string&);
std::string green (const std::string&);
std::string yellow (const std::string&);
private:
int _planned;
int _counter;