uifw/AvKon/tsrc/bc/bctestdom5.0/bctestdomavkonpsln/inc/bctestdompslncase.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_BCTESTDOMPSLNCASE_H
       
    20 #define C_BCTESTDOMPSLNCASE_H
       
    21 
       
    22 #include "bctestcase.h"
       
    23 
       
    24 class CBCTestDomAvkonPslnContainer;
       
    25 class CCoeControl;
       
    26 
       
    27 /**
       
    28 * test case for various classes
       
    29 */
       
    30 class CBCTestDomPslnCase: public CBCTestCase
       
    31     {
       
    32     
       
    33 public: 
       
    34 // constructor and destructor
       
    35     
       
    36     /**
       
    37     * Symbian 2nd static constructor
       
    38     */
       
    39     static CBCTestDomPslnCase* NewL( CBCTestDomAvkonPslnContainer* aContainer );
       
    40     
       
    41     /**
       
    42     * Destructor
       
    43     */
       
    44     virtual ~CBCTestDomPslnCase();
       
    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      * TestPslnFWBaseContainerL
       
    64      */
       
    65     void TestPslnFWBaseContainerL();
       
    66     
       
    67     /**
       
    68      * TestPslnFWBaseView
       
    69      */
       
    70     void TestPslnFWBaseViewL();
       
    71     
       
    72     /**
       
    73      * TestFWIconHelperL
       
    74      */
       
    75     void TestFWIconHelperL();
       
    76     
       
    77     /**
       
    78      * TestFWPluginHandlerL
       
    79      */
       
    80     void TestFWPluginHandlerL();
       
    81     
       
    82     /**
       
    83      * TestPslnFWAppThemeHandlerL
       
    84      */
       
    85     void TestPslnFWAppThemeHandlerL(); 
       
    86         
       
    87 private: 
       
    88 // constructor
       
    89     
       
    90     /**
       
    91      * C++ default constructor
       
    92      */
       
    93     CBCTestDomPslnCase( CBCTestDomAvkonPslnContainer* aContainer );
       
    94     
       
    95     /**
       
    96      * Symbian 2nd constructor
       
    97      */
       
    98     void ConstructL();
       
    99     
       
   100 private: 
       
   101 // data
       
   102 
       
   103     /**
       
   104      * Pointer to container.
       
   105      * not own
       
   106      */
       
   107     CBCTestDomAvkonPslnContainer* iContainer;
       
   108     
       
   109     };
       
   110 
       
   111 #endif // C_BCTESTDOMTEMPLATECASE_H