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.
16 #ifndef TEXTENDEDBITMAPNEGATIVE_H
17 #define TEXTENDEDBITMAPNEGATIVE_H
21 /** Class containing negative tests for extended bitmaps. Negative tests include
22 passing bad parameters to methods used with extended bitmaps, and creating extended
23 bitmaps with no FbsSession.
25 class CTExtendedBitmapNegative : public CTFbsBase
28 CTExtendedBitmapNegative(CTestStep* aStep);
29 ~CTExtendedBitmapNegative();
33 virtual void RunFbsTestL(TInt aCurTestCase);
36 static TInt CreateWithoutFbsSessionStart(TAny* aInfo);
38 // CreateExtendedBitmap() tests
39 void CreateWithoutFbsSessionL();
40 void CreateBadPixelSizeL();
41 void CreateBadDisplayModeL();
42 void CreateRestrictedUidL();
43 void CreateNullDataL();
44 void CreateBadDataSizeL();
46 // ExtendedBitmapType() tests
47 void TypeUninitialisedBitmapL();
48 void TypeStandardBitmapL();
49 void TypeHardwareBitmapL();
52 void SizeUninitialisedBitmapL();
56 class CTExtendedBitmapNegativeStep : public CTGraphicsStep
59 CTExtendedBitmapNegativeStep();
63 virtual CTGraphicsBase* CreateTestL();
66 _LIT(KTExtendedBitmapNegativeStep,"TExtendedBitmapNegative");
68 #endif // TEXTENDEDBITMAPNEGATIVE_H