phoneapp/phoneuiutils/tsrc/ut_tphonecmdparamcallheaderdata/src/ut_tphonecmdparamcallheaderdata.h
changeset 77 2be0b271d017
equal deleted inserted replaced
72:c76a0b1755b9 77:2be0b271d017
       
     1 /*
       
     2 * Copyright (c) 2010 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: 
       
    15 *
       
    16 */
       
    17 /*
       
    18 -----------------------------------------------------------------------------
       
    19 This file has been generated with EUnit Pro
       
    20 http://www.sysopendigia.com/qualitykit
       
    21 -----------------------------------------------------------------------------
       
    22 */
       
    23 #ifndef __ut_tphonecmdparamcallheaderdata__
       
    24 #define __ut_tphonecmdparamcallheaderdata__
       
    25 
       
    26 // INCLUDES
       
    27 #include <CEUnitTestSuiteClass.h>
       
    28 #include <EUnitDecorators.h>
       
    29 
       
    30 #include "tphonecmdparamcallheaderdata.h"
       
    31 
       
    32 // FORWARD DECLARATIONS
       
    33 
       
    34 // CLASS DEFINITION
       
    35 /**
       
    36  * Generated EUnit test suite class.
       
    37  */
       
    38 NONSHARABLE_CLASS( UT_TPhoneCmdParamCallHeaderData )
       
    39 	: public CEUnitTestSuiteClass
       
    40     {
       
    41     public:  // Constructors and destructor
       
    42 
       
    43         static UT_TPhoneCmdParamCallHeaderData* NewL();
       
    44 		
       
    45         static UT_TPhoneCmdParamCallHeaderData* NewLC();
       
    46         
       
    47 		// Default destructor.
       
    48 		~UT_TPhoneCmdParamCallHeaderData();
       
    49 
       
    50     private: // Constructors
       
    51 
       
    52 		// C++ constructor
       
    53         UT_TPhoneCmdParamCallHeaderData();
       
    54 		
       
    55 		// Constructor which can leave
       
    56         void ConstructL();
       
    57 
       
    58     private: // New methods
       
    59 
       
    60          void SetupL();
       
    61         
       
    62          void Teardown();
       
    63 
       
    64 	private:
       
    65 	
       
    66 		void UT_TPhoneCmdParamCallHeaderData_LeaveCleanup ();
       
    67 		
       
    68 	private:
       
    69 		void LeaveFunctionL ();
       
    70 		
       
    71     private: // Data
       
    72         TPhoneCmdParamCallHeaderData iTPhoneCmdParamCallHeaderData;
       
    73 		
       
    74         
       
    75         EUNIT_DECLARE_TEST_TABLE;
       
    76 
       
    77     };
       
    78 
       
    79 #endif      //  __ut_tphonecmdparamcallheaderdata__