First public contribution.
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".
8 // Initial Contributors:
9 // Nokia Corporation - initial contribution.
14 // Test class that allows a script to set global values
18 #ifndef __WSDYNAMICRESCLASSIC_H__
19 #define __WSDYNAMICRESCLASSIC_H__
21 #include <test/tefunit.h>
23 class CTestExecuteLogger;
25 class CWsDynamicResClassic : public CTestFixture
28 static const CWsDynamicResClassic& Instance();
30 // Create a suite of all the tests
31 static CTestSuite* CreateSuiteL(const TDesC& aName);
35 void GRAPHICS_WSERV_DYNAMICRES_0100L();
39 #endif //__WSDYNAMICRESCLASSIC_H__