rtp/rtpstack/tsrc/ut_rtpstack/inc/UT_CRtpSDES.h
author Pat Downey <patd@symbian.org>
Wed, 01 Sep 2010 12:27:36 +0100
branchRCL_3
changeset 44 0dcb073356a5
parent 43 b5e99d8877c7
permissions -rw-r--r--
Revert incorrect RCL_3 drop: Revision: 201033 Kit: 201035

/*
* 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_CRTPSDES_H__
#define __UT_CRTPSDES_H__

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

//  INTERNAL INCLUDES
#include "rtpsdes.h"

//  FORWARD DECLARATIONS
class CRtpSDES;

#include <e32def.h>
#ifndef NONSHARABLE_CLASS
    #define NONSHARABLE_CLASS(x) class x
#endif

//  CLASS DEFINITION
/**
 *
 * EUnitWizard generated test class. 
 *
 */
NONSHARABLE_CLASS( UT_CRtpSDES )
     : public CEUnitTestSuiteClass
    {
    public:     // Constructors and destructors

        /**
         * Two phase construction
         */
        static UT_CRtpSDES* NewL();
        static UT_CRtpSDES* NewLC();
        /**
         * Destructor
         */
        ~UT_CRtpSDES();

    private:    // Constructors and destructors

        UT_CRtpSDES();
        void ConstructL();

    public:     // From observer interface

        

    private:    // New methods

         void SetupL();
        
         void Teardown();
        
         void UT_CRtpSDES_NewLL();
        
        
         void UT_CRtpSDES_NewL_1L();
        
        
         void UT_CRtpSDES_GetSDESL();
        
        
         void UT_CRtpSDES_SetSDESL();
        
        
         void UT_CRtpSDES_AddSsrcToSdesLL();
        
        
         void UT_CRtpSDES_GetSdesSsrcL();
        

    private:    // Data
		CRtpSDES* iRtpSdes;
        TRtpSdesParams iSdesParams;
        EUNIT_DECLARE_TEST_TABLE; 

    };

#endif      //  __UT_CRTPSDES_H__

// End of file