mmsharing/mmshavailability/tsrc/ut_availability/inc/UT_CMusAvaSettingsImp.h
changeset 0 f0cf47e981f9
child 21 33a5d2bbf6fc
equal deleted inserted replaced
-1:000000000000 0:f0cf47e981f9
       
     1 /*
       
     2 * Copyright (c) 2004 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 #ifndef __UT_CMUSAVASETTINGSIMP_H__
       
    20 #define __UT_CMUSAVASETTINGSIMP_H__
       
    21 
       
    22 //  EXTERNAL INCLUDES
       
    23 #include <digia/eunit/ceunittestsuiteclass.h>
       
    24 
       
    25 //  INTERNAL INCLUDES
       
    26 #include <e32def.h>
       
    27 #include <e32property.h>
       
    28 
       
    29 //  FORWARD DECLARATIONS
       
    30 class CMusAvaSettingsImp;	
       
    31 
       
    32 //  CLASS DEFINITION
       
    33 /**
       
    34  *
       
    35  * EUnitWizard generated test class. 
       
    36  *
       
    37  */
       
    38 class UT_CMusAvaSettingsImp
       
    39      : public CEUnitTestSuiteClass
       
    40     {
       
    41     public:     // Constructors and destructors
       
    42 
       
    43         /**
       
    44          * Two phase construction
       
    45          */
       
    46         static UT_CMusAvaSettingsImp* NewL();
       
    47         static UT_CMusAvaSettingsImp* NewLC();
       
    48         /**
       
    49          * Destructor
       
    50          */
       
    51         ~UT_CMusAvaSettingsImp();
       
    52 
       
    53     private:    // Constructors and destructors
       
    54 
       
    55         UT_CMusAvaSettingsImp();
       
    56         void ConstructL();
       
    57 
       
    58 	public: 	// From observer interface
       
    59 		
       
    60 		
       
    61 
       
    62     private:    // New methods
       
    63 
       
    64         void SetupL();
       
    65 
       
    66         void Teardown();
       
    67 
       
    68         void UT_CMusAvaSettingsImp_NewLL();
       
    69 	
       
    70         void UT_CMusAvaSettingsImp_DestructorL();
       
    71 	
       
    72         void UT_CMusAvaSettingsImp_TelNumberL();    	
       
    73 
       
    74         void UT_CMusAvaSettingsImp_ContactNameL();
       
    75         
       
    76         void UT_CMusAvaSettingsImp_SipAddressProposalL();    	
       
    77 
       
    78         void UT_CMusAvaSettingsImp_SipAddressesL();
       
    79 
       
    80         void UT_CMusAvaSettingsImp_ContactIdL();
       
    81 
       
    82         void UT_CMusAvaSettingsImp_VideoCodecsL();
       
    83 
       
    84         void UT_CMusAvaSettingsImp_AudioCodecsL();
       
    85 
       
    86         void UT_CMusAvaSettingsImp_SipProfileIdL();
       
    87 
       
    88         void UT_CMusAvaSettingsImp_SetObserverL();
       
    89         
       
    90         void UT_CMusAvaSettingsImp_ManualActivationL();
       
    91          
       
    92         void UT_CMusAvaSettingsImp_ApplicationStateL();
       
    93         
       
    94         void UT_CMusAvaSettingsImp_CallDirectionL();
       
    95         
       
    96         void UT_CMusAvaSettingsImp_SetTelNumberLL();    
       
    97 
       
    98         void UT_CMusAvaSettingsImp_SetSipAddressProposalLL( );    
       
    99             
       
   100         void UT_CMusAvaSettingsImp_ReleseTelNumberL();	
       
   101 
       
   102         void UT_CMusAvaSettingsImp_SetSipAddressesLL();
       
   103 
       
   104         void UT_CMusAvaSettingsImp_SetContactIdL();
       
   105 
       
   106         void UT_CMusAvaSettingsImp_SetVideoCodecsLL();
       
   107 
       
   108         void UT_CMusAvaSettingsImp_SetAudioCodecsLL();
       
   109 
       
   110         void UT_CMusAvaSettingsImp_SetSipProfileIdL();
       
   111              
       
   112         void UT_CMusAvaSettingsImp_CopyDescArrayLL();
       
   113 
       
   114 
       
   115 		EUNIT_DECLARE_TEST_TABLE; 
       
   116 				
       
   117 		CMusAvaSettingsImp* iSettingsImp;
       
   118 	  
       
   119     };
       
   120 
       
   121 #endif      //  __UT_CMUSAVASETTINGSIMP_H__
       
   122 
       
   123 // End of file