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

#include <cpunit_ExceptionExpectedCall.hpp>

Inheritance diagram for cpunit::ExceptionExpectedCall< ExceptionType >:
cpunit::Callable

List of all members.

Public Types

typedef void(* TestMethod )()

Public Member Functions

 ExceptionExpectedCall (const RegInfo &ri, TestMethod _test)
virtual ~ExceptionExpectedCall ()
virtual void run ()

Private Attributes

TestMethod test

Detailed Description

template<class ExceptionType>
class cpunit::ExceptionExpectedCall< ExceptionType >

Definition at line 40 of file cpunit_ExceptionExpectedCall.hpp.


Member Typedef Documentation

template<class ExceptionType >
typedef void(* cpunit::ExceptionExpectedCall< ExceptionType >::TestMethod)()

Definition at line 42 of file cpunit_ExceptionExpectedCall.hpp.


Constructor & Destructor Documentation

template<class ExceptionType >
cpunit::ExceptionExpectedCall< ExceptionType >::ExceptionExpectedCall ( const RegInfo ri,
TestMethod  _test 
)

Definition at line 34 of file cpunit_ExceptionExpectedCall.cpp.

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

Definition at line 39 of file cpunit_ExceptionExpectedCall.cpp.


Member Function Documentation

template<class ExceptionType >
void cpunit::ExceptionExpectedCall< ExceptionType >::run ( ) [virtual]

Implements cpunit::Callable.

Definition at line 43 of file cpunit_ExceptionExpectedCall.cpp.


Member Data Documentation

template<class ExceptionType >
TestMethod cpunit::ExceptionExpectedCall< ExceptionType >::test [private]

Definition at line 50 of file cpunit_ExceptionExpectedCall.hpp.


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