convergedcallengine/spsettings/tsrc/public/basic/spsettingsUT/src/T_CSPSettings.h
changeset 46 2fa1fa551b0b
parent 42 35488577e233
child 48 78df25012fda
equal deleted inserted replaced
42:35488577e233 46:2fa1fa551b0b
     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: Declaration of T_CSPSettings class.
       
    15 *
       
    16 */
       
    17 
       
    18 #ifndef __T_CSPSETTINGS_H__
       
    19 #define __T_CSPSETTINGS_H__
       
    20 
       
    21 // INCLUDES
       
    22 #include <CEUnitTestSuiteClass.h>
       
    23 #include <EUnitDecorators.h>
       
    24 
       
    25 #include "spsettings.h"
       
    26 
       
    27 // FORWARD DECLARATIONS
       
    28 
       
    29 
       
    30 // CLASS DEFINITION
       
    31 /**
       
    32  * Generated EUnit test suite class.
       
    33  */
       
    34 NONSHARABLE_CLASS( T_CSPSettings )
       
    35 	: public CEUnitTestSuiteClass
       
    36     {
       
    37     public:  // Constructors and destructor
       
    38 
       
    39         static T_CSPSettings* NewL();
       
    40         static T_CSPSettings* NewLC();
       
    41         ~T_CSPSettings();
       
    42 
       
    43     private: // Constructors
       
    44 
       
    45         T_CSPSettings();
       
    46         void ConstructL();
       
    47 
       
    48     private: // New methods
       
    49 
       
    50          void SetupL();
       
    51          
       
    52          void Setup2L();
       
    53         
       
    54          void Teardown();
       
    55         
       
    56          void T_CSPSettings_AddEntryLL();
       
    57         
       
    58          void T_CSPSettings_FindEntryLL();
       
    59         
       
    60          void T_CSPSettings_UpdateEntryLL();
       
    61         
       
    62          void T_CSPSettings_DeleteEntryLL();
       
    63         
       
    64          void T_CSPSettings_FindPropertyLL();
       
    65         
       
    66          void T_CSPSettings_AddOrUpdatePropertiesLL();
       
    67         
       
    68          void T_CSPSettings_AddOrUpdatePropertyLL();
       
    69         
       
    70          void T_CSPSettings_SettingsCountLL();
       
    71         
       
    72          void T_CSPSettings_FindServiceIdsLL();
       
    73         
       
    74          void T_CSPSettings_FindServiceNamesLL();
       
    75         
       
    76          void T_CSPSettings_FindSubServicePropertiesLL();
       
    77         
       
    78          void T_CSPSettings_DeleteServicePropertiesLL();
       
    79         
       
    80          void T_CSPSettings_FindServiceIdsFromPropertiesLL();
       
    81         
       
    82          void T_CSPSettings_GetSIPVoIPSWVersionL();
       
    83         
       
    84          void T_CSPSettings_IsFeatureSupportedL();
       
    85          
       
    86          void T_CSPSettings_CheckSupportedLsL();
       
    87         
       
    88 
       
    89     private: // Data
       
    90 
       
    91         CSPSettings* iCSPSettings;
       
    92 
       
    93         EUNIT_DECLARE_TEST_TABLE;
       
    94 
       
    95     };
       
    96 
       
    97 #endif      //  __T_CSPSETTINGS_H__