X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=qmafw-gst-subtitles-renderer%2Funittests%2Fut_MafwGstRendererPlugin%2FUt_MafwGstRendererPlugin.h;fp=qmafw-gst-subtitles-renderer%2Funittests%2Fut_MafwGstRendererPlugin%2FUt_MafwGstRendererPlugin.h;h=3a042144a5ef7184fdc9b2ce57f5698b0b7355f7;hb=226d35244df85a27c332d3a3ded1b25b3c7f4951;hp=0000000000000000000000000000000000000000;hpb=57ba96e291a055f69dbfd4ae9f1ae2390e36986e;p=mafwsubrenderer diff --git a/qmafw-gst-subtitles-renderer/unittests/ut_MafwGstRendererPlugin/Ut_MafwGstRendererPlugin.h b/qmafw-gst-subtitles-renderer/unittests/ut_MafwGstRendererPlugin/Ut_MafwGstRendererPlugin.h new file mode 100644 index 0000000..3a04214 --- /dev/null +++ b/qmafw-gst-subtitles-renderer/unittests/ut_MafwGstRendererPlugin/Ut_MafwGstRendererPlugin.h @@ -0,0 +1,45 @@ +/* + * This file is part of QMAFW + * + * Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies). All rights + * reserved. + * + * Contact: Visa Smolander + * + * This software, including documentation, is protected by copyright controlled + * by Nokia Corporation. All rights are reserved. Copying, including + * reproducing, storing, adapting or translating, any or all of this material + * requires the prior written consent of Nokia Corporation. This material also + * contains confidential information which may not be disclosed to others + * without the prior written consent of Nokia. + * + */ + +#ifndef UT_MAFWGSTRENDERERPLUGIN_H +#define UT_MAFWGSTRENDERERPLUGIN_H + +#include + +class MafwBasicRenderer; +class MafwGstRendererPlugin; +class MafwRenderer; +class MafwStubHelper; + +class Ut_MafwGstRendererPlugin: public QObject +{ + Q_OBJECT + +private Q_SLOTS: // tests + + void initTestCase(); + void testInProcess(); + void testOutProcess(); + void cleanupTestCase(); + +private: + MafwGstRendererPlugin* m_plugin; + MafwStubHelper* m_stubHelper; + +}; + +#endif // UT_MAFWGSTRENDERERPLUGIN_H