Functor to call test case method (Implementation).
More...
List of all members.
Public Types |
typedef void(TestCase::* | 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 |
Member Data Documentation
Method TestCaseMethodFunctor::m_method |
|
private |
TestCase* TestCaseMethodFunctor::m_target |
|
private |
The documentation for this class was generated from the following file: