Update contrib.
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.
19 @internalComponent - Internal Symbian test code
22 #ifndef TEXTENDEDBITMAPLEGACY_H
23 #define TEXTENDEDBITMAPLEGACY_H
27 //The main test class. Add test methods here.
28 class CTExtendedBitmapLegacy : public CTFbsBase
31 CTExtendedBitmapLegacy(CTestStep* aStep);
32 ~CTExtendedBitmapLegacy();
35 virtual void RunFbsTestL(TInt aCurTestCase);
38 void TestDuplicateL();
39 void TestAccessDeniedL();
40 void TestNotSupportedL();
43 void TestGetScanLineL();
45 void TestApisThatCallResetL();
46 void TestApisThatLeaveL();
47 void TestNotSupportedNoReturnL();
51 class CTExtendedBitmapLegacyStep : public CTGraphicsStep
54 CTExtendedBitmapLegacyStep();
57 virtual CTGraphicsBase* CreateTestL();
58 virtual void TestSetupL();
59 virtual void TestClose();
62 _LIT(KTExtendedBitmapLegacyStep,"TExtendedBitmapLegacy");
64 #endif // TEXTENDEDBITMAPLEGACY_H