template<typename C> class unitpp::test_mfun

A test that is implemented by a member function

Inheritance:


Public Methods

[more] test_mfun(C* par, const std::string& name, mfp fp)
An object, a name, and a pointer to a member function
[more]virtual void operator()()
Executed by invoking the function in the object


Inherited from test:


Documentation

A test that is implemented by a member function
o test_mfun(C* par, const std::string& name, mfp fp)
An object, a name, and a pointer to a member function

ovirtual void operator()()
Executed by invoking the function in the object


This class has no child classes.

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.