First public contribution.
1 // Copyright (c) 1996-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 // Generate a list of rectangles to be used as parameters for graphics tests
21 @internalComponent - Internal Symbian test code
24 #ifndef __TRECTLIST_H__
25 #define __TRECTLIST_H__
29 #include "../tlib/testbase.h"
31 #include "TGraphicsHarness.h"
33 class CTRectList : public CTWsGraphicsBase
36 CTRectList(CTestStep* aStep);
41 virtual void RunTestCaseL(TInt aCurTestCase);
48 class CTRectListStep : public CTGraphicsStep
54 virtual CTGraphicsBase* CreateTestL();
57 _LIT(KTRectListStep,"TRectList");