|
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 CallCost functional unit. |
|
15 // |
|
16 // |
|
17 |
|
18 /** |
|
19 @internalTechnology |
|
20 */ |
|
21 |
|
22 |
|
23 #ifndef __CCTSYINTEGRATIONTESTCALLCOST_H__ |
|
24 #define __CCTSYINTEGRATIONTESTCALLCOST_H__ |
|
25 |
|
26 |
|
27 #include <test/testexecutestepbase.h> |
|
28 #include "cctsyintegrationtestsuitebase.h" |
|
29 |
|
30 class CEtelSessionMgr; |
|
31 |
|
32 |
|
33 class CCTSYIntegrationTestCallCostBase : public CCTSYIntegrationTestSuiteStepBase |
|
34 { |
|
35 public: |
|
36 |
|
37 CCTSYIntegrationTestCallCostBase(CEtelSessionMgr& aEtelSessionMgr); |
|
38 virtual ~CCTSYIntegrationTestCallCostBase(); |
|
39 |
|
40 protected: |
|
41 |
|
42 // Declare a TSY test helper here if required |
|
43 |
|
44 }; // class CCTSYIntegrationTestCallCostBase |
|
45 |
|
46 |
|
47 class CCTSYIntegrationTestCallCost0001 : public CCTSYIntegrationTestCallCostBase |
|
48 { |
|
49 public: |
|
50 |
|
51 CCTSYIntegrationTestCallCost0001(CEtelSessionMgr& aEtelSessionMgr); |
|
52 ~CCTSYIntegrationTestCallCost0001(); |
|
53 virtual TVerdict doTestStepL(); |
|
54 static TPtrC GetTestStepName(); |
|
55 |
|
56 private: |
|
57 |
|
58 }; // class CCTSYIntegrationTestCallCost0001 |
|
59 |
|
60 |
|
61 class CCTSYIntegrationTestCallCost0002 : public CCTSYIntegrationTestCallCostBase |
|
62 { |
|
63 public: |
|
64 |
|
65 CCTSYIntegrationTestCallCost0002(CEtelSessionMgr& aEtelSessionMgr); |
|
66 ~CCTSYIntegrationTestCallCost0002(); |
|
67 virtual TVerdict doTestStepL(); |
|
68 static TPtrC GetTestStepName(); |
|
69 |
|
70 private: |
|
71 |
|
72 }; // class CCTSYIntegrationTestCallCost0002 |
|
73 |
|
74 |
|
75 class CCTSYIntegrationTestCallCost0003 : public CCTSYIntegrationTestCallCostBase |
|
76 { |
|
77 public: |
|
78 |
|
79 CCTSYIntegrationTestCallCost0003(CEtelSessionMgr& aEtelSessionMgr); |
|
80 ~CCTSYIntegrationTestCallCost0003(); |
|
81 virtual TVerdict doTestStepL(); |
|
82 static TPtrC GetTestStepName(); |
|
83 |
|
84 private: |
|
85 |
|
86 }; // class CCTSYIntegrationTestCallCost0003 |
|
87 |
|
88 |
|
89 class CCTSYIntegrationTestCallCost0004 : public CCTSYIntegrationTestCallCostBase |
|
90 { |
|
91 public: |
|
92 |
|
93 CCTSYIntegrationTestCallCost0004(CEtelSessionMgr& aEtelSessionMgr); |
|
94 ~CCTSYIntegrationTestCallCost0004(); |
|
95 virtual TVerdict doTestStepL(); |
|
96 static TPtrC GetTestStepName(); |
|
97 |
|
98 private: |
|
99 |
|
100 }; // class CCTSYIntegrationTestCallCost0004 |
|
101 |
|
102 |
|
103 class CCTSYIntegrationTestCallCost0005 : public CCTSYIntegrationTestCallCostBase |
|
104 { |
|
105 public: |
|
106 |
|
107 CCTSYIntegrationTestCallCost0005(CEtelSessionMgr& aEtelSessionMgr); |
|
108 ~CCTSYIntegrationTestCallCost0005(); |
|
109 virtual TVerdict doTestStepL(); |
|
110 static TPtrC GetTestStepName(); |
|
111 |
|
112 private: |
|
113 |
|
114 }; // class CCTSYIntegrationTestCallCost0005 |
|
115 |
|
116 |
|
117 class CCTSYIntegrationTestCallCost0006 : public CCTSYIntegrationTestCallCostBase |
|
118 { |
|
119 public: |
|
120 |
|
121 CCTSYIntegrationTestCallCost0006(CEtelSessionMgr& aEtelSessionMgr); |
|
122 ~CCTSYIntegrationTestCallCost0006(); |
|
123 virtual TVerdict doTestStepL(); |
|
124 static TPtrC GetTestStepName(); |
|
125 |
|
126 private: |
|
127 |
|
128 }; // class CCTSYIntegrationTestCallCost0006 |
|
129 |
|
130 |
|
131 class CCTSYIntegrationTestCallCost0007 : public CCTSYIntegrationTestCallCostBase |
|
132 { |
|
133 public: |
|
134 |
|
135 CCTSYIntegrationTestCallCost0007(CEtelSessionMgr& aEtelSessionMgr); |
|
136 ~CCTSYIntegrationTestCallCost0007(); |
|
137 virtual TVerdict doTestStepL(); |
|
138 static TPtrC GetTestStepName(); |
|
139 |
|
140 private: |
|
141 |
|
142 }; // class CCTSYIntegrationTestCallCost0007 |
|
143 |
|
144 |
|
145 class CCTSYIntegrationTestCallCost0008 : public CCTSYIntegrationTestCallCostBase |
|
146 { |
|
147 public: |
|
148 |
|
149 CCTSYIntegrationTestCallCost0008(CEtelSessionMgr& aEtelSessionMgr); |
|
150 ~CCTSYIntegrationTestCallCost0008(); |
|
151 virtual TVerdict doTestStepL(); |
|
152 static TPtrC GetTestStepName(); |
|
153 |
|
154 private: |
|
155 |
|
156 }; // class CCTSYIntegrationTestCallCost0008 |
|
157 |
|
158 |
|
159 class CCTSYIntegrationTestCallCost0009 : public CCTSYIntegrationTestCallCostBase |
|
160 { |
|
161 public: |
|
162 |
|
163 CCTSYIntegrationTestCallCost0009(CEtelSessionMgr& aEtelSessionMgr); |
|
164 ~CCTSYIntegrationTestCallCost0009(); |
|
165 virtual TVerdict doTestStepL(); |
|
166 static TPtrC GetTestStepName(); |
|
167 |
|
168 private: |
|
169 |
|
170 }; // class CCTSYIntegrationTestCallCost0009 |
|
171 |
|
172 |
|
173 class CCTSYIntegrationTestCallCost0010 : public CCTSYIntegrationTestCallCostBase |
|
174 { |
|
175 public: |
|
176 |
|
177 CCTSYIntegrationTestCallCost0010(CEtelSessionMgr& aEtelSessionMgr); |
|
178 ~CCTSYIntegrationTestCallCost0010(); |
|
179 virtual TVerdict doTestStepL(); |
|
180 static TPtrC GetTestStepName(); |
|
181 |
|
182 private: |
|
183 |
|
184 }; // class CCTSYIntegrationTestCallCost0010 |
|
185 |
|
186 |
|
187 class CCTSYIntegrationTestCallCost0011 : public CCTSYIntegrationTestCallCostBase |
|
188 { |
|
189 public: |
|
190 |
|
191 CCTSYIntegrationTestCallCost0011(CEtelSessionMgr& aEtelSessionMgr); |
|
192 ~CCTSYIntegrationTestCallCost0011(); |
|
193 virtual TVerdict doTestStepL(); |
|
194 static TPtrC GetTestStepName(); |
|
195 |
|
196 private: |
|
197 |
|
198 }; // class CCTSYIntegrationTestCallCost0011 |
|
199 |
|
200 |
|
201 class CCTSYIntegrationTestCallCost0012 : public CCTSYIntegrationTestCallCostBase |
|
202 { |
|
203 public: |
|
204 |
|
205 CCTSYIntegrationTestCallCost0012(CEtelSessionMgr& aEtelSessionMgr); |
|
206 ~CCTSYIntegrationTestCallCost0012(); |
|
207 virtual TVerdict doTestStepL(); |
|
208 static TPtrC GetTestStepName(); |
|
209 |
|
210 private: |
|
211 |
|
212 }; // class CCTSYIntegrationTestCallCost0012 |
|
213 |
|
214 |
|
215 class CCTSYIntegrationTestCallCost0013 : public CCTSYIntegrationTestCallCostBase |
|
216 { |
|
217 public: |
|
218 |
|
219 CCTSYIntegrationTestCallCost0013(CEtelSessionMgr& aEtelSessionMgr); |
|
220 ~CCTSYIntegrationTestCallCost0013(); |
|
221 virtual TVerdict doTestStepL(); |
|
222 static TPtrC GetTestStepName(); |
|
223 |
|
224 private: |
|
225 |
|
226 }; // class CCTSYIntegrationTestCallCost0013 |
|
227 |
|
228 |
|
229 class CCTSYIntegrationTestCallCost0014 : public CCTSYIntegrationTestCallCostBase |
|
230 { |
|
231 public: |
|
232 |
|
233 CCTSYIntegrationTestCallCost0014(CEtelSessionMgr& aEtelSessionMgr); |
|
234 ~CCTSYIntegrationTestCallCost0014(); |
|
235 virtual TVerdict doTestStepL(); |
|
236 static TPtrC GetTestStepName(); |
|
237 |
|
238 private: |
|
239 |
|
240 }; // class CCTSYIntegrationTestCallCost0014 |
|
241 |
|
242 |
|
243 class CCTSYIntegrationTestCallCost0015 : public CCTSYIntegrationTestCallCostBase |
|
244 { |
|
245 public: |
|
246 |
|
247 CCTSYIntegrationTestCallCost0015(CEtelSessionMgr& aEtelSessionMgr); |
|
248 ~CCTSYIntegrationTestCallCost0015(); |
|
249 virtual TVerdict doTestStepL(); |
|
250 static TPtrC GetTestStepName(); |
|
251 |
|
252 private: |
|
253 |
|
254 }; // class CCTSYIntegrationTestCallCost0015 |
|
255 |
|
256 |
|
257 class CCTSYIntegrationTestCallCost0016 : public CCTSYIntegrationTestCallCostBase |
|
258 { |
|
259 public: |
|
260 |
|
261 CCTSYIntegrationTestCallCost0016(CEtelSessionMgr& aEtelSessionMgr); |
|
262 ~CCTSYIntegrationTestCallCost0016(); |
|
263 virtual TVerdict doTestStepL(); |
|
264 static TPtrC GetTestStepName(); |
|
265 |
|
266 private: |
|
267 |
|
268 }; // class CCTSYIntegrationTestCallCost0016 |
|
269 |
|
270 |
|
271 class CCTSYIntegrationTestCallCost0017 : public CCTSYIntegrationTestCallCostBase |
|
272 { |
|
273 public: |
|
274 |
|
275 CCTSYIntegrationTestCallCost0017(CEtelSessionMgr& aEtelSessionMgr); |
|
276 ~CCTSYIntegrationTestCallCost0017(); |
|
277 virtual TVerdict doTestStepL(); |
|
278 static TPtrC GetTestStepName(); |
|
279 |
|
280 private: |
|
281 |
|
282 }; // class CCTSYIntegrationTestCallCost0017 |
|
283 |
|
284 |
|
285 class CCTSYIntegrationTestCallCost0018 : public CCTSYIntegrationTestCallCostBase |
|
286 { |
|
287 public: |
|
288 |
|
289 CCTSYIntegrationTestCallCost0018(CEtelSessionMgr& aEtelSessionMgr); |
|
290 ~CCTSYIntegrationTestCallCost0018(); |
|
291 virtual TVerdict doTestStepL(); |
|
292 static TPtrC GetTestStepName(); |
|
293 |
|
294 private: |
|
295 |
|
296 }; // class CCTSYIntegrationTestCallCost0018 |
|
297 |
|
298 |
|
299 class CCTSYIntegrationTestCallCost0019 : public CCTSYIntegrationTestCallCostBase |
|
300 { |
|
301 public: |
|
302 |
|
303 CCTSYIntegrationTestCallCost0019(CEtelSessionMgr& aEtelSessionMgr); |
|
304 ~CCTSYIntegrationTestCallCost0019(); |
|
305 virtual TVerdict doTestStepL(); |
|
306 static TPtrC GetTestStepName(); |
|
307 |
|
308 private: |
|
309 |
|
310 }; // class CCTSYIntegrationTestCallCost0019 |
|
311 |
|
312 |
|
313 class CCTSYIntegrationTestCallCost0020 : public CCTSYIntegrationTestCallCostBase |
|
314 { |
|
315 public: |
|
316 |
|
317 CCTSYIntegrationTestCallCost0020(CEtelSessionMgr& aEtelSessionMgr); |
|
318 ~CCTSYIntegrationTestCallCost0020(); |
|
319 virtual TVerdict doTestStepL(); |
|
320 static TPtrC GetTestStepName(); |
|
321 |
|
322 private: |
|
323 |
|
324 }; // class CCTSYIntegrationTestCallCost0020 |
|
325 |
|
326 |
|
327 class CCTSYIntegrationTestCallCost0021 : public CCTSYIntegrationTestCallCostBase |
|
328 { |
|
329 public: |
|
330 |
|
331 CCTSYIntegrationTestCallCost0021(CEtelSessionMgr& aEtelSessionMgr); |
|
332 ~CCTSYIntegrationTestCallCost0021(); |
|
333 virtual TVerdict doTestStepL(); |
|
334 static TPtrC GetTestStepName(); |
|
335 |
|
336 private: |
|
337 |
|
338 }; // class CCTSYIntegrationTestCallCost0021 |
|
339 |
|
340 |
|
341 class CCTSYIntegrationTestCallCost0022 : public CCTSYIntegrationTestCallCostBase |
|
342 { |
|
343 public: |
|
344 |
|
345 CCTSYIntegrationTestCallCost0022(CEtelSessionMgr& aEtelSessionMgr); |
|
346 ~CCTSYIntegrationTestCallCost0022(); |
|
347 virtual TVerdict doTestStepL(); |
|
348 static TPtrC GetTestStepName(); |
|
349 |
|
350 private: |
|
351 |
|
352 }; // class CCTSYIntegrationTestCallCost0022 |
|
353 |
|
354 |
|
355 class CCTSYIntegrationTestCallCost0023 : public CCTSYIntegrationTestCallCostBase |
|
356 { |
|
357 public: |
|
358 |
|
359 CCTSYIntegrationTestCallCost0023(CEtelSessionMgr& aEtelSessionMgr); |
|
360 ~CCTSYIntegrationTestCallCost0023(); |
|
361 virtual TVerdict doTestStepL(); |
|
362 static TPtrC GetTestStepName(); |
|
363 |
|
364 private: |
|
365 |
|
366 }; // class CCTSYIntegrationTestCallCost0023 |
|
367 |
|
368 |
|
369 |
|
370 #endif // __CCTSYINTEGRATIONTESTCALLCOST_H__ |