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 ECamPresetsTest_H
18 #define ECamPresetsTest_H
20 #include <testframework.h>
21 #include "ECamObserverTest.h"
23 class RECamPresetsTest : public RTestStep
26 static RECamPresetsTest* NewL(TBool aAllocTest);
29 TVerdict DoTestStepL();
30 TVerdict DoPresetsTestStepL();
32 RECamPresetsTest(TBool aAllocTest);
36 class RECamPresetsNotificationTest : public RECamObserverTest
39 static RECamPresetsNotificationTest* NewL(TBool aAllocTest);
43 TVerdict DoTestStepL();
47 RECamPresetsNotificationTest(TBool aAllocTest);
48 RArray<TUid> iOriginalSet;
49 RArray<TUid> iResultSet;
53 class RECamPresetsBaselineTest : public RECamObserverTest
56 static RECamPresetsBaselineTest* NewL(TBool aAllocTest);
60 TVerdict DoTestStepL();
64 RECamPresetsBaselineTest(TBool aAllocTest);
65 RArray<TUid> iOriginalSet;
66 RArray<TUid> iResultSet;
71 class RECamPresetsNegTest : public RECamObserverTest
74 static RECamPresetsNegTest* NewL(TBool aAllocTest);
77 TVerdict DoTestStepL();
79 RECamPresetsNegTest(TBool aAllocTest);
82 #endif // ECamPresetsTest_H