libept
|
Information about one stack frame in the test execution stack. More...
#include <tests.h>
Public Member Functions | |
TestStackFrame (const char *file, int line, const char *call) | |
TestStackFrame (const char *file, int line, const char *call, const LocationInfo &local_info) | |
std::string | format () const |
void | format (std::ostream &out) const |
Public Attributes | |
const char * | file |
int | line |
const char * | call |
std::string | local_info |
Information about one stack frame in the test execution stack.
|
inline |
|
inline |
std::string ept::tests::TestStackFrame::format | ( | ) | const |
void ept::tests::TestStackFrame::format | ( | std::ostream & | out | ) | const |
const char* ept::tests::TestStackFrame::call |
const char* ept::tests::TestStackFrame::file |
int ept::tests::TestStackFrame::line |
std::string ept::tests::TestStackFrame::local_info |