mmsharing/mmshengine/tsrc/ut_engine/inc/ut_musengreceivesession.h
branchRCL_3
changeset 33 bc78a40cd63c
parent 32 73a1feb507fb
--- a/mmsharing/mmshengine/tsrc/ut_engine/inc/ut_musengreceivesession.h	Tue Aug 31 15:12:07 2010 +0300
+++ b/mmsharing/mmshengine/tsrc/ut_engine/inc/ut_musengreceivesession.h	Wed Sep 01 12:31:01 2010 +0100
@@ -27,10 +27,9 @@
 //  FORWARD DECLARATIONS
 class CMceInSession;
 class CMusEngReceiveSession;
-class CLcSessionObserverStub;
+class CMusEngObserverStub;
 class CMceVideoStream;
 class CMceAudioStream;
-class CLcUiProviderStub;
 
 #include <e32def.h>
 #ifndef NONSHARABLE_CLASS
@@ -80,11 +79,7 @@
     private: // Test methdods
     
         void UT_NewLL();
-        void UT_LcSessionStateL();
-        void UT_EstablishLcSessionL();
-        void UT_TerminateLcSessionL();
-        void UT_RemoteVideoPlayerL();        
-        void UT_RemoteDisplayName();        
+        void UT_AcceptInvitationLL();
         void UT_HandleSessionStateChangedL();
         void UT_AdjustVideoCodecLL();
         void UT_AdjustAudioCodecLL();
@@ -92,6 +87,9 @@
         void UT_IncomingSessionL();
         void UT_IncomingUpdateL();
         void UT_StreamStateChangedL();
+        
+        // All the following functions test
+        // CMusEngReceiveSession::CompleteSessionStructureL
         void UT_CompleteSessionStructureL_WithoutSessionL();
         void UT_CompleteSessionStructureL_WithoutStreamsL();
         void UT_CompleteSessionStructureL_WithOutgoingStreamL();
@@ -100,18 +98,14 @@
         void UT_CompleteSessionStructureL_WithVideoInBoundToVideoOutL();
         void UT_CompleteSessionStructureL_WithMultipleVideoInsL();
         void UT_CompleteSessionStructureL_WithVideoAndMultipleAudioInsL();
-        void UT_CompleteSessionStructureL_OperatorVariant();   
-        void UT_CompleteSessionStructureL_SdpBandwidthAttributesL();   
+        void UT_CompleteSessionStructureL_OperatorVariant();
+        
         void UT_ParseAssertedIdentityL();
-        void UT_ContactSavingLL();
-        void UT_IsDisplayActive();
-        void UT_InactivityTimeoutL();
         
     private:    // Data
 
         CMusEngReceiveSession* iReceiveSession;
-        CLcSessionObserverStub* iLcSessionObserver;
-        CLcUiProviderStub* iLcUiProvider;
+        CMusEngObserverStub* iObserver;
 
         EUNIT_DECLARE_TEST_TABLE;