CPUnit 0.95 (beta)
The REAL C++ port of JUnit.
|
#include <cpunit_ExceptionExpectedCall.hpp>
Public Types | |
typedef void(* | TestMethod )() |
Public Member Functions | |
ExceptionExpectedCall (const RegInfo &ri, TestMethod _test) | |
virtual | ~ExceptionExpectedCall () |
virtual void | run () |
Private Attributes | |
TestMethod | test |
Definition at line 40 of file cpunit_ExceptionExpectedCall.hpp.
typedef void(* cpunit::ExceptionExpectedCall< ExceptionType >::TestMethod)() |
Definition at line 42 of file cpunit_ExceptionExpectedCall.hpp.
cpunit::ExceptionExpectedCall< ExceptionType >::ExceptionExpectedCall | ( | const RegInfo & | ri, |
TestMethod | _test | ||
) |
Definition at line 34 of file cpunit_ExceptionExpectedCall.cpp.
cpunit::ExceptionExpectedCall< ExceptionType >::~ExceptionExpectedCall | ( | ) | [virtual] |
Definition at line 39 of file cpunit_ExceptionExpectedCall.cpp.
void cpunit::ExceptionExpectedCall< ExceptionType >::run | ( | ) | [virtual] |
Implements cpunit::Callable.
Definition at line 43 of file cpunit_ExceptionExpectedCall.cpp.
TestMethod cpunit::ExceptionExpectedCall< ExceptionType >::test [private] |
Definition at line 50 of file cpunit_ExceptionExpectedCall.hpp.