uiaccelerator_plat/alf_extended_visual_api/tsrc/inc/UT_CAlfLCTTextVisual.h
branchRCL_3
changeset 20 31fccae4f8a7
parent 10 7c5dd702d6d3
equal deleted inserted replaced
19:e5af45d51884 20:31fccae4f8a7
       
     1 /*
       
     2 * Copyright (c) 2004 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 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef __UT_CAlfLCTTextVisual_H__
       
    20 #define __UT_CAlfLCTTextVisual_H__
       
    21 
       
    22 //  EXTERNAL INCLUDES
       
    23 #include <CEUnitTestSuiteClass.h>
       
    24 
       
    25 //  INTERNAL INCLUDES
       
    26 
       
    27 //  FORWARD DECLARATIONS
       
    28 class CAlfEnv;
       
    29 class CAlfControl;
       
    30 class CAlfLCTTextVisual;
       
    31 
       
    32 #include <e32def.h>
       
    33 #ifndef NONSHARABLE_CLASS
       
    34     #define NONSHARABLE_CLASS(x) class x
       
    35 #endif
       
    36 
       
    37 //  CLASS DEFINITION
       
    38 /**
       
    39  *
       
    40  * EUnitWizard generated test class. 
       
    41  *
       
    42  */
       
    43 NONSHARABLE_CLASS( UT_CAlfLCTTextVisual )
       
    44      : public CEUnitTestSuiteClass
       
    45     {
       
    46     public:     // Constructors and destructors
       
    47 
       
    48         /**
       
    49          * Two phase construction
       
    50          */
       
    51         static UT_CAlfLCTTextVisual* NewL();
       
    52         static UT_CAlfLCTTextVisual* NewLC();
       
    53         /**
       
    54          * Destructor
       
    55          */
       
    56         ~UT_CAlfLCTTextVisual();
       
    57 
       
    58     private:    // Constructors and destructors
       
    59 
       
    60         UT_CAlfLCTTextVisual();
       
    61         void ConstructL();
       
    62 
       
    63     private:    // New methods
       
    64 
       
    65          void SetupL();
       
    66          void Teardown();
       
    67          void UT_CAlfLCTTextVisual_CAlfLCTTextVisualL();
       
    68          void UT_CAlfLCTTextVisual_ConstructLL();
       
    69          void UT_CAlfLCTTextVisual_RemoveAndDestroyAllDL();
       
    70          void UT_CAlfLCTTextVisual_SetTextPane();
       
    71  
       
    72     private:    // Data
       
    73 
       
    74         CAlfEnv* iEnv;
       
    75         CAlfControl* iControl;
       
    76         CAlfLCTTextVisual* iVisual;        
       
    77 
       
    78         EUNIT_DECLARE_TEST_TABLE;         
       
    79                 
       
    80     };
       
    81 
       
    82 #endif      //  __UT_CAlfLCTTextVisual_H__
       
    83 
       
    84 // End of file