mpviewplugins/mpsettingsviewplugin/tsrc/unittest_mpmpxasframeworkwrapper/inc/unittest_mpmpxasframeworkwrapper.h
changeset 43 0f32e550d9d8
parent 38 b93f525c9244
child 45 612c4815aebe
equal deleted inserted replaced
38:b93f525c9244 43:0f32e550d9d8
     1 /*
       
     2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description: Unit test for mpmpxasframeworkwrapper
       
    15 *
       
    16 */
       
    17 
       
    18 #ifndef TESTMPMPXASFRAMEWORKWRAPPER_H
       
    19 #define TESTMPMPXASFRAMEWORKWRAPPER_H
       
    20 
       
    21 #include <QtTest/QtTest>
       
    22 
       
    23 class MpMpxAsFrameworkWrapper;
       
    24 class MpMpxAsFrameworkWrapperPrivate;
       
    25 
       
    26 class TestMpMpxAsFrameworkWrapper : public QObject
       
    27 {
       
    28     Q_OBJECT
       
    29 
       
    30 public:
       
    31 
       
    32     TestMpMpxAsFrameworkWrapper();
       
    33     virtual ~TestMpMpxAsFrameworkWrapper();
       
    34 
       
    35 signals:
       
    36 
       
    37 
       
    38 public slots:
       
    39     void initTestCase();
       
    40     void cleanupTestCase();
       
    41     void init();
       
    42     void cleanup();
       
    43 
       
    44 private slots:
       
    45     void testConstructor();
       
    46     void testBalance();
       
    47     void testLoudness();
       
    48     void testSetBalance();
       
    49     void testSetLoudness();
       
    50     
       
    51     
       
    52 private:
       
    53 
       
    54     MpMpxAsFrameworkWrapper          *mTest;
       
    55     MpMpxAsFrameworkWrapperPrivate   *mTestPrivate;
       
    56 
       
    57 };
       
    58 
       
    59 #endif  // TESTMPMPXASFRAMEWORKWRAPPER_H