phoneapp/phoneuiutils/tsrc/ut_tphonecmdparamquery/src/ut_tphonecmdparamquery.h
changeset 77 2be0b271d017
equal deleted inserted replaced
72:c76a0b1755b9 77:2be0b271d017
       
     1 /*
       
     2 * Copyright (c) 2010 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 /*
       
    18 -----------------------------------------------------------------------------
       
    19 This file has been generated with EUnit Pro
       
    20 http://www.sysopendigia.com/qualitykit
       
    21 -----------------------------------------------------------------------------
       
    22 */
       
    23 #ifndef __UT_TPhoneCmdParamQuery_H__
       
    24 #define __UT_TPhoneCmdParamQuery_H__
       
    25 
       
    26 // INCLUDES
       
    27 #include <CEUnitTestSuiteClass.h>
       
    28 #include <EUnitDecorators.h>
       
    29 
       
    30 #include "TPhoneCmdParamQuery.h"
       
    31 
       
    32 // FORWARD DECLARATIONS
       
    33 
       
    34 // CLASS DEFINITION
       
    35 /**
       
    36  * Generated EUnit test suite class.
       
    37  */
       
    38 NONSHARABLE_CLASS( UT_TPhoneCmdParamQuery )
       
    39 	: public CEUnitTestSuiteClass
       
    40     {
       
    41     public:  // Constructors and destructor
       
    42 
       
    43         static UT_TPhoneCmdParamQuery* NewL();
       
    44         static UT_TPhoneCmdParamQuery* NewLC();
       
    45         ~UT_TPhoneCmdParamQuery();
       
    46 
       
    47     private: // Constructors
       
    48 
       
    49         UT_TPhoneCmdParamQuery();
       
    50         void ConstructL();
       
    51 
       
    52     private: // New methods
       
    53 
       
    54          void SetupL();
       
    55         
       
    56          void Teardown();
       
    57         
       
    58          void UT_TPhoneCmdParamQuery_SetQueryResourceIdL();
       
    59         
       
    60          void UT_TPhoneCmdParamQuery_QueryResourceIdL();
       
    61         
       
    62          void UT_TPhoneCmdParamQuery_SetQueryPromptL();
       
    63         
       
    64          void UT_TPhoneCmdParamQuery_QueryPromptL();
       
    65         
       
    66          void UT_TPhoneCmdParamQuery_SetDefaultCbaL();
       
    67         
       
    68          void UT_TPhoneCmdParamQuery_DefaultCbaL();
       
    69         
       
    70          void UT_TPhoneCmdParamQuery_SetContentCbaL();
       
    71         
       
    72          void UT_TPhoneCmdParamQuery_ContentCbaL();
       
    73         
       
    74          void UT_TPhoneCmdParamQuery_SetDataTextL();
       
    75         
       
    76          void UT_TPhoneCmdParamQuery_DataTextL();
       
    77         
       
    78          void UT_TPhoneCmdParamQuery_SetQueryTypeL();
       
    79         
       
    80          void UT_TPhoneCmdParamQuery_QueryTypeL();
       
    81         
       
    82          void UT_TPhoneCmdParamQuery_SetSendKeyEnabledL();
       
    83         
       
    84          void UT_TPhoneCmdParamQuery_SendKeyEnabledL();
       
    85         
       
    86          void UT_TPhoneCmdParamQuery_SetCommandParamIdL();
       
    87         
       
    88          void UT_TPhoneCmdParamQuery_SetTimeOutL();
       
    89         
       
    90          void UT_TPhoneCmdParamQuery_TimeOutL();
       
    91         
       
    92          void T_SetToneL();
       
    93         
       
    94          void T_ToneL();
       
    95          
       
    96          void T_SetCbaCommandMappingL();
       
    97          
       
    98          void T_CbaCommandMappingL();
       
    99          
       
   100          void T_GetCustomCommandForTimeOutL();
       
   101          
       
   102          void T_SetCustomCommandForTimeOutL();
       
   103          
       
   104          void T_AssignmentOperatorL();
       
   105          
       
   106          void T_CopyConstructorL();
       
   107         
       
   108 
       
   109     private: // Data
       
   110 
       
   111         TPhoneCmdParamQuery iTPhoneCmdParamQuery;
       
   112         RBuf iDataText;
       
   113         
       
   114         EUNIT_DECLARE_TEST_TABLE;
       
   115 
       
   116     };
       
   117 
       
   118 #endif      //  __UT_TPhoneCmdParamQuery_H__