summaryrefslogtreecommitdiff
path: root/src/cppunit/TestCase.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/cppunit/TestCase.cpp')
-rw-r--r--src/cppunit/TestCase.cpp4
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: