windowing/windowserver/test/tdynamicres/inc/wsdynamicresclassic.h
changeset 103 2717213c588a
parent 0 5d03bc08d59c
equal deleted inserted replaced
98:bf7481649c98 103:2717213c588a
       
     1 // Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of "Eclipse Public License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 // Test class that allows a script to set global values 
       
    15 // 
       
    16 //
       
    17 
       
    18 #ifndef __WSDYNAMICRESCLASSIC_H__
       
    19 #define __WSDYNAMICRESCLASSIC_H__
       
    20 
       
    21 #include <test/tefunit.h>
       
    22 #include <w32std.h>
       
    23 class CTestExecuteLogger;
       
    24 
       
    25 class CWsDynamicResClassic : public CTestFixture 
       
    26 	{
       
    27 public:
       
    28 	static const CWsDynamicResClassic& Instance();
       
    29 
       
    30 	// Create a suite of all the tests
       
    31 	static CTestSuite* CreateSuiteL(const TDesC& aName);
       
    32 		
       
    33 private:
       
    34 	// Private tests
       
    35 	void GRAPHICS_WSERV_DYNAMICRES_0100L();
       
    36 	};
       
    37 
       
    38 
       
    39 #endif	//__WSDYNAMICRESCLASSIC_H__