phoneapp/phoneuiutils/tsrc/ut_cphoneresourceresolverbase/Src/ut_cphoneresourceresolverbase.h
changeset 77 2be0b271d017
equal deleted inserted replaced
72:c76a0b1755b9 77:2be0b271d017
       
     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:
       
    15 *
       
    16 */
       
    17 
       
    18 #ifndef __UT_CPHONERESOURCERESOLVERBASE_H__
       
    19 #define __UT_CPHONERESOURCERESOLVERBASE_H__
       
    20 
       
    21 // INCLUDES
       
    22 #include <CEUnitTestSuiteClass.h>
       
    23 #include <EUnitDecorators.h>
       
    24 #include "TPhoneTouchButtonConfig.h"
       
    25 
       
    26 
       
    27 // FORWARD DECLARATIONS
       
    28 class CSmcMockContext;
       
    29 class CPhoneResourceResolverBase;
       
    30 class CPhoneMainResourceResolverBaseTester;
       
    31 
       
    32 
       
    33 // CLASS DEFINITION
       
    34 /**
       
    35  * Generated EUnit test suite class.
       
    36  */
       
    37 NONSHARABLE_CLASS( ut_cphoneresourceresolverbase )
       
    38 	: public CEUnitTestSuiteClass
       
    39     {
       
    40     public:  // Constructors and destructor
       
    41 
       
    42         static ut_cphoneresourceresolverbase* NewL();
       
    43         static ut_cphoneresourceresolverbase* NewLC();
       
    44         ~ut_cphoneresourceresolverbase();
       
    45 
       
    46     private: // Constructors
       
    47 
       
    48         ut_cphoneresourceresolverbase();
       
    49         void ConstructL();
       
    50 
       
    51     private: // New methods
       
    52 
       
    53          void SetupL();
       
    54         
       
    55          void Teardown();
       
    56         
       
    57          void T_NumberAcqMenubar();
       
    58          
       
    59          void T_IncomingCallButtonsL();
       
    60          
       
    61          //void T_IncomingCallSilenceButtonsL();
       
    62           
       
    63 
       
    64     private: // Data
       
    65    
       
    66       
       
    67         CSmcMockContext* iMockContext;
       
    68                 
       
    69         CPhoneMainResourceResolverBaseTester * iResourceResolverBase;
       
    70         
       
    71         EUNIT_DECLARE_TEST_TABLE;
       
    72 
       
    73     };
       
    74 
       
    75 #endif      //  __UT_CPHONERESOURCERESOLVERBASE_H__