First public contribution.
2 // Copyright (c) 2004-2009 Nokia Corporation and/or its subsidiary(-ies).
3 // All rights reserved.
4 // This component and the accompanying materials are made available
5 // under the terms of "Eclipse Public License v1.0"
6 // which accompanies this distribution, and is available
7 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
9 // Initial Contributors:
10 // Nokia Corporation - initial contribution.
17 #ifndef ECamAdvSetTest_H
18 #define ECamAdvSetTest_H
20 #include <testframework.h>
21 #include <ecamadvsettings.h>
22 #include "ECamObserverTest.h"
24 class RECamAdvSetTest : public RTestStep
27 static RECamAdvSetTest* NewL(TBool aAllocTest);
30 TVerdict DoTestStepL();
31 TVerdict DoAdvTestStepL();
33 RECamAdvSetTest(TBool aAllocTest);
36 class RECamAdvSetNotificationTest : public RECamObserverTest
39 static RECamAdvSetNotificationTest* NewL(TBool aAllocTest);
43 TVerdict DoTestStepL();
47 RECamAdvSetNotificationTest(TBool aAllocTest);
50 class RECamAdvSetDefaultsTest : public RECamObserverTest
53 static RECamAdvSetDefaultsTest* NewL(TBool aAllocTest);
56 TVerdict DoTestStepL();
59 void TestISOTypesL(CCamera::CCameraAdvancedSettings* aSettings, CCamera::CCameraAdvancedSettings::TISORateType aIsoRateType, RArray<TInt> aSupportedIsoRates, TVerdict& aResult);
61 RECamAdvSetDefaultsTest(TBool aAllocTest);
65 class RECamAdvSetGettersTest : public RECamObserverTest
68 static RECamAdvSetGettersTest* NewL(TBool aAllocTest);
71 TVerdict DoTestStepL();
73 RECamAdvSetGettersTest(TBool aAllocTest);
77 class RECamAdvSetTwoCamTest : public RECamObserverTest
80 static RECamAdvSetTwoCamTest* NewL(TBool aAllocTest);
83 TVerdict DoTestStepL();
85 RECamAdvSetTwoCamTest(TBool aAllocTest);
89 class RECamAdvSetNegTest : public RECamObserverTest
92 static RECamAdvSetNegTest* NewL(TBool aAllocTest);
95 TVerdict DoTestStepL();
97 RECamAdvSetNegTest(TBool aAllocTest);
101 class RECamAdvSetBaselineTest : public RECamObserverTest
104 static RECamAdvSetBaselineTest* NewL(TBool aAllocTest);
107 TVerdict DoTestStepL();
109 RECamAdvSetBaselineTest(TBool aAllocTest);
113 class RECamAdvSetTest2 : public RTestStep
116 static RECamAdvSetTest2* NewL(TBool aAllocTest);
119 TVerdict DoTestStepL();
120 void RatioSubStepL(CCamera::CCameraAdvancedSettings* aCamera, TInt aSuppRange, TInt aTestValue, TInt aExpValues);
121 void FlashSubStepL(CCamera::CCameraAdvancedSettings*, TInt aSuppRange, TInt aTestValue, TInt aExpValues);
122 void OvrSubStepL(CCamera& aCamera, TInt aSuppRange, TInt aTestValue, TInt aExpValues);
124 RECamAdvSetTest2(TBool aAllocTest);
127 class RECamContinuousZoomAllocTest : public RECamContinousZoomObserverTest
130 static RECamContinuousZoomAllocTest* NewL(TBool aAllocTest);
133 TVerdict DoTestStepL();
134 TVerdict DoAllocTestStepL();
136 RECamContinuousZoomAllocTest(TBool aAllocTest);
139 class RECamContinuousZoomTest : public RECamContinousZoomObserverTest
142 static RECamContinuousZoomTest* NewL(TBool aAllocTest);
145 TVerdict DoTestStepL();
147 RECamContinuousZoomTest(TBool aAllocTest);
150 class RECamDependantSupportedDriveModesTest : public RTestStep
153 static RECamDependantSupportedDriveModesTest* NewL(TBool aAllocTest);
156 TVerdict DoTestStepL();
158 RECamDependantSupportedDriveModesTest(TBool aAllocTest);
161 #endif // ECamAdvSetTest_H