uifw/AvKon/tsrc/bc/bctestdom3.2/bctestdomavkonpsln/inc/bctestdomakncase.h
changeset 21 558113899881
parent 14 3320e4e6e8bb
child 22 75713bee6484
child 33 b3425bf29f82
equal deleted inserted replaced
14:3320e4e6e8bb 21:558113899881
     1 /*
       
     2 * Copyright (c) 2007 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:  declaration of test case
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef C_BCTESTDOMAKNDOMAINCASE_H
       
    20 #define C_BCTESTDOMAKNDOMAINCASE_H
       
    21 
       
    22 #include "bctestcase.h"
       
    23 
       
    24 class CBCTestDomAvkonPslnContainer;
       
    25 class CCoeControl;
       
    26 
       
    27 /**
       
    28 * test case for various classes
       
    29 */
       
    30 class CBCTestDomAknCase: public CBCTestCase
       
    31     {
       
    32     
       
    33 public: 
       
    34 // constructor and destructor
       
    35     
       
    36     /**
       
    37     * Symbian 2nd static constructor
       
    38     */
       
    39     static CBCTestDomAknCase* NewL( CBCTestDomAvkonPslnContainer* aContainer );
       
    40     
       
    41     /**
       
    42     * Destructor
       
    43     */
       
    44     virtual ~CBCTestDomAknCase();
       
    45     
       
    46 // from CBCTestCase
       
    47     
       
    48     /**
       
    49     * Execute corresponding test functions for UI command
       
    50     * @param aCmd, UI command
       
    51     */
       
    52     void RunL( TInt aCmd );
       
    53 
       
    54 protected: 
       
    55 // new functions
       
    56     
       
    57     /**
       
    58     * Build autotest script
       
    59     */
       
    60     void BuildScriptL();
       
    61     
       
    62     /**
       
    63      * TestAknSkinnableClockL
       
    64      */
       
    65     void TestSkinnableClockL();
       
    66     
       
    67     /**
       
    68      * TestAknSmallIndicatorL
       
    69      */
       
    70     void TestSmallIndicatorL();
       
    71         
       
    72     /**
       
    73      * TestAknSoftNotifierL
       
    74      */
       
    75     void TestSoftNotifierL();
       
    76     
       
    77     /**
       
    78      * TestAknStatuspaneUtils
       
    79      */
       
    80     void TestStatuspaneUtilsL();
       
    81     
       
    82     /**
       
    83      * TestAknPopupContentL
       
    84      */
       
    85     void TestPopupContentL();
       
    86     
       
    87     /**
       
    88      * TestSyncDrawL
       
    89      */
       
    90     void TestSyncDrawL();
       
    91     
       
    92     /**
       
    93      * TestAknTaskListL
       
    94      */
       
    95     void TestTaskListL();
       
    96     
       
    97     /**
       
    98      * TestAknTransitionUtilsL
       
    99      */
       
   100     void TestTransitionL();
       
   101     
       
   102     /**
       
   103      * TestCameraSettingPageL
       
   104      */
       
   105     void TestCameraSettingPageL();
       
   106     
       
   107     /**
       
   108      * TestAknVolumePopupL
       
   109      */    
       
   110      void TestAknVolumePopupL();
       
   111      
       
   112     /**
       
   113      * TestLafSystemFontL
       
   114      */    
       
   115      void TestLafSystemFontL();
       
   116     
       
   117 private: // constructor
       
   118     
       
   119     /**
       
   120      * C++ default constructor
       
   121      */
       
   122     CBCTestDomAknCase( CBCTestDomAvkonPslnContainer* aContainer );
       
   123     
       
   124     /**
       
   125      * Symbian 2nd constructor
       
   126      */
       
   127     void ConstructL();
       
   128     
       
   129 private: // data
       
   130     
       
   131     /**
       
   132      * Pointer to container.
       
   133      * not own
       
   134      */
       
   135     CBCTestDomAvkonPslnContainer* iContainer;
       
   136     
       
   137     };
       
   138 
       
   139 #endif // C_BCTESTDOMAVKONPSLNCASE_H