CppUnit project page FAQ

TestCaseMethodFunctor Class Reference

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

Inheritance diagram for TestCaseMethodFunctor:
Collaboration diagram for TestCaseMethodFunctor:

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

◆ Method

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

Constructor & Destructor Documentation

◆ TestCaseMethodFunctor()

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

Member Function Documentation

◆ operator()()

bool TestCaseMethodFunctor::operator() ( ) const
inlinevirtual

Implements Functor.

Member Data Documentation

◆ m_method

Method TestCaseMethodFunctor::m_method
private

◆ m_target

TestCase* TestCaseMethodFunctor::m_target
private

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

Send comments to:
CppUnit Developers