|
libwreport 3.42
|
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 |
Data Fields | |
| const char * | file |
| int | line |
| const char * | call |
| std::string | local_info |
Information about one stack frame in the test execution stack.