CppUnit project page FAQ CppUnit home page

Public Types | Public Member Functions | Private Attributes
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 Member Functions

 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


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

SourceForge Logo hosts this site. Send comments to:
CppUnit Developers