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