wibble 1.1
Classes | Namespaces | Functions
tut_restartable.h File Reference
#include <wibble/tests/tut.h>
#include <fstream>
#include <iostream>
Include dependency graph for tut_restartable.h:

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