aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_generator/dummygentest.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_generator/dummygentest.h')
-rw-r--r--tests/test_generator/dummygentest.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/test_generator/dummygentest.h b/tests/test_generator/dummygentest.h
index 0bfab2a0d..0f485ae81 100644
--- a/tests/test_generator/dummygentest.h
+++ b/tests/test_generator/dummygentest.h
@@ -32,10 +32,19 @@ class DummyGenTest : public QObject
{
Q_OBJECT
+private:
+ QString workDir;
+ QString headerFilePath;
+ QString typesystemFilePath;
+ QString generatedFilePath;
+ QString projectFilePath;
+
private slots:
+ void initTestCase();
void testCallGenRunnerWithFullPathToDummyGenModule();
void testCallGenRunnerWithNameOfDummyGenModule();
void testCallDummyGeneratorExecutable();
+ void testProjectFileArgumentsReading();
};
#endif