MultiTech / MTS-Test

Dependents:   mtsas mtsas mtsas mtsas ... more

Revision:
11:0930606c0186
Parent:
1:42d2b6980cdd
--- a/TestRunner.h	Mon Jul 21 20:24:38 2014 +0000
+++ b/TestRunner.h	Mon Aug 11 15:45:18 2014 +0000
@@ -8,26 +8,11 @@
 
 namespace mts
 {
-
-/**
-*
-*/
 class TestRunner
 {
 public:
-    /**
-    *
-    */
     static void addCollection(TestCollection* collection);
-    
-    /**
-    *
-    */
     static void clearCollections();
-
-    /**
-    *
-    */
     static void runTests(bool printPassedTests = false, bool printFailedTests = true, bool printPassedCollections = true, bool printFailedCollections = true);
 
 private: