|
libwreport
3.29
|
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.