uiservicetab/vimpstengine/tsrc/vimpstengine_ut/inc/t_vimpstenginesessioncntxtobserver.h
branchRCL_3
changeset 29 9a48e301e94b
parent 0 5e5d6b214f4f
child 30 2b4be3554d30
equal deleted inserted replaced
28:3104fc151679 29:9a48e301e94b
       
     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: t_vimpstenginesessioncntxtobserver.h
       
    15 *
       
    16 */
       
    17 #ifndef _T_VimpstEngineSessionCntxtObserver_H_
       
    18 #define _T_VimpstEngineSessionCntxtObserver_H_
       
    19 
       
    20 //  EXTERNAL INCLUDES
       
    21 #include <CEUnitTestSuiteClass.h>
       
    22 
       
    23 
       
    24 //Forward declarations
       
    25 class CVIMPSTEngineSessionCntxtObserver;
       
    26 
       
    27 class T_VimpstEngineSessionCntxtObserver : public CEUnitTestSuiteClass
       
    28     {
       
    29     public:
       
    30 
       
    31         static T_VimpstEngineSessionCntxtObserver* NewLC();
       
    32         ~T_VimpstEngineSessionCntxtObserver();
       
    33 
       
    34     private:
       
    35 
       
    36         void Setup1L();
       
    37     	void ConstructL();
       
    38 		void Setup2L();
       
    39 		void Teardown();
       
    40 
       
    41 		TInt CreateSpEntryL( TInt aServiceId );
       
    42 		void T_NewLL();
       
    43 		void T_HandlePresenceContextEventL();
       
    44 		    
       
    45 
       
    46 		void T_GetCompletedReqResultL();
       
    47 		    
       
    48 
       
    49 		void T_GetRequestMapperL();
       
    50 		    
       
    51 
       
    52 		void T_ServerBindL();
       
    53 		    
       
    54 
       
    55 		void T_ServerUnBindL();
       
    56 		    
       
    57 
       
    58 		void T_UriFromXimpOperationLCL();
       
    59 		    
       
    60 		void T_DoHandlePresenceContextEventLL();
       
    61 		    
       
    62 		void T_XimpAuthorizationLL();
       
    63 		    
       
    64 		void T_XimpPresenceWatchingLL();
       
    65 		    
       
    66 		void T_XimpPresentityGroupsLL();
       
    67 		    
       
    68 		void T_XimpPresencePublishingLL();
       
    69 		    
       
    70 		void T_XimpPresenceContextL();
       
    71 		    
       
    72 		void T_PresenceObjectFactoryL();
       
    73 		    
       
    74 
       
    75 		void T_RegisterObserverL();
       
    76 		    
       
    77 
       
    78 		void T_UnRegisterObserverL();
       
    79 		void T_IdentifySupportedFeaturesL();
       
    80 		void T_GetSupportedFeaturesL();
       
    81 		
       
    82     
       
    83 
       
    84 	    
       
    85     	
       
    86     private:
       
    87 
       
    88         T_VimpstEngineSessionCntxtObserver() {};
       
    89 
       
    90     
       
    91     private:
       
    92   
       
    93         CVIMPSTEngineSessionCntxtObserver* iSessionCntxtObserver;
       
    94         
       
    95         TInt iTestServiceId;
       
    96     
       
    97 	
       
    98     	EUNIT_DECLARE_TEST_TABLE;
       
    99     };
       
   100 
       
   101 #endif      //  _T_CSCPUtility_H_
       
   102 
       
   103 // end of file