messagingapp/msgui/msgaudiofetcher/tsrc/unittest_msgaudiofetcherdialog/inc/unittest_msgaudiofetcherdialog.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 "msgaudiofetcherdialog.h"
       
    19 
       
    20 class TestMsgAudioFetcherDialog:public QObject{
       
    21     Q_OBJECT
       
    22 public:
       
    23     TestMsgAudioFetcherDialog();
       
    24     
       
    25     ~TestMsgAudioFetcherDialog();
       
    26     
       
    27 private slots:
       
    28     
       
    29     void initTestCase();
       
    30     
       
    31     void test_Constructor();
       
    32 
       
    33     void test_initMainWidget();
       
    34 
       
    35     void test_initActions();  
       
    36     
       
    37     void test_doDelayedConstruction();
       
    38     
       
    39     void test_onSelectAction();
       
    40     
       
    41     void test_reset();
       
    42 
       
    43     void cleanupTestCase();
       
    44     
       
    45 private:
       
    46     MsgAudioFetcherDialog* mAudioFetcherDialog;
       
    47     HbMainWindow *mTestMainWindow;
       
    48 };