diff options
Diffstat (limited to 'src/cppunit/TestCase.cpp')
| -rw-r--r-- | src/cppunit/TestCase.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/cppunit/TestCase.cpp b/src/cppunit/TestCase.cpp index 88a1c5c..f994dca 100644 --- a/src/cppunit/TestCase.cpp +++ b/src/cppunit/TestCase.cpp @@ -9,6 +9,10 @@ CPPUNIT_NS_BEGIN +/*! \brief Functor to call test case method (Implementation). + * + * Implementation detail. + */ class TestCaseMethodFunctor : public Functor { public: |
