testcategorycaller(3)
NAME
TestCategoryCaller
SYNOPSIS
#include <TestCategoryCaller.h> Inherits TestCategory. Public Types typedef void(UTType::*) TCMType () Public Member Functions TestCategoryCaller (std::string n, TestSuite *s, UTType *o, TCMType m) void run (void) Private Attributes UTType * UTObject TCMType TestMethod template<class UTType> class TestCategoryCaller< UTType >
Member Typedef Documentation
- template<class UTType> typedef void(UTType::*) TestCategoryCaller< UTType
- >::TCMType()
Constructor & Destructor Documentation
- template<class UTType> TestCategoryCaller< UTType >::TestCategoryCaller
- (std::string n, TestSuite * s, UTType * o, TCMType m) [inline]
Member Function Documentation
- template<class UTType> void TestCategoryCaller< UTType >::run (void)
- [inline, virtual]
Implements Test.
Member Data Documentation
- template<class UTType> UTType* TestCategoryCaller< UTType >::UTObject
- [private]
- template<class UTType> TCMType TestCategoryCaller< UTType >::TestMethod
- [private]
Author
- Generated automatically by Doxygen for steghide from the source code.