multimediacommsengine/mmcesrv/mmcemediamanager/tsrc/ut_mediamanager/inc/UT_cmcemediasdpcodec.h
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Tue, 25 May 2010 13:07:26 +0300
branchRCL_3
changeset 18 91f50911ea81
parent 0 1bce908db942
child 25 fb1bbf85a302
permissions -rw-r--r--
Revision: 201019 Kit: 2010121

/*
* Copyright (c) 2007 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_CMCEMEDIASDPCODEC_H__
#define __UT_CMCEMEDIASDPCODEC_H__

//  EXTERNAL INCLUDES
#include <digia/eunit/ceunittestsuiteclass.h>
#include "MceMediaManagerTestHelper.h"

//  INTERNAL INCLUDES


//  FORWARD DECLARATIONS

class CMceMediaSdpCodec;

//  CLASS DEFINITION
/**
 *
 * EUnitWizard generated test class. 
 *
 */
class UT_CMceMediaSdpCodec : public CEUnitTestSuiteClass
    {
public:     // Constructors and destructors

    static UT_CMceMediaSdpCodec* NewL();
    static UT_CMceMediaSdpCodec* NewLC();
    ~UT_CMceMediaSdpCodec();

private:    // Constructors and destructors

    UT_CMceMediaSdpCodec();
    void ConstructL();

private:    // EUNIT methods

     void SetupL();
     void Setup2L();
     void Teardown();

private:    // Test methods
    
    void UT_CMceMediaSdpCodec_EncodeMediaOfferLL();
    void UT_CMceMediaSdpCodec_DecodeMediaAnswerLL();
    void UT_CMceMediaSdpCodec_DecodeMediaOfferLL();
    void UT_CMceMediaSdpCodec_DecodeMediaUpdateLL();
    void UT_CMceMediaSdpCodec_EncodeMediaAnswerLL();
    void UT_CMceMediaSdpCodec_CleanAttributesL();
    void UT_CMceMediaSdpCodec_PrepareForDecodeLL();
    
    void UT_CMceMediaSdpCodec_EncodeClientAttributesLL();
    void UT_CMceMediaSdpCodec_DecodeClientAttributesLL();
    void UT_CMceMediaSdpCodec_DecodeRemoteRtcpFieldLL();
    void UT_CMceMediaSdpCodec_EncodelocalRtcpAttrLL();
    void UT_CMceMediaSdpCodec_TypeL();
    void UT_CMceMediaSdpCodec_DecodePreconditionsLL();
    void UT_CMceMediaSdpCodec_EncodePreconditionsLL();
    void UT_CMceMediaSdpCodec_EncodeFmtpAttributeLL();
    void UT_CMceMediaSdpCodec_DecodeFmtpLinesLL();
    void UT_CMceMediaSdpCodec_ValidateSdpL();
    void UT_CMceMediaSdpCodec_DecodeSecureSessionLL(); 
    void UT_CMceMediaSdpCodec_DecodeDirectionLL(); 
    void UT_CMceMediaSdpCodec_DecodeRtpmapLinesLL();


private:    // Data

    CMceMediaSdpCodec* iSdpCodec;
    
	CMceMediaManager* iManager;
	CMceComSession* iSession;
	CMceServerStub* iServer;

	EUNIT_DECLARE_TEST_TABLE; 
		
    };


#endif      //  __UT_CMCEMEDIASDPCODEC_H__

// End of file