diff -r f7f0874bfe7d -r 74c9f037fd5d commonui/test/t_glxzoomstatepublisher/t_glxzoomstatepublisher.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/commonui/test/t_glxzoomstatepublisher/t_glxzoomstatepublisher.h Fri Mar 19 09:28:59 2010 +0200 @@ -0,0 +1,73 @@ +/* +* 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 +#include + +// 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__