CppUnit project page FAQ

Public Types | Public Member Functions | Private Attributes | List of all members
TestCaseMethodFunctor Class Reference

Functor to call test case method (Implementation). More...

Inheritance diagram for TestCaseMethodFunctor:
Functor

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

TestCasem_target
 
Method m_method
 

Detailed Description

Functor to call test case method (Implementation).

Implementation detail.

Member Typedef Documentation

typedef void(TestCase::* TestCaseMethodFunctor::Method)()

Constructor & Destructor Documentation

TestCaseMethodFunctor::TestCaseMethodFunctor ( TestCase target,
Method  method 
)
inline

Member Function Documentation

bool TestCaseMethodFunctor::operator() ( ) const
inlinevirtual

Implements Functor.

Member Data Documentation

Method TestCaseMethodFunctor::m_method
private
TestCase* TestCaseMethodFunctor::m_target
private

The documentation for this class was generated from the following file:

Send comments to:
CppUnit Developers