0.9.8.10
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Public Member Functions | Public Attributes | List of all members
Hypertable::TestFun< FunT > Struct Template Reference

Helper class wrapping the invocation of a single test function. More...

#include <TestUtils.h>

Collaboration diagram for Hypertable::TestFun< FunT >:
Collaboration graph
[legend]

Public Member Functions

 TestFun (FunT fun, bool proc_stat=false, TestStat *stat=NULL)
 
void operator() ()
 

Public Attributes

FunT fun
 
bool proc_stat
 
TestStatstat_acc
 

Detailed Description

template<typename FunT>
struct Hypertable::TestFun< FunT >

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.


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