LCIO
02.17
|
#include <tutil.h>
Public Member Functions | |
TEST (const std::string &tname, std::ostream &stream=std::cout) | |
~TEST () | |
void | LOG (const std::string &msg) |
template<class V1 , class V2 > | |
void | operator() (const V1 &v1, const V2 &v2, const std::string name) |
void | FAILED (const std::string &msg) |
Private Attributes | |
std::string | _testname |
std::ostream & | _out |
|
inline |
Definition at line 11 of file tutil.h.
References _out, _testname, and std::endl().
|
inline |
Definition at line 16 of file tutil.h.
References _out, _testname, and std::endl().
|
inline |
Definition at line 42 of file tutil.h.
References _out, _testname, std::endl(), and std::stringstream::str().
Referenced by main(), and operator()().
|
inline |
|
inline |
Definition at line 26 of file tutil.h.
References FAILED(), and std::stringstream::str().
|
private |
|
private |