CppEditor: Tests: Move doxygen tests in separate test class

Change-Id: If27b4e11deafaefd95a5815466fc5fdac23ba30a
Reviewed-by: Erik Verbruggen <erik.verbruggen@theqtcompany.com>
This commit is contained in:
Nikolai Kosjar
2015-01-15 14:58:16 +01:00
committed by Erik Verbruggen
parent 4f7eb4e6b8
commit f0aea93b44
9 changed files with 197 additions and 107 deletions

View File

@@ -158,9 +158,9 @@ private:
class CPPTOOLS_EXPORT VerifyCleanCppModelManager
{
public:
VerifyCleanCppModelManager() { verify(); }
~VerifyCleanCppModelManager() { verify(); }
static void verify();
VerifyCleanCppModelManager();
~VerifyCleanCppModelManager();
static bool isClean();
};
class FileWriterAndRemover