commonui/test/t_glxzoomstatepublisher/t_glxzoomstatepublisher.h
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Mon, 04 Oct 2010 00:17:18 +0300
changeset 70 a91aa46552be
parent 23 74c9f037fd5d
permissions -rw-r--r--
Revision: 201037 Kit: 201039

/*
* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
* All rights reserved.
* This component and the accompanying materials are made available
* under the terms of "Eclipse Public License v1.0"
* which accompanies this distribution, and is available
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
*
* Initial Contributors:
* Nokia Corporation - initial contribution.
*
* Contributors:
*
* Description: 
*
*/

/*
-----------------------------------------------------------------------------
This file has been generated with EUnit Pro
http://www.sysopendigia.com/qualitykit
-----------------------------------------------------------------------------
*/

/**
 * @internal reviewed 5/02/2007 by Alex Birkett
 */

#ifndef __T_GLXZOOMSTATEPUBLISHER_H__
#define __T_GLXZOOMSTATEPUBLISHER_H__

// INCLUDES
#include <CEUnitTestSuiteClass.h>
#include <EUnitDecorators.h>

// FORWARD DECLARATIONS

// CLASS DEFINITION
/**
 * Generated EUnit test suite class.
 */
NONSHARABLE_CLASS( T_GlxZoomStatePublisher )
	: public CEUnitTestSuiteClass
    {
    public:  // Constructors and destructor

        static T_GlxZoomStatePublisher* NewL();
        static T_GlxZoomStatePublisher* NewLC();
        ~T_GlxZoomStatePublisher();

    private: // Constructors

        T_GlxZoomStatePublisher();
        void ConstructL();

    private: // New methods

         void SetupL();
        
         void Teardown();
        
         void T_TestL();
        

    private: // Data



        EUNIT_DECLARE_TEST_TABLE;

    };

#endif      //  __T_GLXZOOMSTATEPUBLISHER_H__