|
1 // Copyright (c) 2003-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 // This is the header file for ROOTSERVER test section 1 |
|
15 // |
|
16 // |
|
17 |
|
18 |
|
19 #if (!defined __ROOTSERVERTEST_3_H__) |
|
20 #define __ROOTSERVERTEST_3_H__ |
|
21 |
|
22 |
|
23 class CRootServerTest3_2 : public CTestStepRootServer |
|
24 { |
|
25 public: |
|
26 CRootServerTest3_2(); |
|
27 |
|
28 virtual TVerdict doTestStepL( void ); |
|
29 }; |
|
30 |
|
31 |
|
32 class CRootServerTest3_DblLoad : public CTestStepRootServer |
|
33 { |
|
34 protected: |
|
35 TVerdict LoadSameModuleTwiceL(TThreadPriority aPriority); |
|
36 }; |
|
37 |
|
38 class CRootServerTest3_3 : public CRootServerTest3_DblLoad |
|
39 { |
|
40 public: |
|
41 CRootServerTest3_3(); |
|
42 |
|
43 virtual TVerdict doTestStepL( void ); |
|
44 }; |
|
45 |
|
46 class CRootServerTest3_4 : public CRootServerTest3_DblLoad |
|
47 { |
|
48 public: |
|
49 CRootServerTest3_4(); |
|
50 |
|
51 virtual TVerdict doTestStepL( void ); |
|
52 }; |
|
53 |
|
54 class CRootServerTest3_5 : public CTestStepRootServer |
|
55 { |
|
56 public: |
|
57 CRootServerTest3_5(); |
|
58 |
|
59 virtual TVerdict doTestStepL( void ); |
|
60 }; |
|
61 |
|
62 class CRootServerTest3_6 : public CTestStepRootServer |
|
63 { |
|
64 public: |
|
65 CRootServerTest3_6(); |
|
66 |
|
67 virtual TVerdict doTestStepL( void ); |
|
68 }; |
|
69 |
|
70 class CRootServerTest3_7 : public CTestStepRootServer |
|
71 { |
|
72 public: |
|
73 CRootServerTest3_7(); |
|
74 |
|
75 virtual TVerdict doTestStepL( void ); |
|
76 }; |
|
77 |
|
78 class CRootServerTest3_8 : public CTestStepRootServer |
|
79 { |
|
80 public: |
|
81 CRootServerTest3_8(); |
|
82 |
|
83 virtual TVerdict doTestStepL( void ); |
|
84 }; |
|
85 |
|
86 class CRootServerTest3_9 : public CTestStepRootServer |
|
87 { |
|
88 public: |
|
89 CRootServerTest3_9(); |
|
90 |
|
91 virtual TVerdict doTestStepL( void ); |
|
92 }; |
|
93 |
|
94 class CRootServerTest3_10 : public CTestStepRootServer |
|
95 { |
|
96 public: |
|
97 CRootServerTest3_10(); |
|
98 |
|
99 virtual TVerdict doTestStepL( void ); |
|
100 }; |
|
101 |
|
102 class CRootServerTest3_11 : public CTestStepRootServer |
|
103 { |
|
104 public: |
|
105 CRootServerTest3_11(); |
|
106 |
|
107 virtual TVerdict doTestStepL( void ); |
|
108 }; |
|
109 |
|
110 class CRootServerTest3_12 : public CTestStepRootServer |
|
111 { |
|
112 public: |
|
113 CRootServerTest3_12(); |
|
114 |
|
115 virtual TVerdict doTestStepL( void ); |
|
116 }; |
|
117 |
|
118 class CRootServerTest3_13 : public CTestStepRootServer |
|
119 { |
|
120 public: |
|
121 CRootServerTest3_13(); |
|
122 |
|
123 virtual TVerdict doTestStepL( void ); |
|
124 }; |
|
125 |
|
126 class CRootServerTest3_14 : public CTestStepRootServer |
|
127 { |
|
128 public: |
|
129 CRootServerTest3_14(); |
|
130 |
|
131 virtual TVerdict doTestStepL( void ); |
|
132 }; |
|
133 |
|
134 class CRootServerTest3_15 : public CTestStepRootServer |
|
135 { |
|
136 public: |
|
137 CRootServerTest3_15(); |
|
138 |
|
139 virtual TVerdict doTestStepL( void ); |
|
140 }; |
|
141 |
|
142 class CRootServerTest3_16 : public CTestStepRootServer |
|
143 { |
|
144 public: |
|
145 CRootServerTest3_16(); |
|
146 |
|
147 virtual TVerdict doTestStepL( void ); |
|
148 }; |
|
149 |
|
150 class CRootServerTest3_17 : public CTestStepRootServer |
|
151 { |
|
152 public: |
|
153 CRootServerTest3_17(); |
|
154 |
|
155 virtual TVerdict doTestStepL( void ); |
|
156 }; |
|
157 |
|
158 class CRootServerTest3_18 : public CTestStepRootServer |
|
159 { |
|
160 public: |
|
161 CRootServerTest3_18(); |
|
162 |
|
163 virtual TVerdict doTestStepL( void ); |
|
164 }; |
|
165 |
|
166 |
|
167 #endif //(__ROOTSERVERTEST_3_H__) |
|
168 |