wibble 1.1
|
#include <tests.h>
Public Member Functions | |
std::ostream & | operator() () |
Clear the stringstream and return self. | |
LocationInfo () | |
|
inline |
std::ostream & wibble::tests::LocationInfo::operator() | ( | ) |
Clear the stringstream and return self.
Example usage:
test_function(...) { WIBBLE_TEST_INFO(info); for (unsigned i = 0; i < 10; ++i) { info() << "Iteration #" << i; ... } }