First public contribution.
1 // Copyright (c) 2005-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 // ECamEnhaceFuncTest.h
18 #ifndef ECAMENHANCEFUNCTEST_H
19 #define ECAMENHANCEFUNCTEST_H
21 #include <testframework.h>
22 #include "ECamObserverTest.h"
23 #include "EnhanceFunctionality.h"
26 class RECamHistTest : public RTestStep
29 static RECamHistTest* NewL(const TDesC& aTestStep);
32 TVerdict DoTestStepL();
35 TVerdict DoTestStep_20L();
36 TVerdict DoTestStep_21L();
37 TVerdict DoTestStep_22L();
39 TVerdict DoHistTestStepL();
42 RECamHistTest(const TDesC& aTestStep);
45 class RECamHistogramNotificationTest : public RECamObserverTest
48 static RECamHistogramNotificationTest* NewL(TBool aAllocTest);
52 TVerdict DoTestStepL();
56 RECamHistogramNotificationTest(TBool aAllocTest);
57 RArray<TUid> iOriginalSet;
58 RArray<TUid> iResultSet;
63 // Overlay tests class
64 class RECamOvrlayTest : public RTestStep
67 static RECamOvrlayTest* NewL(const TDesC& aTestStep);
70 TVerdict DoTestStepL();
71 TVerdict DoTestStep_30L();
72 TVerdict DoTestStep_31L();
74 TVerdict DoOverlayTestStepL();
77 RECamOvrlayTest(const TDesC& aTestStep);
82 class RECamSnapTest : public RTestStep
85 static RECamSnapTest* NewL(const TDesC& aTestStep);
88 TVerdict DoTestStepL();
91 TVerdict DoTestStep_40L();
92 TVerdict DoTestStep_41L();
93 TVerdict DoTestStep_42L();
95 TVerdict DoSnapTestStepL();
98 RECamSnapTest(const TDesC& aTestStep);
101 class RECamSnapNotificationTest : public RECamObserverTest
104 static RECamSnapNotificationTest* NewL(TBool aAllocTest);
108 TVerdict DoTestStepL();
112 RECamSnapNotificationTest(TBool aAllocTest);
113 RArray<TUid> iOriginalSet;
114 RArray<TUid> iResultSet;
118 #endif // ECAMENHANCEFUNCTEST_H