#include <tests.h>
Public Member Functions | |
Location (const std::string &file, int line, const std::string &str) | |
Location (const Location &loc, const std::string &testfile, int testline, const std::string &str) | |
std::string | locstr () const |
std::string | msg (const std::string m) const |
wibble::tests::Location::Location | ( | const std::string & | file, | |
int | line, | |||
const std::string & | str | |||
) | [inline] |
wibble::tests::Location::Location | ( | const Location & | loc, | |
const std::string & | testfile, | |||
int | testline, | |||
const std::string & | str | |||
) | [inline] |
std::string Location::locstr | ( | ) | const |
std::string Location::msg | ( | const std::string | m | ) | const |
Referenced by wibble::tests::impl_ensure_equals().