Small clean of subtitles applet code.
[mafwsubrenderer] / qmafw-gst-subtitles-renderer / unittests / ut_MafwMmcMonitor / ut_MafwMmcMonitor.h
1 /*
2  * This file is part of QMAFW
3  *
4  * Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies). All rights
5  * reserved.
6  *
7  * Contact: Visa Smolander <visa.smolander@nokia.com>
8  *
9  * This software, including documentation, is protected by copyright controlled
10  * by Nokia Corporation. All rights are reserved. Copying, including
11  * reproducing, storing, adapting or translating, any or all of this material
12  * requires the prior written consent of Nokia Corporation. This material also
13  * contains confidential information which may not be disclosed to others
14  * without the prior written consent of Nokia.
15  *
16  */
17
18 #ifndef UT_MAFWMMCMONITOR_H_
19 #define UT_MAFWMMCMONITOR_H_
20
21 #include <glib.h>
22 #include <gio/gio.h>
23 #include <gio/gunixmounts.h>
24
25 #include <QtTest/QtTest>
26
27
28 class Ut_MafwMmcMonitor : public QObject
29 {
30     Q_OBJECT
31
32 private slots:
33     void initTestCase();
34     void cleanupTestCase();
35
36     void testConstruction();
37     void testConstruction_data();
38
39     void testMounts();
40     void testPreUnmount();
41
42 };
43
44 #endif /*UT_MAFWMMCMONITOR_H_*/