controlpanelui/src/cpcategorymodel/tsrc/ut_categorymodelitemdata/src/ut_categorymodelitemdata.h
changeset 33 0cfa53de576f
equal deleted inserted replaced
29:313976a11e23 33:0cfa53de576f
       
     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 the functions in cpcategorysettingformmodel class 
       
    16 */
       
    17 
       
    18 #ifndef UT_CATEGORYMODELITEMDATA_H_ 
       
    19 #define UT_CATEGORYMODELITEMDATA_H_
       
    20 
       
    21 #include <QObject>
       
    22 class TestCpCategorySettingFormItem :public QObject
       
    23 {
       
    24     Q_OBJECT
       
    25 private slots:
       
    26     
       
    27     void initTestCase();
       
    28     
       
    29     void testFirstConstructor(); // test the constructor
       
    30     void testSecondConstructor(); // test the constructor
       
    31     void testInit(); // test the initialize function
       
    32 
       
    33     void cleanupTestCase();    
       
    34 };
       
    35 #endif /* UT_CATEGORYMODELITEMDATA_H_ */