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.
19 @internalComponent - Internal Symbian test code
24 #include "../tlib/testbase.h"
26 #include "TGraphicsHarness.h"
28 // CTMemLeakCheckEnable
30 class CTMemLeakCheckEnable : public CTWsGraphicsBase
33 CTMemLeakCheckEnable(CTestStep* aStep);
36 virtual void RunTestCaseL(TInt aCurTestCase);
41 class CTMemLeakCheckEnableStep : public CTGraphicsStep
44 CTMemLeakCheckEnableStep();
47 virtual CTGraphicsBase* CreateTestL();
50 _LIT(KTMemLeakCheckEnableStep,"TMemLeakCheckEnable");
52 // CTMemLeakCheckOneShot
54 class CTMemLeakCheckOneShot : public CTWsGraphicsBase
57 CTMemLeakCheckOneShot(CTestStep* aStep);
60 virtual void RunTestCaseL(TInt aCurTestCase);
65 class CTMemLeakCheckOneShotStep : public CTGraphicsStep
68 CTMemLeakCheckOneShotStep();
71 virtual CTGraphicsBase* CreateTestL();
74 _LIT(KTMemLeakCheckOneShotStep,"TMemLeakCheckOneShot");