|
Jon Test
C++ Unit Test Tool. Not for production -- sample code only
|
Typedefs | |
| typedef std::pair< std::string, std::string > | TestName |
| A parsed Test name as a Test Suite name (.first), and a Test Case name (.second). | |
Functions | |
| TestName | parseTestName (const std::string &test) |
| Parse test into a Test Suite Name and a Test Case name, which would be separated by a ":". | |
| typedef std::pair<std::string, std::string> anonymous_namespace{TestRunner.cpp}::TestName |
A parsed Test name as a Test Suite name (.first), and a Test Case name (.second).
This refers to:
Definition at line 24 of file TestRunner.cpp.
| TestName anonymous_namespace{TestRunner.cpp}::parseTestName | ( | const std::string & | test | ) |
Parse test into a Test Suite Name and a Test Case name, which would be separated by a ":".
| test | to parse |
Definition at line 31 of file TestRunner.cpp.