remotemgmt_plat/syncml_ds_customization_api/tsrc/operatorsettings/nsmldsoperatorsettings_test.h
branchRCL_3
changeset 25 b183ec05bd8c
equal deleted inserted replaced
24:13d7c31c74e0 25:b183ec05bd8c
       
     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:  Header file for operator settings unit tests.
       
    15 *
       
    16 */
       
    17 
       
    18 #ifndef __NSMLDSOPERATORSETTINGS_TEST_H
       
    19 #define __NSMLDSOPERATORSETTINGS_TEST_H
       
    20 
       
    21 // INCLUDES
       
    22 #include <CEUnitTestSuiteClass.h>
       
    23 #include <EUnitDecorators.h>
       
    24 
       
    25 // FORWARD DECLARATIONS
       
    26 class CNSmlDSOperatorSettings;
       
    27 
       
    28 NONSHARABLE_CLASS( CNSmlDSOperatorSettings_Test ): public CEUnitTestSuiteClass
       
    29     {
       
    30     public:
       
    31         static CNSmlDSOperatorSettings_Test* NewL();
       
    32         static CNSmlDSOperatorSettings_Test* NewLC();
       
    33        ~CNSmlDSOperatorSettings_Test();
       
    34 
       
    35     private: // Constructors
       
    36 
       
    37         CNSmlDSOperatorSettings_Test();
       
    38         void ConstructL();
       
    39 
       
    40     private: // New methods
       
    41 
       
    42         void Empty() {};
       
    43 
       
    44         void SetupL();
       
    45 
       
    46         void Teardown();
       
    47         
       
    48         void NewLL();
       
    49         
       
    50         void IsOperatorProfileLL();
       
    51 
       
    52         void CustomSwvValueLCL();
       
    53 
       
    54         void CustomModValueLCL();
       
    55 
       
    56         void CustomManValueLCL();
       
    57         
       
    58         void PopulateStatusCodeListLL();
       
    59 	
       
    60     private: // data
       
    61         
       
    62         CNSmlDSOperatorSettings* iOperatorSettings;
       
    63         
       
    64         EUNIT_DECLARE_TEST_TABLE;
       
    65     };
       
    66 
       
    67 #endif // __NSMLDSOPERATORSETTINGS_TEST_H
       
    68 
       
    69 // End of File