CppUnit project page | FAQ |
Functor to call test case method (Implementation). More...
Public Types | |
typedef void(TestCase::* | Method )() |
Public Member Functions | |
TestCaseMethodFunctor (TestCase *target, Method method) | |
bool | operator() () const |
Public Member Functions inherited from Functor | |
virtual | ~Functor () |
Private Attributes | |
TestCase * | m_target |
Method | m_method |
Functor to call test case method (Implementation).
Implementation detail.
typedef void(TestCase::* TestCaseMethodFunctor::Method)() |
|
inlinevirtual |
Implements Functor.
|
private |
|
private |
Send comments to: CppUnit Developers |