multimediacommscontroller/mmccinterface/tsrc/ut_interface/inc/UT_CMccCodecRed.h
changeset 0 1bce908db942
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/multimediacommscontroller/mmccinterface/tsrc/ut_interface/inc/UT_CMccCodecRed.h	Tue Feb 02 01:04:58 2010 +0200
@@ -0,0 +1,124 @@
+/*
+* Copyright (c) 2004 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:  
+*
+*/
+
+
+
+
+#ifndef __UT_CMCCCODECRED_H__
+#define __UT_CMCCCODECRED_H__
+
+//  EXTERNAL INCLUDES
+#include <digia/eunit/ceunittestsuiteclass.h>
+
+//  INTERNAL INCLUDES
+
+
+//  FORWARD DECLARATIONS
+class CMccCodecRed;
+
+#include <e32def.h>
+#ifndef NONSHARABLE_CLASS
+    #define NONSHARABLE_CLASS(x) class x
+#endif
+
+//  CLASS DEFINITION
+/**
+ *
+ * EUnitWizard generated test class. 
+ *
+ */
+NONSHARABLE_CLASS( UT_CMccCodecRed )
+     : public CEUnitTestSuiteClass
+    {
+    public:     // Constructors and destructors
+
+        /**
+         * Two phase construction
+         */
+        static UT_CMccCodecRed* NewL();
+        static UT_CMccCodecRed* NewLC();
+        /**
+         * Destructor
+         */
+        ~UT_CMccCodecRed();
+
+    private:    // Constructors and destructors
+
+        UT_CMccCodecRed();
+        void ConstructL();
+
+    public:     // From observer interface
+
+        
+
+    private:    // New methods
+
+         void SetupL();
+        
+         void Teardown();
+        
+         void UT_CMccCodecRed_RequireSignallingL();
+        
+        
+         void UT_CMccCodecRed_CloneDefaultsLL();
+        
+        
+         void UT_CMccCodecRed_CloneDetailedLL();
+        
+        
+         void UT_CMccCodecRed_EnableVADL();
+               
+        
+         void UT_CMccCodecRed_SetBitrateL();
+        
+        
+         void UT_CMccCodecRed_SetSamplingFreqL();
+        
+        
+         void UT_CMccCodecRed_SetPTimeL();
+        
+        
+         void UT_CMccCodecRed_SetMaxPTimeL();
+        
+        
+         void UT_CMccCodecRed_SetSdpNameL();
+        
+        
+         void UT_CMccCodecRed_SetPayloadTypeL();
+        
+        
+         void UT_CMccCodecRed_SetCodecModeL();
+        
+        
+         void UT_CMccCodecRed_ParseFmtpAttrLL();
+        
+        
+         void UT_CMccCodecRed_SetRedPayloadsLL();
+        
+        
+         void UT_CMccCodecRed_RedPayloadsL();
+        
+
+    private:    // Data
+
+        EUNIT_DECLARE_TEST_TABLE; 
+        CMccCodecRed* iCodec;
+    };
+
+#endif      //  __UT_CMCCCODECRED_H__
+
+// End of file