Info struct for a test function. More...
#include <Runner.h>
Public Member Functions | |
FuncInfo (std::string const &in_funcName, std::string const &in_fileName, int in_lineNum, VoidFunc in_pFunc) | |
Public Attributes | |
std::string | m_funcName |
name of the function | |
std::string | m_fileName |
file where the function is defined | |
int | m_lineNum |
line number where the function is defined | |
VoidFunc * | m_pFunc |
pointer to the function |
Info struct for a test function.