homescreensrv_plat/menu_sat_interface_api/tsrc/t_menu_sat_interface_api/inc/menusatinterfacetest.h
changeset 86 e492551a0d54
equal deleted inserted replaced
85:7feec50967db 86:e492551a0d54
       
     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 #ifndef MENU_SAT_INTERFACE_TEST_H
       
    18 #define MENU_SAT_INTERFACE_TEST_H
       
    19 
       
    20 #include <QtTest>
       
    21 #include <QObject>
       
    22 #include <e32property.h>
       
    23 #include "ca2internalCRkeys.h"
       
    24 
       
    25 
       
    26 // CLASS DECLARATION
       
    27 
       
    28 /**
       
    29 *  CMenuSatInterfaceTest test class for STIF Test Framework TestScripter.
       
    30 *  Class for testing CMenuSATInterface.
       
    31 *
       
    32 *  @lib ?library
       
    33 *  @since ?Series60_version
       
    34 */
       
    35 class CMenuSatInterfaceTest : public QObject
       
    36     {
       
    37 	Q_OBJECT
       
    38     public:  // Constructors and destructor
       
    39         CMenuSatInterfaceTest();
       
    40 		virtual ~CMenuSatInterfaceTest();
       
    41 				
       
    42 	private slots: // Functions from base classes
       
    43         
       
    44         /**
       
    45         * Test methods are listed below. 
       
    46         */
       
    47         void Test_SatUiVisibleL();
       
    48         void Test_SatUiVisibleIconIdL();
       
    49         void Test_SatInterfaceConstructL();
       
    50         
       
    51         /**
       
    52         * Utility methods are listed below. 
       
    53         */
       
    54         void WaitL(TInt aMicroSec);
       
    55         
       
    56     private:    // Data
       
    57         /**
       
    58         * Data tosave enviroment statebefore testing. 
       
    59         */
       
    60     	TInt iIconId;
       
    61         
       
    62     };
       
    63 
       
    64 #endif      // TESTCLASS_H
       
    65             
       
    66 // End of File