CPUnit 0.95 (beta)
The REAL C++ port of JUnit.
cpunit::ExceptionTestRegistrar< ExceptionType > Class Template Reference

#include <cpunit_ExceptionTestRegistrar.hpp>

List of all members.

Public Member Functions

 ExceptionTestRegistrar (const std::string &path, const std::string &name, const std::string &file, const int line, void(*func)())
virtual ~ExceptionTestRegistrar ()

Detailed Description

template<class ExceptionType>
class cpunit::ExceptionTestRegistrar< ExceptionType >

Definition at line 38 of file cpunit_ExceptionTestRegistrar.hpp.


Constructor & Destructor Documentation

template<class ExceptionType >
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.

template<class ExceptionType >
cpunit::ExceptionTestRegistrar< ExceptionType >::~ExceptionTestRegistrar ( ) [virtual]

Definition at line 49 of file cpunit_ExceptionTestRegistrar.tcc.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines