Result of a test part.
| 6527 | class TestInfo; // Information about a test. |
| 6528 | class TestPartResult; // Result of a test part. |
| 6529 | class UnitTest; // A collection of test suites. |
| 6530 | |
| 6531 | template <typename T> |
| 6532 | ::std::string PrintToString(const T& value); |