Helper class wrapping the invocation of a single test function. More...
#include <TestUtils.h>
Public Member Functions | |
TestFun (FunT fun, bool proc_stat=false, TestStat *stat=NULL) | |
void | operator() () |
Public Attributes | |
FunT | fun |
bool | proc_stat |
TestStat * | stat_acc |
Helper class wrapping the invocation of a single test function.
Not used directly but through run_tests.
Definition at line 120 of file TestUtils.h.