|
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 FixedDialling functional unit. |
|
15 // |
|
16 // |
|
17 |
|
18 /** |
|
19 @internalTechnology |
|
20 */ |
|
21 |
|
22 |
|
23 #ifndef __CCTSYINTEGRATIONTESTFIXEDDIALLING_H__ |
|
24 #define __CCTSYINTEGRATIONTESTFIXEDDIALLING_H__ |
|
25 |
|
26 |
|
27 #include <test/testexecutestepbase.h> |
|
28 #include "cctsyintegrationtestsuitebase.h" |
|
29 #include "tphonetsytesthelper.h" |
|
30 #include "tcallcontroltsytesthelper.h" |
|
31 #include "tnetworktsytesthelper.h" |
|
32 #include "tsimtsytesthelper.h" |
|
33 |
|
34 class CEtelSessionMgr; |
|
35 |
|
36 class CCTSYIntegrationTestFixedDiallingBase : public CCTSYIntegrationTestSuiteStepBase |
|
37 { |
|
38 public: |
|
39 |
|
40 CCTSYIntegrationTestFixedDiallingBase(CEtelSessionMgr& aEtelSessionMgr); |
|
41 virtual ~CCTSYIntegrationTestFixedDiallingBase(); |
|
42 |
|
43 protected: |
|
44 |
|
45 void GetPIN2PasswordL( RMobilePhone &aPhone, RMobilePhone::TMobilePassword& aPassword ); |
|
46 |
|
47 |
|
48 protected: |
|
49 |
|
50 TPhoneTsyTestHelper iPhoneTsyTestHelper; |
|
51 TCallControlTsyTestHelper iCallControlTsyTestHelper; |
|
52 TNetworkTsyTestHelper iNetworkTsyTestHelper; |
|
53 TSimTsyTestHelper iSimTsyTestHelper; |
|
54 |
|
55 }; // class CCTSYIntegrationTestFixedDiallingBase |
|
56 |
|
57 |
|
58 class CCTSYIntegrationTestFixedDialling0001 : public CCTSYIntegrationTestFixedDiallingBase |
|
59 { |
|
60 public: |
|
61 |
|
62 CCTSYIntegrationTestFixedDialling0001(CEtelSessionMgr& aEtelSessionMgr); |
|
63 ~CCTSYIntegrationTestFixedDialling0001(); |
|
64 virtual TVerdict doTestStepL(); |
|
65 static TPtrC GetTestStepName(); |
|
66 |
|
67 private: |
|
68 |
|
69 }; // class CCTSYIntegrationTestFixedDialling0001 |
|
70 |
|
71 |
|
72 class CCTSYIntegrationTestFixedDialling0002 : public CCTSYIntegrationTestFixedDiallingBase |
|
73 { |
|
74 public: |
|
75 |
|
76 CCTSYIntegrationTestFixedDialling0002(CEtelSessionMgr& aEtelSessionMgr); |
|
77 ~CCTSYIntegrationTestFixedDialling0002(); |
|
78 virtual TVerdict doTestStepL(); |
|
79 static TPtrC GetTestStepName(); |
|
80 |
|
81 private: |
|
82 |
|
83 }; // class CCTSYIntegrationTestFixedDialling0002 |
|
84 |
|
85 |
|
86 class CCTSYIntegrationTestFixedDialling0003 : public CCTSYIntegrationTestFixedDiallingBase |
|
87 { |
|
88 public: |
|
89 |
|
90 CCTSYIntegrationTestFixedDialling0003(CEtelSessionMgr& aEtelSessionMgr); |
|
91 ~CCTSYIntegrationTestFixedDialling0003(); |
|
92 virtual TVerdict doTestStepL(); |
|
93 static TPtrC GetTestStepName(); |
|
94 |
|
95 private: |
|
96 |
|
97 }; // class CCTSYIntegrationTestFixedDialling0003 |
|
98 |
|
99 |
|
100 class CCTSYIntegrationTestFixedDialling0004 : public CCTSYIntegrationTestFixedDiallingBase |
|
101 { |
|
102 public: |
|
103 |
|
104 CCTSYIntegrationTestFixedDialling0004(CEtelSessionMgr& aEtelSessionMgr); |
|
105 ~CCTSYIntegrationTestFixedDialling0004(); |
|
106 virtual TVerdict doTestStepL(); |
|
107 static TPtrC GetTestStepName(); |
|
108 |
|
109 private: |
|
110 |
|
111 }; // class CCTSYIntegrationTestFixedDialling0004 |
|
112 |
|
113 |
|
114 #endif // __CCTSYINTEGRATIONTESTFIXEDDIALLING_H__ |