homescreenapp/serviceproviders/hsmenuserviceprovider/tsrc/t_hsmenuserviceprovider/inc/t_hsmenuserviceprovider.h
changeset 97 66b5fe3c07fd
parent 90 3ac3aaebaee5
equal deleted inserted replaced
95:32e56106abf2 97:66b5fe3c07fd
     1 /*
     1 /*
     2 * Copyright (c) 2008 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of "Eclipse Public License v1.0"
     5 * under the terms of "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
    12 * Contributors:
    12 * Contributors:
    13 *
    13 *
    14 * Description:  Tests for HomeScreenStateProvider class.
    14 * Description:  Tests for HomeScreenStateProvider class.
    15 *
    15 *
    16 */
    16 */
    17 
       
    18 
    17 
    19 #ifndef T_HSMCSSTATES_H
    18 #ifndef T_HSMCSSTATES_H
    20 #define T_HSMCSSTATES_H
    19 #define T_HSMCSSTATES_H
    21 #include <QtTest/QtTest>
    20 #include <QtTest/QtTest>
    22 #ifdef Q_OS_SYMBIAN
    21 #ifdef Q_OS_SYMBIAN
    59     void MenuService_removeCollection();
    58     void MenuService_removeCollection();
    60     void MenuService_addApplicationsToCollection();
    59     void MenuService_addApplicationsToCollection();
    61     void MenuService_removeApplicationFromCollection();
    60     void MenuService_removeApplicationFromCollection();
    62     void MenuService_organizeCollection();
    61     void MenuService_organizeCollection();
    63     void MenuService_touchAction();
    62     void MenuService_touchAction();
       
    63     void MenuService_touchAction_ByEntry();
    64     void MenuService_touchListOfIdsAction();
    64     void MenuService_touchListOfIdsAction();
    65     void MenuService_launchSoftwareUpdate();
    65     void MenuService_launchSoftwareUpdate();
    66     void MenuService_collectionIdByType();
    66     void MenuService_collectionIdByType();
    67 
    67 
    68 
    68