libwreport 3.43
wreport::tests::TestStackFrame Struct Reference

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

Detailed Description

Information about one stack frame in the test execution stack.


The documentation for this struct was generated from the following file: