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 |
![]() | |
virtual | ~Functor () |
Private Attributes | |
TestCase * | m_target |
Method | m_method |
Functor to call test case method (Implementation).
Implementation detail.
void(TestCase::*) TestCaseMethodFunctor::Method() |
|
inlinevirtual |
Implements Functor.
|
private |
|
private |
Send comments to: CppUnit Developers |