libept
Public Member Functions | Public Attributes | List of all members
ept::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
 

Public Attributes

const char * file
 
int line
 
const char * call
 
std::string local_info
 

Detailed Description

Information about one stack frame in the test execution stack.

Constructor & Destructor Documentation

◆ TestStackFrame() [1/2]

ept::tests::TestStackFrame::TestStackFrame ( const char *  file,
int  line,
const char *  call 
)
inline

◆ TestStackFrame() [2/2]

ept::tests::TestStackFrame::TestStackFrame ( const char *  file,
int  line,
const char *  call,
const LocationInfo local_info 
)
inline

Member Function Documentation

◆ format() [1/2]

std::string ept::tests::TestStackFrame::format ( ) const

◆ format() [2/2]

void ept::tests::TestStackFrame::format ( std::ostream &  out) const

Member Data Documentation

◆ call

const char* ept::tests::TestStackFrame::call

◆ file

const char* ept::tests::TestStackFrame::file

◆ line

int ept::tests::TestStackFrame::line

◆ local_info

std::string ept::tests::TestStackFrame::local_info

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