X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=testing%2FEmuFrontTesting%2Fplatformtest.h;h=7e50e9b39b5cba06761fae532eb232a578d83be2;hb=5dce0a338a3003b2d6d5eb2f08949172ea45c1da;hp=623d598fd82f02327fdc0db42ab72672a3fb60bd;hpb=bcc5404b68b38746c8b00e08f8d5684582fbecc8;p=emufront diff --git a/testing/EmuFrontTesting/platformtest.h b/testing/EmuFrontTesting/platformtest.h index 623d598..7e50e9b 100644 --- a/testing/EmuFrontTesting/platformtest.h +++ b/testing/EmuFrontTesting/platformtest.h @@ -4,12 +4,21 @@ #include #include +class EmuFrontFile; + class PlatformTest : public QObject { Q_OBJECT private slots: + void initTestCase(); + void cleanupTestCase(); + void notEquals(); void equals(); + void equals_data(); + +private: + EmuFrontFile *efile; };