src/core/test.h
changeset 57 9385fba1589e
parent 54 f860e6f94787
child 60 6672664e72bb
--- a/src/core/test.h	Tue Sep 05 15:55:04 2006 +0200
+++ b/src/core/test.h	Wed Sep 06 11:26:51 2006 +0200
@@ -33,6 +33,9 @@
 
 class TestManager;
 
+/**
+ * \brief base class for new regressions tests
+ */
 class Test {
 public:
     Test (char const *name);
@@ -44,10 +47,11 @@
     std::ostream &failure (void);
 };
 
+/**
+ * 
+ */
 class TestManager {
 public:
-    // main methods the test runner is supposed to
-    // invoke.
     static void enableVerbose (void);
     static bool runTests (void);