CppUnit project page FAQ CppUnit home page

Main Page   Modules   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

TestCaseMethodFunctor Class Reference

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

Inheritance diagram for TestCaseMethodFunctor:

Inheritance graph
[legend]
Collaboration diagram for TestCaseMethodFunctor:

Collaboration graph
[legend]
List of all members.

Public Types

typedef void(TestCase::* Method )()

Public Methods

 TestCaseMethodFunctor (TestCase *target, Method method)
bool operator() () const

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 [inline, virtual]
 

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:
SourceForge Logo hosts this site. Send comments to:
CppUnit Developers