|
1 // Copyright (c) 2007-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 // Test step declarations for the Personalisation functional unit. |
|
15 // |
|
16 // |
|
17 |
|
18 /** |
|
19 @internalTechnology |
|
20 */ |
|
21 |
|
22 |
|
23 #ifndef __CCTSYINTEGRATIONTESTPERSONALISATION_H__ |
|
24 #define __CCTSYINTEGRATIONTESTPERSONALISATION_H__ |
|
25 |
|
26 |
|
27 #include <test/testexecutestepbase.h> |
|
28 #include "cctsyintegrationtestsuitebase.h" |
|
29 |
|
30 class CEtelSessionMgr; |
|
31 |
|
32 |
|
33 class CCTSYIntegrationTestPersonalisationBase : public CCTSYIntegrationTestSuiteStepBase |
|
34 { |
|
35 public: |
|
36 |
|
37 CCTSYIntegrationTestPersonalisationBase(CEtelSessionMgr& aEtelSessionMgr); |
|
38 virtual ~CCTSYIntegrationTestPersonalisationBase(); |
|
39 |
|
40 protected: |
|
41 |
|
42 // Declare a TSY test helper here if required |
|
43 |
|
44 }; // class CCTSYIntegrationTestPersonalisationBase |
|
45 |
|
46 |
|
47 class CCTSYIntegrationTestPersonalisation0001 : public CCTSYIntegrationTestPersonalisationBase |
|
48 { |
|
49 public: |
|
50 |
|
51 CCTSYIntegrationTestPersonalisation0001(CEtelSessionMgr& aEtelSessionMgr); |
|
52 ~CCTSYIntegrationTestPersonalisation0001(); |
|
53 virtual TVerdict doTestStepL(); |
|
54 static TPtrC GetTestStepName(); |
|
55 |
|
56 private: |
|
57 |
|
58 }; // class CCTSYIntegrationTestPersonalisation0001 |
|
59 |
|
60 |
|
61 |
|
62 #endif // __CCTSYINTEGRATIONTESTPERSONALISATION_H__ |