controlpanel/tsrc/unit/ut_cpsettingformentryitemdata/src/ut_cpsettingformentryitemdata.h
changeset 55 4c15d9aa2384
equal deleted inserted replaced
47:dbe66a66f6a9 55:4c15d9aa2384
       
     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 *       test application for qt control panel public apis.
       
    16 */
       
    17 
       
    18 #ifndef UT_CP_SETTING_FORM_ENTRY_ITEM_DATA_H
       
    19 #define UT_CP_SETTING_FORM_ENTRY_ITEM_DATA_H
       
    20 
       
    21 #include <QObject>
       
    22 
       
    23 class TestCpSettingFormEntryItemData : public QObject
       
    24 {
       
    25     Q_OBJECT
       
    26     
       
    27 private slots:
       
    28     void initTestCase();
       
    29     void cleanupTestCase();
       
    30 
       
    31 //public slots:
       
    32     void testCpSettingFormEntryItemDataWithHelperNoForm();
       
    33     void testCpSettingFormEntryItemDataWithHelperAndForm();
       
    34     void testCpSettingFormEntryItemDataWithForm();
       
    35     void testCpSettingFormEntryItemDataWithListTypeAndForm();
       
    36     void testCpSettingFormEntryItemDataWithButtonTypeAndForm();
       
    37     void testCpSettingFormEntryItemData005();
       
    38     void testCpSettingFormEntryItemData005a();
       
    39     void testCpSettingFormEntryItemDataWithListTypeAndHelper();
       
    40     void testCpSettingFormEntryItemDataWithButtonTypeAndHelper();
       
    41     void testCpSettingFormEntryItemDataWithListTypeAndHelperForm();
       
    42     void testCpSettingFormEntryItemDataWithButtonTypeAndHelperForm();
       
    43     void testCpSettingFormEntryItemDataWithFormParam();
       
    44     void testCpSettingFormEntryItemDataWithHelperParam();
       
    45     void testCpSettingFormEntryItemDataWithHelperForm();
       
    46     void testCpSettingFormEntryItemDataWithListTypeNullPointer();
       
    47     void testCpSettingFormEntryItemDataWithButtonTypeNullPointer();
       
    48     void testCpSettingFormEntryItemDataWithInvalidTypeNullPointer();
       
    49     void testCpSettingFormEntryItemDataWithParentParam();
       
    50     
       
    51     void testOnLaunchViewNoParam();
       
    52 };
       
    53 
       
    54 #endif // UT_CP_SETTING_FORM_ENTRY_ITEM_DATA_H