CppUnit project page | FAQ | CppUnit home page |
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 |
Private Attributes | |
TestCase * | m_target |
Method | m_method |
Functor to call test case method (Implementation).
Implementation detail.
typedef void(TestCase::* TestCaseMethodFunctor::Method)() |
bool TestCaseMethodFunctor::operator() | ( | ) | const [inline, virtual] |
Implements Functor.
Method TestCaseMethodFunctor::m_method [private] |
TestCase* TestCaseMethodFunctor::m_target [private] |
|
hosts this site. |
Send comments to: CppUnit Developers |