messagingapp/msgui/msgaudiofetcher/tsrc/unittest_msgaudiopreview/inc/unittest_msgaudiopreview.h
changeset 73 ecf6a73a9186
equal deleted inserted replaced
68:e8a69c93c830 73:ecf6a73a9186
       
     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:  Item decorator of the message list view.
       
    15  *
       
    16  */
       
    17 
       
    18 #include "msgaudiopreview.h"
       
    19 class TestMsgAudioPreview:public QObject
       
    20     {
       
    21     Q_OBJECT
       
    22     
       
    23 public:
       
    24     TestMsgAudioPreview();
       
    25     ~TestMsgAudioPreview();
       
    26 private slots:
       
    27 
       
    28     void initTestCase();
       
    29     
       
    30     void test_Constructor();
       
    31     
       
    32     void test_PlayL_IsPlaying();
       
    33     
       
    34     void test_Stop();
       
    35     
       
    36     void cleanupTestCase();
       
    37 
       
    38 private:
       
    39     MsgAudioPreview* mMsgAudioPreview;
       
    40     };