Added EmuFrontObject test and (very) initial PlatformNameDialogTest.
[emufront] / testing / EmuFrontTesting / platformnamedialogtest.h
diff --git a/testing/EmuFrontTesting/platformnamedialogtest.h b/testing/EmuFrontTesting/platformnamedialogtest.h
new file mode 100644 (file)
index 0000000..d1d2c2d
--- /dev/null
@@ -0,0 +1,19 @@
+#ifndef PLATFORMNAMEDIALOGTEST_H
+#define PLATFORMNAMEDIALOGTEST_H
+
+#include <QObject>
+#include <QtTest/QtTest>
+#include <QtGui>
+#include "../../src/dataobjects/platform.h"
+#include "../../src/dialogs/platformnamedialog.h"
+
+class PlatformNameDialogTest : public QObject
+{
+    Q_OBJECT
+
+private slots:
+    void testLineEdit();
+
+};
+
+#endif // PLATFORMNAMEDIALOGTEST_H