summaryrefslogtreecommitdiff
path: root/include/cppunit/extensions/TestSetUp.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/cppunit/extensions/TestSetUp.h')
-rw-r--r--include/cppunit/extensions/TestSetUp.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/cppunit/extensions/TestSetUp.h b/include/cppunit/extensions/TestSetUp.h
index 3561262..f2128ec 100644
--- a/include/cppunit/extensions/TestSetUp.h
+++ b/include/cppunit/extensions/TestSetUp.h
@@ -9,7 +9,8 @@ CPPUNIT_NS_BEGIN
class Test;
class TestResult;
-
+/*! \brief Decorates a test by providing a specific setUp() and tearDown().
+ */
class CPPUNIT_API TestSetUp : public TestDecorator
{
public: