commonui/test/t_glxzoomstatepublisher/t_glxzoomstatepublisher.h
changeset 23 74c9f037fd5d
equal deleted inserted replaced
5:f7f0874bfe7d 23:74c9f037fd5d
       
     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 *
       
    16 */
       
    17 
       
    18 /*
       
    19 -----------------------------------------------------------------------------
       
    20 This file has been generated with EUnit Pro
       
    21 http://www.sysopendigia.com/qualitykit
       
    22 -----------------------------------------------------------------------------
       
    23 */
       
    24 
       
    25 /**
       
    26  * @internal reviewed 5/02/2007 by Alex Birkett
       
    27  */
       
    28 
       
    29 #ifndef __T_GLXZOOMSTATEPUBLISHER_H__
       
    30 #define __T_GLXZOOMSTATEPUBLISHER_H__
       
    31 
       
    32 // INCLUDES
       
    33 #include <CEUnitTestSuiteClass.h>
       
    34 #include <EUnitDecorators.h>
       
    35 
       
    36 // FORWARD DECLARATIONS
       
    37 
       
    38 // CLASS DEFINITION
       
    39 /**
       
    40  * Generated EUnit test suite class.
       
    41  */
       
    42 NONSHARABLE_CLASS( T_GlxZoomStatePublisher )
       
    43 	: public CEUnitTestSuiteClass
       
    44     {
       
    45     public:  // Constructors and destructor
       
    46 
       
    47         static T_GlxZoomStatePublisher* NewL();
       
    48         static T_GlxZoomStatePublisher* NewLC();
       
    49         ~T_GlxZoomStatePublisher();
       
    50 
       
    51     private: // Constructors
       
    52 
       
    53         T_GlxZoomStatePublisher();
       
    54         void ConstructL();
       
    55 
       
    56     private: // New methods
       
    57 
       
    58          void SetupL();
       
    59         
       
    60          void Teardown();
       
    61         
       
    62          void T_TestL();
       
    63         
       
    64 
       
    65     private: // Data
       
    66 
       
    67 
       
    68 
       
    69         EUNIT_DECLARE_TEST_TABLE;
       
    70 
       
    71     };
       
    72 
       
    73 #endif      //  __T_GLXZOOMSTATEPUBLISHER_H__