Added docstrings and changed file header (license + file doc)
[mdictionary] / trunk / tests / mDictionaryTests / CommonDictInterfaceMock.h
index 418ffaa..540e85c 100644 (file)
 
 *******************************************************************************/
 
-// Created by Bartosz Szatkowski
+/*! /file CommonDictInterfaceMock.h
+\brief Mock for dictionary/plugin behaviour testing
+
+\author Bartosz Szatkowski <bulislaw@linux.com>
+*/
 
 
 
@@ -30,6 +34,8 @@
 #include "../../src/includes/CommonDictInterface.h"
 #include "TranslationMock.h"
 
+/*! CommonDictInterfaceMock simulates dict/plugin behaviour without any
+  non-testMock dependencies, files, etc.*/
 class CommonDictInterfaceMock : public CommonDictInterface
 {
 public: