#include <test.h>
Public Member Functions | |
TestFailedException (std::string in_message, const char *in_file, int in_line) | |
Public Attributes | |
const std::string | message |
const std::string | file |
const int | line |
|
inline |
const std::string TestFailedException::file |
Referenced by TestBase::runTest().
const int TestFailedException::line |
Referenced by TestBase::runTest().
const std::string TestFailedException::message |
Referenced by TestBase::runTest().