#include <wibble/tests/tut.h>
#include <fstream>
#include <iostream>
Go to the source code of this file.
Namespaces | |
| namespace | tut |
| namespace | tut::util |
Classes | |
| class | tut::restartable_wrapper |
| Restartable test runner wrapper. More... | |
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.5.6