|
wibble
0.1.28
|

Go to the source code of this file.
Classes | |
| class | tut::restartable_wrapper |
| Restartable test runner wrapper. More... | |
Namespaces | |
| namespace | tut |
Template Unit Tests Framework for C++. | |
| namespace | tut::util |
Functions | |
| std::string | tut::util::escape (const std::string &orig) |
| Escapes non-alphabetical characters in string. | |
| std::string | tut::util::unescape (const std::string &orig) |
| Un-escapes string. | |
| void | tut::util::serialize (std::ostream &os, const tut::test_result &tr) |
| Serialize test_result avoiding interfering with operator <<. | |
| void | tut::util::deserialize (std::istream &is, tut::test_result &tr) |
| deserialization for test_result | |
1.7.6.1