|
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 DataCallControl functional unit. |
|
15 // |
|
16 // |
|
17 |
|
18 /** |
|
19 @internalTechnology |
|
20 */ |
|
21 |
|
22 |
|
23 #ifndef __CCTSYINTEGRATIONTESTDATACALLCONTROL_H__ |
|
24 #define __CCTSYINTEGRATIONTESTDATACALLCONTROL_H__ |
|
25 |
|
26 |
|
27 #include <test/testexecutestepbase.h> |
|
28 #include "cctsyintegrationtestsuitebase.h" |
|
29 #include "tcallcontroltsytesthelper.h" |
|
30 #include "tnetworktsytesthelper.h" |
|
31 |
|
32 class CEtelSessionMgr; |
|
33 //class TCallControlTsyTestHelper; |
|
34 |
|
35 |
|
36 class CCTSYIntegrationTestDataCallControlBase : public CCTSYIntegrationTestSuiteStepBase |
|
37 { |
|
38 public: |
|
39 |
|
40 CCTSYIntegrationTestDataCallControlBase(CEtelSessionMgr& aEtelSessionMgr); |
|
41 virtual ~CCTSYIntegrationTestDataCallControlBase(); |
|
42 |
|
43 protected: |
|
44 |
|
45 TCallControlTsyTestHelper iCallControlTestHelper; |
|
46 TNetworkTsyTestHelper iNetworkTestHelper; |
|
47 }; // class CCTSYIntegrationTestDataCallControlBase |
|
48 |
|
49 |
|
50 class CCTSYIntegrationTestDataCallControl0001 : public CCTSYIntegrationTestDataCallControlBase |
|
51 { |
|
52 public: |
|
53 |
|
54 CCTSYIntegrationTestDataCallControl0001(CEtelSessionMgr& aEtelSessionMgr); |
|
55 ~CCTSYIntegrationTestDataCallControl0001(); |
|
56 virtual TVerdict doTestStepL(); |
|
57 static TPtrC GetTestStepName(); |
|
58 |
|
59 private: |
|
60 |
|
61 }; // class CCTSYIntegrationTestDataCallControl0001 |
|
62 |
|
63 |
|
64 class CCTSYIntegrationTestDataCallControl0002 : public CCTSYIntegrationTestDataCallControlBase |
|
65 { |
|
66 public: |
|
67 |
|
68 CCTSYIntegrationTestDataCallControl0002(CEtelSessionMgr& aEtelSessionMgr); |
|
69 ~CCTSYIntegrationTestDataCallControl0002(); |
|
70 virtual TVerdict doTestStepL(); |
|
71 static TPtrC GetTestStepName(); |
|
72 |
|
73 private: |
|
74 |
|
75 }; // class CCTSYIntegrationTestDataCallControl0002 |
|
76 |
|
77 |
|
78 class CCTSYIntegrationTestDataCallControl0003 : public CCTSYIntegrationTestDataCallControlBase |
|
79 { |
|
80 public: |
|
81 |
|
82 CCTSYIntegrationTestDataCallControl0003(CEtelSessionMgr& aEtelSessionMgr); |
|
83 ~CCTSYIntegrationTestDataCallControl0003(); |
|
84 virtual TVerdict doTestStepL(); |
|
85 static TPtrC GetTestStepName(); |
|
86 |
|
87 private: |
|
88 |
|
89 }; // class CCTSYIntegrationTestDataCallControl0003 |
|
90 |
|
91 |
|
92 class CCTSYIntegrationTestDataCallControl0004 : public CCTSYIntegrationTestDataCallControlBase |
|
93 { |
|
94 public: |
|
95 |
|
96 CCTSYIntegrationTestDataCallControl0004(CEtelSessionMgr& aEtelSessionMgr); |
|
97 ~CCTSYIntegrationTestDataCallControl0004(); |
|
98 virtual TVerdict doTestStepL(); |
|
99 static TPtrC GetTestStepName(); |
|
100 |
|
101 private: |
|
102 |
|
103 }; // class CCTSYIntegrationTestDataCallControl0004 |
|
104 |
|
105 |
|
106 class CCTSYIntegrationTestDataCallControl0005 : public CCTSYIntegrationTestDataCallControlBase |
|
107 { |
|
108 public: |
|
109 |
|
110 CCTSYIntegrationTestDataCallControl0005(CEtelSessionMgr& aEtelSessionMgr); |
|
111 ~CCTSYIntegrationTestDataCallControl0005(); |
|
112 virtual TVerdict doTestStepL(); |
|
113 static TPtrC GetTestStepName(); |
|
114 |
|
115 private: |
|
116 |
|
117 }; // class CCTSYIntegrationTestDataCallControl0005 |
|
118 |
|
119 |
|
120 class CCTSYIntegrationTestDataCallControl0006 : public CCTSYIntegrationTestDataCallControlBase |
|
121 { |
|
122 public: |
|
123 |
|
124 CCTSYIntegrationTestDataCallControl0006(CEtelSessionMgr& aEtelSessionMgr); |
|
125 ~CCTSYIntegrationTestDataCallControl0006(); |
|
126 virtual TVerdict doTestStepL(); |
|
127 static TPtrC GetTestStepName(); |
|
128 |
|
129 protected: |
|
130 |
|
131 void DoTest0006L(RMobileCall& aCall1, RMobileCall::TMobileCallDataSpeed aSpeed); |
|
132 |
|
133 private: |
|
134 |
|
135 }; // class CCTSYIntegrationTestDataCallControl0006 |
|
136 |
|
137 |
|
138 class CCTSYIntegrationTestDataCallControl0007 : public CCTSYIntegrationTestDataCallControlBase |
|
139 { |
|
140 public: |
|
141 |
|
142 CCTSYIntegrationTestDataCallControl0007(CEtelSessionMgr& aEtelSessionMgr); |
|
143 ~CCTSYIntegrationTestDataCallControl0007(); |
|
144 virtual TVerdict doTestStepL(); |
|
145 static TPtrC GetTestStepName(); |
|
146 |
|
147 protected: |
|
148 |
|
149 void DoTest0007L(RMobileLine& aDataLine); |
|
150 |
|
151 private: |
|
152 |
|
153 }; // class CCTSYIntegrationTestDataCallControl0007 |
|
154 |
|
155 |
|
156 class CCTSYIntegrationTestDataCallControl0008 : public CCTSYIntegrationTestDataCallControlBase |
|
157 { |
|
158 public: |
|
159 |
|
160 CCTSYIntegrationTestDataCallControl0008(CEtelSessionMgr& aEtelSessionMgr); |
|
161 ~CCTSYIntegrationTestDataCallControl0008(); |
|
162 virtual TVerdict doTestStepL(); |
|
163 static TPtrC GetTestStepName(); |
|
164 |
|
165 private: |
|
166 |
|
167 }; // class CCTSYIntegrationTestDataCallControl0008 |
|
168 |
|
169 |
|
170 class CCTSYIntegrationTestDataCallControl0009 : public CCTSYIntegrationTestDataCallControlBase |
|
171 { |
|
172 public: |
|
173 |
|
174 CCTSYIntegrationTestDataCallControl0009(CEtelSessionMgr& aEtelSessionMgr); |
|
175 ~CCTSYIntegrationTestDataCallControl0009(); |
|
176 virtual TVerdict doTestStepL(); |
|
177 static TPtrC GetTestStepName(); |
|
178 |
|
179 private: |
|
180 |
|
181 }; // class CCTSYIntegrationTestDataCallControl0009 |
|
182 |
|
183 |
|
184 class CCTSYIntegrationTestDataCallControl0010 : public CCTSYIntegrationTestDataCallControlBase |
|
185 { |
|
186 public: |
|
187 |
|
188 CCTSYIntegrationTestDataCallControl0010(CEtelSessionMgr& aEtelSessionMgr); |
|
189 ~CCTSYIntegrationTestDataCallControl0010(); |
|
190 virtual TVerdict doTestStepL(); |
|
191 static TPtrC GetTestStepName(); |
|
192 |
|
193 private: |
|
194 |
|
195 }; // class CCTSYIntegrationTestDataCallControl0010 |
|
196 |
|
197 |
|
198 class CCTSYIntegrationTestDataCallControl0011 : public CCTSYIntegrationTestDataCallControlBase |
|
199 { |
|
200 public: |
|
201 |
|
202 CCTSYIntegrationTestDataCallControl0011(CEtelSessionMgr& aEtelSessionMgr); |
|
203 ~CCTSYIntegrationTestDataCallControl0011(); |
|
204 virtual TVerdict doTestStepL(); |
|
205 static TPtrC GetTestStepName(); |
|
206 |
|
207 private: |
|
208 |
|
209 }; // class CCTSYIntegrationTestDataCallControl0011 |
|
210 |
|
211 |
|
212 |
|
213 #endif // __CCTSYINTEGRATIONTESTDATACALLCONTROL_H__ |