|
1 // Copyright (c) 2002-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". |
|
7 // |
|
8 // Initial Contributors: |
|
9 // Nokia Corporation - initial contribution. |
|
10 // |
|
11 // Contributors: |
|
12 // |
|
13 // Description: |
|
14 // This file contains the test steps ICL negative testing |
|
15 // |
|
16 // |
|
17 |
|
18 |
|
19 |
|
20 #ifndef __TESTNEGATIVECONVERSION__ |
|
21 #define __TESTNEGATIVECONVERSION__ |
|
22 |
|
23 |
|
24 // EPOC includes |
|
25 #include "TestStepConversion.h" |
|
26 |
|
27 class CTestNegativeConversion : public CTestStepConversion, public MFbsExtendedBitmapInitializer |
|
28 { |
|
29 public: |
|
30 CTestNegativeConversion(const TDesC& aTestName) : |
|
31 CTestStepConversion(aTestName) {} |
|
32 |
|
33 static CTestNegativeConversion *NewL(const TDesC& aTestName); |
|
34 |
|
35 TVerdict Step0501_CP(); |
|
36 TVerdict Step0502_LP(); |
|
37 TVerdict Step0503_HP(); |
|
38 TVerdict Step0504_HP(); |
|
39 TVerdict Step0505_HP(); |
|
40 TVerdict Step0506_LP(); |
|
41 TVerdict Step0507_LP(); |
|
42 TVerdict Step0508_HP(); |
|
43 TVerdict Step0509_LP(); |
|
44 TVerdict Step0510_LP(); |
|
45 TVerdict Step0511_LP(); |
|
46 TVerdict Step0512_LP_L(); |
|
47 TVerdict Step0513_HP(); |
|
48 |
|
49 TVerdict Step0602_HP(); |
|
50 TVerdict Step0603_HP(); |
|
51 TVerdict Step0604_HP(); |
|
52 TVerdict Step0605_HP(); |
|
53 TVerdict Step0606_HP(); |
|
54 TVerdict Step0607_HP(); |
|
55 |
|
56 TVerdict Step0020_CP(); |
|
57 TVerdict Step0700_CP(); |
|
58 TInt InitExtendedBitmap(TAny* aData, TInt aDataSize); //ExtendedBitmap initialization callback |
|
59 |
|
60 protected: |
|
61 TVerdict DoTestStepL(); |
|
62 |
|
63 |
|
64 }; |
|
65 |
|
66 #endif |