|
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_5_H__) |
|
20 #define __ROOTSERVERTEST_5_H__ |
|
21 |
|
22 class CRootServerTest_GracefulUnload : public CTestStepRootServer |
|
23 { |
|
24 protected: |
|
25 TVerdict UnloadGracefullyL(TThreadPriority aPriority); |
|
26 }; |
|
27 |
|
28 class CRootServerTest5_1 : public CRootServerTest_GracefulUnload |
|
29 { |
|
30 public: |
|
31 CRootServerTest5_1(); |
|
32 |
|
33 virtual TVerdict doTestStepL( void ); |
|
34 }; |
|
35 |
|
36 class CRootServerTest5_2 : public CRootServerTest_GracefulUnload |
|
37 { |
|
38 public: |
|
39 CRootServerTest5_2(); |
|
40 |
|
41 virtual TVerdict doTestStepL( void ); |
|
42 }; |
|
43 |
|
44 class CRootServerTest5_3 : public CTestStepRootServer |
|
45 { |
|
46 public: |
|
47 CRootServerTest5_3(); |
|
48 |
|
49 virtual TVerdict doTestStepL( void ); |
|
50 }; |
|
51 |
|
52 class CRootServerTest_UngracefulUnload: public CTestStepRootServer |
|
53 { |
|
54 protected: |
|
55 TVerdict UnloadNonGracefullyL(TThreadPriority aPriority); |
|
56 }; |
|
57 |
|
58 class CRootServerTest5_4 : public CRootServerTest_UngracefulUnload |
|
59 { |
|
60 public: |
|
61 CRootServerTest5_4(); |
|
62 |
|
63 virtual TVerdict doTestStepL( void ); |
|
64 }; |
|
65 |
|
66 class CRootServerTest5_5 : public CRootServerTest_UngracefulUnload |
|
67 { |
|
68 public: |
|
69 CRootServerTest5_5(); |
|
70 |
|
71 virtual TVerdict doTestStepL( void ); |
|
72 }; |
|
73 |
|
74 class CRootServerTest5_6 : public CTestStepRootServer |
|
75 { |
|
76 public: |
|
77 CRootServerTest5_6(); |
|
78 |
|
79 virtual TVerdict doTestStepL( void ); |
|
80 }; |
|
81 |
|
82 class CRootServerTest5_7 : public CTestStepRootServer |
|
83 { |
|
84 public: |
|
85 CRootServerTest5_7(); |
|
86 |
|
87 virtual TVerdict doTestStepL( void ); |
|
88 }; |
|
89 |
|
90 class CRootServerTest5_8 : public CTestStepRootServer |
|
91 { |
|
92 public: |
|
93 CRootServerTest5_8(); |
|
94 |
|
95 virtual TVerdict doTestStepL( void ); |
|
96 }; |
|
97 |
|
98 |
|
99 #endif //(__ROOTSERVERTEST_1_H__) |
|
100 |