|
1 /** |
|
2 * Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies). |
|
3 * All rights reserved. |
|
4 * This component and the accompanying materials are made available |
|
5 * under the terms of "Eclipse Public License v1.0" |
|
6 * which accompanies this distribution, and is available |
|
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
8 * |
|
9 * Initial Contributors: |
|
10 * Nokia Corporation - initial contribution. |
|
11 * |
|
12 * Contributors: |
|
13 * |
|
14 * Description: |
|
15 * CCommsdatInitAttributes |
|
16 * CCommsdat130Step |
|
17 * CCommsdat131Step |
|
18 * CCommsdat132Step |
|
19 * CCommsdat133Step |
|
20 * CCommsdat134Step |
|
21 * CCommsdat135Step |
|
22 * CCommsdat136Step |
|
23 * CCommsdat137Step |
|
24 * CCommsdat138Step |
|
25 * CCommsdat139Step |
|
26 * CCommsdat140Step |
|
27 * CCommsdat141Step |
|
28 * CCommsdat142Step |
|
29 * |
|
30 * |
|
31 */ |
|
32 |
|
33 |
|
34 |
|
35 /** |
|
36 @file commsdatAttributeTests.h |
|
37 */ |
|
38 #if (!defined __COMMSDAT_ATTRIBUTE_TESTS_H__) |
|
39 #define __COMMSDAT_ATTRIBUTE_TESTS_H__ |
|
40 #include "Te_commsdatSuiteStepBase.h" |
|
41 #include <e32base.h> |
|
42 #include <test/testexecutestepbase.h> |
|
43 #include <metadatabase.h> |
|
44 #include <commsdat.h> |
|
45 #include <commsdattypesv1_1.h> |
|
46 |
|
47 |
|
48 using namespace CommsDat; |
|
49 using namespace Meta; |
|
50 |
|
51 _LIT(KCommsdatInitAttributes,"CommsdatInitAttributes"); |
|
52 class CCommsdatInitAttributes : public CTe_commsdatSuiteStepBase |
|
53 { |
|
54 public: |
|
55 CCommsdatInitAttributes(); |
|
56 ~CCommsdatInitAttributes(){}; |
|
57 virtual TVerdict doTestStepL(); |
|
58 }; |
|
59 |
|
60 |
|
61 _LIT(KCommsdat130Step,"commsdat130Step"); |
|
62 class CCommsdat130Step : public CTe_commsdatSuiteStepBase |
|
63 { |
|
64 public: |
|
65 CCommsdat130Step(); |
|
66 ~CCommsdat130Step(){}; |
|
67 virtual TVerdict doTestStepL(); |
|
68 }; |
|
69 |
|
70 _LIT(KCommsdat131Step,"commsdat131Step"); |
|
71 class CCommsdat131Step : public CTe_commsdatSuiteStepBase |
|
72 { |
|
73 public: |
|
74 CCommsdat131Step(); |
|
75 ~CCommsdat131Step(){}; |
|
76 virtual TVerdict doTestStepL(); |
|
77 }; |
|
78 |
|
79 _LIT(KCommsdat132Step,"commsdat132Step"); |
|
80 class CCommsdat132Step : public CTe_commsdatSuiteStepBase |
|
81 { |
|
82 public: |
|
83 CCommsdat132Step(); |
|
84 ~CCommsdat132Step(){}; |
|
85 virtual TVerdict doTestStepL(); |
|
86 }; |
|
87 |
|
88 _LIT(KCommsdat133Step,"commsdat133Step"); |
|
89 class CCommsdat133Step : public CTe_commsdatSuiteStepBase |
|
90 { |
|
91 public: |
|
92 CCommsdat133Step(); |
|
93 ~CCommsdat133Step(){}; |
|
94 virtual TVerdict doTestStepL(); |
|
95 }; |
|
96 |
|
97 _LIT(KCommsdat134Step,"commsdat134Step"); |
|
98 class CCommsdat134Step : public CTe_commsdatSuiteStepBase |
|
99 { |
|
100 public: |
|
101 CCommsdat134Step(); |
|
102 ~CCommsdat134Step(){}; |
|
103 virtual TVerdict doTestStepL(); |
|
104 }; |
|
105 |
|
106 _LIT(KCommsdat135Step,"commsdat135Step"); |
|
107 class CCommsdat135Step : public CTe_commsdatSuiteStepBase |
|
108 { |
|
109 public: |
|
110 CCommsdat135Step(); |
|
111 ~CCommsdat135Step(){}; |
|
112 virtual TVerdict doTestStepL(); |
|
113 }; |
|
114 |
|
115 _LIT(KCommsdat136Step,"commsdat136Step"); |
|
116 class CCommsdat136Step : public CTe_commsdatSuiteStepBase |
|
117 { |
|
118 public: |
|
119 CCommsdat136Step(); |
|
120 ~CCommsdat136Step(){}; |
|
121 virtual TVerdict doTestStepL(); |
|
122 }; |
|
123 |
|
124 _LIT(KCommsdat137Step,"commsdat137Step"); |
|
125 class CCommsdat137Step : public CTe_commsdatSuiteStepBase |
|
126 { |
|
127 public: |
|
128 CCommsdat137Step(); |
|
129 ~CCommsdat137Step(){}; |
|
130 virtual TVerdict doTestStepL(); |
|
131 }; |
|
132 |
|
133 _LIT(KCommsdat138Step,"commsdat138Step"); |
|
134 class CCommsdat138Step : public CTe_commsdatSuiteStepBase |
|
135 { |
|
136 public: |
|
137 CCommsdat138Step(); |
|
138 ~CCommsdat138Step(){}; |
|
139 virtual TVerdict doTestStepL(); |
|
140 }; |
|
141 |
|
142 _LIT(KCommsdat139Step,"commsdat139Step"); |
|
143 class CCommsdat139Step : public CTe_commsdatSuiteStepBase |
|
144 { |
|
145 public: |
|
146 CCommsdat139Step(); |
|
147 ~CCommsdat139Step(){}; |
|
148 virtual TVerdict doTestStepL(); |
|
149 }; |
|
150 |
|
151 _LIT(KCommsdat140Step,"commsdat140Step"); |
|
152 class CCommsdat140Step : public CTe_commsdatSuiteStepBase |
|
153 { |
|
154 public: |
|
155 CCommsdat140Step(); |
|
156 ~CCommsdat140Step(){}; |
|
157 virtual TVerdict doTestStepL(); |
|
158 }; |
|
159 |
|
160 _LIT(KCommsdat141Step,"commsdat141Step"); |
|
161 class CCommsdat141Step : public CTe_commsdatSuiteStepBase |
|
162 { |
|
163 public: |
|
164 CCommsdat141Step(); |
|
165 ~CCommsdat141Step(){}; |
|
166 virtual TVerdict doTestStepL(); |
|
167 }; |
|
168 |
|
169 _LIT(KCommsdat142Step,"commsdat142Step"); |
|
170 class CCommsdat142Step : public CTe_commsdatSuiteStepBase |
|
171 { |
|
172 public: |
|
173 CCommsdat142Step(); |
|
174 ~CCommsdat142Step(){}; |
|
175 virtual TVerdict doTestStepL(); |
|
176 }; |
|
177 |
|
178 #endif // __COMMSDAT_ATTRIBUTE_TESTS_H__ |