6#include <QtCore/QObject>
10#include <imtsdl/ISdlEditableProcessArgumentsParser.h>
13namespace imtsdlgenqmltest
17class CSdlGenQmlTest :
public QObject
24 void TestComplexCollectionFilter();
25 void TestGenerationResultSerialization();
26 void TestGenerationResultFileOperations();
27 void TestAppendFoldersWithAutomaticTimestamp();
28 void TestAppendFoldersWithSpecificTimestamp();
29 void TestGenerationResultJsonFormat();
32 void cleanupTestCase();
36 bool m_isAllTestsPassed;