|
1 // Copyright (c) 2001-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 CommDb test 028.XX group of scenarios |
|
15 // |
|
16 // |
|
17 |
|
18 #include<cdbpreftable.h> |
|
19 |
|
20 #if (!defined __STEP_028_XX_H__) |
|
21 #define __STEP_028_XX_H__ |
|
22 |
|
23 |
|
24 // |
|
25 // Test step 028.01 |
|
26 // |
|
27 |
|
28 NONSHARABLE_CLASS(CCommDbTest028_01) : public CTestStepCommDb |
|
29 { |
|
30 public: |
|
31 CCommDbTest028_01(); |
|
32 ~CCommDbTest028_01(); |
|
33 |
|
34 virtual enum TVerdict doTestStepL( void ); |
|
35 TInt executeStepL(); |
|
36 TVerdict doTestStepPreambleL(); |
|
37 TVerdict doTestStepPostambleL(); |
|
38 |
|
39 private: |
|
40 CCommsDbConnectionPrefTableView* iPrefView; |
|
41 }; |
|
42 |
|
43 // |
|
44 // Test step 028.02 |
|
45 // |
|
46 |
|
47 NONSHARABLE_CLASS(CCommDbTest028_02) : public CTestStepCommDb |
|
48 { |
|
49 public: |
|
50 CCommDbTest028_02(); |
|
51 ~CCommDbTest028_02(); |
|
52 |
|
53 virtual enum TVerdict doTestStepL( void ); |
|
54 TInt executeStepL(); |
|
55 TVerdict doTestStepPreambleL(); |
|
56 TVerdict doTestStepPostambleL(); |
|
57 |
|
58 private: |
|
59 CCommsDbConnectionPrefTableView* iPrefView; |
|
60 }; |
|
61 |
|
62 // |
|
63 // Test step 028.03 |
|
64 // |
|
65 |
|
66 NONSHARABLE_CLASS(CCommDbTest028_03) : public CTestStepCommDb |
|
67 { |
|
68 public: |
|
69 CCommDbTest028_03(); |
|
70 ~CCommDbTest028_03(); |
|
71 |
|
72 virtual enum TVerdict doTestStepL( void ); |
|
73 TInt executeStepL(); |
|
74 TVerdict doTestStepPreambleL(); |
|
75 TVerdict doTestStepPostambleL(); |
|
76 |
|
77 private: |
|
78 CCommsDbConnectionPrefTableView* iPrefView; |
|
79 }; |
|
80 |
|
81 // |
|
82 // Test step 028.04 |
|
83 // |
|
84 |
|
85 NONSHARABLE_CLASS(CCommDbTest028_04) : public CTestStepCommDb |
|
86 { |
|
87 public: |
|
88 CCommDbTest028_04(); |
|
89 ~CCommDbTest028_04(); |
|
90 |
|
91 virtual enum TVerdict doTestStepL( void ); |
|
92 TInt executeStepL(); |
|
93 TVerdict doTestStepPreambleL(); |
|
94 TVerdict doTestStepPostambleL(); |
|
95 |
|
96 private: |
|
97 CCommsDbConnectionPrefTableView* iPrefView; |
|
98 }; |
|
99 |
|
100 // |
|
101 // Test step 028.05 |
|
102 // |
|
103 |
|
104 NONSHARABLE_CLASS(CCommDbTest028_05) : public CTestStepCommDb |
|
105 { |
|
106 public: |
|
107 CCommDbTest028_05(); |
|
108 ~CCommDbTest028_05(); |
|
109 |
|
110 virtual enum TVerdict doTestStepL( void ); |
|
111 TInt executeStepL(); |
|
112 TVerdict doTestStepPreambleL(); |
|
113 TVerdict doTestStepPostambleL(); |
|
114 |
|
115 private: |
|
116 CCommsDbConnectionPrefTableView* iPrefView; |
|
117 }; |
|
118 |
|
119 // |
|
120 // Test step 028.06 |
|
121 // |
|
122 |
|
123 NONSHARABLE_CLASS(CCommDbTest028_06) : public CTestStepCommDb |
|
124 { |
|
125 public: |
|
126 CCommDbTest028_06(); |
|
127 ~CCommDbTest028_06(); |
|
128 |
|
129 virtual enum TVerdict doTestStepL( void ); |
|
130 TInt executeStepL(); |
|
131 TVerdict doTestStepPreambleL(); |
|
132 TVerdict doTestStepPostambleL(); |
|
133 |
|
134 private: |
|
135 CCommsDbConnectionPrefTableView* iPrefView; |
|
136 }; |
|
137 |
|
138 // |
|
139 // Test step 028.07 |
|
140 // |
|
141 |
|
142 NONSHARABLE_CLASS(CCommDbTest028_07) : public CTestStepCommDb |
|
143 { |
|
144 public: |
|
145 CCommDbTest028_07(); |
|
146 ~CCommDbTest028_07(); |
|
147 |
|
148 virtual enum TVerdict doTestStepL( void ); |
|
149 }; |
|
150 |
|
151 #endif //__STEP_028_XX_H__ |