CPUnit 0.95 (beta)
The REAL C++ port of JUnit.
|
#include <cpunit_ExceptionTestRegistrar.hpp>
Public Member Functions | |
ExceptionTestRegistrar (const std::string &path, const std::string &name, const std::string &file, const int line, void(*func)()) | |
virtual | ~ExceptionTestRegistrar () |
Definition at line 38 of file cpunit_ExceptionTestRegistrar.hpp.
cpunit::ExceptionTestRegistrar< ExceptionType >::ExceptionTestRegistrar | ( | const std::string & | path, |
const std::string & | name, | ||
const std::string & | file, | ||
const int | line, | ||
void(*)() | func | ||
) |
Definition at line 40 of file cpunit_ExceptionTestRegistrar.tcc.
cpunit::ExceptionTestRegistrar< ExceptionType >::~ExceptionTestRegistrar | ( | ) | [virtual] |
Definition at line 49 of file cpunit_ExceptionTestRegistrar.tcc.