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 SubscriberInfo functional unit.
|
|
15 |
//
|
|
16 |
//
|
|
17 |
|
|
18 |
/**
|
|
19 |
@internalTechnology
|
|
20 |
*/
|
|
21 |
|
|
22 |
|
|
23 |
#ifndef __CCTSYINTEGRATIONTESTSUBSCRIBERINFO_H__
|
|
24 |
#define __CCTSYINTEGRATIONTESTSUBSCRIBERINFO_H__
|
|
25 |
|
|
26 |
|
|
27 |
#include <test/testexecutestepbase.h>
|
|
28 |
#include "cctsyintegrationtestsuitebase.h"
|
|
29 |
|
|
30 |
class CEtelSessionMgr;
|
|
31 |
|
|
32 |
|
|
33 |
class CCTSYIntegrationTestSubscriberInfoBase : public CCTSYIntegrationTestSuiteStepBase
|
|
34 |
{
|
|
35 |
public:
|
|
36 |
|
|
37 |
CCTSYIntegrationTestSubscriberInfoBase(CEtelSessionMgr& aEtelSessionMgr);
|
|
38 |
virtual ~CCTSYIntegrationTestSubscriberInfoBase();
|
|
39 |
|
|
40 |
protected:
|
|
41 |
|
|
42 |
// Declare a TSY test helper here if required
|
|
43 |
|
|
44 |
}; // class CCTSYIntegrationTestSubscriberInfoBase
|
|
45 |
|
|
46 |
|
|
47 |
class CCTSYIntegrationTestSubscriberInfo0001 : public CCTSYIntegrationTestSubscriberInfoBase
|
|
48 |
{
|
|
49 |
public:
|
|
50 |
|
|
51 |
CCTSYIntegrationTestSubscriberInfo0001(CEtelSessionMgr& aEtelSessionMgr);
|
|
52 |
~CCTSYIntegrationTestSubscriberInfo0001();
|
|
53 |
virtual TVerdict doTestStepL();
|
|
54 |
static TPtrC GetTestStepName();
|
|
55 |
|
|
56 |
private:
|
|
57 |
|
|
58 |
}; // class CCTSYIntegrationTestSubscriberInfo0001
|
|
59 |
|
|
60 |
|
|
61 |
class CCTSYIntegrationTestSubscriberInfo0002 : public CCTSYIntegrationTestSubscriberInfoBase
|
|
62 |
{
|
|
63 |
public:
|
|
64 |
|
|
65 |
CCTSYIntegrationTestSubscriberInfo0002(CEtelSessionMgr& aEtelSessionMgr);
|
|
66 |
~CCTSYIntegrationTestSubscriberInfo0002();
|
|
67 |
virtual TVerdict doTestStepL();
|
|
68 |
static TPtrC GetTestStepName();
|
|
69 |
|
|
70 |
private:
|
|
71 |
|
|
72 |
}; // class CCTSYIntegrationTestSubscriberInfo0002
|
|
73 |
|
|
74 |
|
|
75 |
class CCTSYIntegrationTestSubscriberInfo0003 : public CCTSYIntegrationTestSubscriberInfoBase
|
|
76 |
{
|
|
77 |
public:
|
|
78 |
|
|
79 |
CCTSYIntegrationTestSubscriberInfo0003(CEtelSessionMgr& aEtelSessionMgr);
|
|
80 |
~CCTSYIntegrationTestSubscriberInfo0003();
|
|
81 |
virtual TVerdict doTestStepL();
|
|
82 |
static TPtrC GetTestStepName();
|
|
83 |
|
|
84 |
private:
|
|
85 |
|
|
86 |
}; // class CCTSYIntegrationTestSubscriberInfo0003
|
|
87 |
|
|
88 |
|
|
89 |
class CCTSYIntegrationTestSubscriberInfo0004 : public CCTSYIntegrationTestSubscriberInfoBase
|
|
90 |
{
|
|
91 |
public:
|
|
92 |
|
|
93 |
CCTSYIntegrationTestSubscriberInfo0004(CEtelSessionMgr& aEtelSessionMgr);
|
|
94 |
~CCTSYIntegrationTestSubscriberInfo0004();
|
|
95 |
virtual TVerdict doTestStepL();
|
|
96 |
static TPtrC GetTestStepName();
|
|
97 |
|
|
98 |
private:
|
|
99 |
|
|
100 |
}; // class CCTSYIntegrationTestSubscriberInfo0004
|
|
101 |
|
|
102 |
|
|
103 |
class CCTSYIntegrationTestSubscriberInfo0005 : public CCTSYIntegrationTestSubscriberInfoBase
|
|
104 |
{
|
|
105 |
public:
|
|
106 |
|
|
107 |
CCTSYIntegrationTestSubscriberInfo0005(CEtelSessionMgr& aEtelSessionMgr);
|
|
108 |
~CCTSYIntegrationTestSubscriberInfo0005();
|
|
109 |
virtual TVerdict doTestStepL();
|
|
110 |
static TPtrC GetTestStepName();
|
|
111 |
|
|
112 |
private:
|
|
113 |
|
|
114 |
}; // class CCTSYIntegrationTestSubscriberInfo0005
|
|
115 |
|
|
116 |
|
|
117 |
class CCTSYIntegrationTestSubscriberInfo0006 : public CCTSYIntegrationTestSubscriberInfoBase
|
|
118 |
{
|
|
119 |
public:
|
|
120 |
|
|
121 |
CCTSYIntegrationTestSubscriberInfo0006(CEtelSessionMgr& aEtelSessionMgr);
|
|
122 |
~CCTSYIntegrationTestSubscriberInfo0006();
|
|
123 |
virtual TVerdict doTestStepL();
|
|
124 |
static TPtrC GetTestStepName();
|
|
125 |
|
|
126 |
private:
|
|
127 |
|
|
128 |
}; // class CCTSYIntegrationTestSubscriberInfo0006
|
|
129 |
|
|
130 |
|
|
131 |
class CCTSYIntegrationTestSubscriberInfo0007 : public CCTSYIntegrationTestSubscriberInfoBase
|
|
132 |
{
|
|
133 |
public:
|
|
134 |
|
|
135 |
CCTSYIntegrationTestSubscriberInfo0007(CEtelSessionMgr& aEtelSessionMgr);
|
|
136 |
~CCTSYIntegrationTestSubscriberInfo0007();
|
|
137 |
virtual TVerdict doTestStepL();
|
|
138 |
static TPtrC GetTestStepName();
|
|
139 |
|
|
140 |
private:
|
|
141 |
|
|
142 |
}; // class CCTSYIntegrationTestSubscriberInfo0007
|
|
143 |
|
|
144 |
|
|
145 |
class CCTSYIntegrationTestSubscriberInfo0008 : public CCTSYIntegrationTestSubscriberInfoBase
|
|
146 |
{
|
|
147 |
public:
|
|
148 |
|
|
149 |
CCTSYIntegrationTestSubscriberInfo0008(CEtelSessionMgr& aEtelSessionMgr);
|
|
150 |
~CCTSYIntegrationTestSubscriberInfo0008();
|
|
151 |
virtual TVerdict doTestStepL();
|
|
152 |
static TPtrC GetTestStepName();
|
|
153 |
|
|
154 |
private:
|
|
155 |
|
|
156 |
}; // class CCTSYIntegrationTestSubscriberInfo0008
|
|
157 |
|
|
158 |
|
|
159 |
class CCTSYIntegrationTestSubscriberInfo0009 : public CCTSYIntegrationTestSubscriberInfoBase
|
|
160 |
{
|
|
161 |
public:
|
|
162 |
|
|
163 |
CCTSYIntegrationTestSubscriberInfo0009(CEtelSessionMgr& aEtelSessionMgr);
|
|
164 |
~CCTSYIntegrationTestSubscriberInfo0009();
|
|
165 |
virtual TVerdict doTestStepL();
|
|
166 |
static TPtrC GetTestStepName();
|
|
167 |
|
|
168 |
private:
|
|
169 |
|
|
170 |
}; // class CCTSYIntegrationTestSubscriberInfo0009
|
|
171 |
|
|
172 |
|
|
173 |
|
|
174 |
#endif // __CCTSYINTEGRATIONTESTSUBSCRIBERINFO_H__
|