messagingapp/msgsettings/msgsettingsmw/tsrc/ut/ut_msgsettingsmw/t_msgsettingengine.h
changeset 25 84d9eb65b26f
parent 23 238255e8b033
child 27 e4592d119491
child 37 518b245aa84c
child 79 2981cb3aa489
equal deleted inserted replaced
23:238255e8b033 25:84d9eb65b26f
     1 /*
       
     2 * Copyright (c) 2008 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:
       
    15 *
       
    16 */
       
    17 #ifndef T_MESSAGESETTINGENGINE_H
       
    18 #define T_MESSAGESETTINGENGINE_H
       
    19 
       
    20 
       
    21 #ifdef BUILD_TEST_DLL
       
    22 #define TEST_EXPORT Q_DECL_EXPORT
       
    23 #else
       
    24 #define TEST_EXPORT Q_DECL_IMPORT
       
    25 #endif
       
    26 
       
    27 
       
    28 #include <QObject>
       
    29 #include "msgsettingengine.h"
       
    30 
       
    31 
       
    32 class TEST_EXPORT TestMsgSettingEngine: public QObject
       
    33 {
       
    34     Q_OBJECT
       
    35 
       
    36 private slots:
       
    37 
       
    38     void initTestCase();
       
    39     
       
    40     void TestsetDeliveryReport();
       
    41     
       
    42     void TestsetCharacterEncoding();
       
    43    
       
    44     void TestsettingsDeliverReportAndCharEncoding();
       
    45    
       
    46     void TestsetMMSCreationmode();
       
    47     
       
    48     void TestsetMMSRetrieval();
       
    49     
       
    50     void TestsetAnonymousMessages();
       
    51    
       
    52     void TestsetReceiveMMSAdverts();
       
    53     
       
    54     void TestadvanceMmsSettings();
       
    55    
       
    56     void TestallMMsAcessPoints();
       
    57     
       
    58     void TestsetMMSAccesspoint();
       
    59     
       
    60     void TestallSMSMessageCenter();
       
    61     
       
    62     void TestsetSMSMessageCenter();
       
    63     
       
    64     void TesteditSmsMessageCenter();
       
    65     
       
    66     void TestaddSmsMessageCenter();
       
    67     
       
    68     void TestsmsCenterNameAndNumber();
       
    69     
       
    70     void TestsetEmailGateway();
       
    71     
       
    72     void TestsetEmailSeriveCenterNumber();
       
    73     
       
    74     void TestemailEmailGatewayAndServiceCenterNumber();
       
    75     
       
    76     void TestsetValidityPeriod();
       
    77     
       
    78     void TestvalidityPeriod();    
       
    79     
       
    80 	void cleanupTestCase();
       
    81 
       
    82 private:
       
    83 
       
    84     MsgSettingEngine* mMsgSettingEngine;
       
    85 };
       
    86 
       
    87 #endif //T_MESSAGESETTINGENGINE_H