uiservicetab/vimpstengine/tsrc/vimpstengine_ut/inc/t_vimpstenginerequestmapper.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_vimpstenginerequestmapper.h
       
    15 *
       
    16 */
       
    17 #ifndef _T_VIMPSTEngineRequestMapper_H_
       
    18 #define _T_VIMPSTEngineRequestMapper_H_
       
    19 
       
    20 //  EXTERNAL INCLUDES
       
    21 #include <CEUnitTestSuiteClass.h>
       
    22 
       
    23 
       
    24 #include "cvimpstenginerequestmapper.h"
       
    25 
       
    26 //Forward declarations
       
    27 class CVIMPSTEngineRequestMapper;
       
    28 
       
    29 class T_VIMPSTEngineRequestMapper : public CEUnitTestSuiteClass
       
    30     {
       
    31     public:
       
    32 
       
    33         static T_VIMPSTEngineRequestMapper* NewLC();
       
    34         ~T_VIMPSTEngineRequestMapper();
       
    35 
       
    36     private:
       
    37 
       
    38         void ConstructL();
       
    39         void SetupL();        
       
    40         void Teardown();
       
    41 
       
    42         void TestAllFunctionsL();
       
    43 		
       
    44     private:
       
    45 
       
    46         T_VIMPSTEngineRequestMapper() {};
       
    47 
       
    48     
       
    49     private:
       
    50     	CVIMPSTEngineRequestMapper* iRequestMapper;
       
    51     	
       
    52     	EUNIT_DECLARE_TEST_TABLE;
       
    53     };
       
    54 
       
    55 #endif      //  _T_CSCPUtility_H_
       
    56 
       
    57 // end of file