|
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 // step_012_01.h |
|
15 // This is the header file for CommDb test 012.XX group of scenarios |
|
16 // |
|
17 // |
|
18 |
|
19 |
|
20 #if (!defined __STEP_012_XX_H__) |
|
21 #define __STEP_012_XX_H__ |
|
22 |
|
23 |
|
24 // |
|
25 // Test step 012.01 |
|
26 // |
|
27 |
|
28 NONSHARABLE_CLASS(CCommDbTest012_01) : public CTestStepCommDb |
|
29 { |
|
30 public: |
|
31 CCommDbTest012_01(); |
|
32 ~CCommDbTest012_01(); |
|
33 |
|
34 virtual enum TVerdict doTestStepL( void ); |
|
35 TInt executeStepL(); |
|
36 TVerdict doTestStepPreambleL(); |
|
37 |
|
38 |
|
39 private: |
|
40 |
|
41 }; |
|
42 |
|
43 // |
|
44 // Test step 012.02 |
|
45 // |
|
46 |
|
47 NONSHARABLE_CLASS(CCommDbTest012_02) : public CTestStepCommDb |
|
48 { |
|
49 public: |
|
50 CCommDbTest012_02(); |
|
51 ~CCommDbTest012_02(); |
|
52 |
|
53 virtual enum TVerdict doTestStepL( void ); |
|
54 TInt executeStepL(); |
|
55 TVerdict doTestStepPreambleL(); |
|
56 |
|
57 private: |
|
58 |
|
59 }; |
|
60 |
|
61 |
|
62 // |
|
63 // Test step 012.03 |
|
64 // |
|
65 |
|
66 NONSHARABLE_CLASS(CCommDbTest012_03) : public CTestStepCommDb |
|
67 { |
|
68 public: |
|
69 CCommDbTest012_03(); |
|
70 ~CCommDbTest012_03(); |
|
71 |
|
72 virtual enum TVerdict doTestStepL( void ); |
|
73 TInt executeStepL(); |
|
74 TVerdict doTestStepPreambleL(); |
|
75 |
|
76 private: |
|
77 |
|
78 }; |
|
79 |
|
80 // |
|
81 // Test step 012.04 |
|
82 // |
|
83 |
|
84 NONSHARABLE_CLASS(CCommDbTest012_04) : public CTestStepCommDb |
|
85 { |
|
86 public: |
|
87 CCommDbTest012_04(); |
|
88 ~CCommDbTest012_04(); |
|
89 |
|
90 virtual enum TVerdict doTestStepL( void ); |
|
91 TInt executeStepL(); |
|
92 TVerdict doTestStepPreambleL(); |
|
93 |
|
94 private: |
|
95 |
|
96 }; |
|
97 |
|
98 |
|
99 // |
|
100 // Test step 012.05 |
|
101 // |
|
102 |
|
103 NONSHARABLE_CLASS(CCommDbTest012_05) : public CTestStepCommDb |
|
104 { |
|
105 public: |
|
106 CCommDbTest012_05(); |
|
107 ~CCommDbTest012_05(); |
|
108 |
|
109 virtual enum TVerdict doTestStepL( void ); |
|
110 TInt executeStepL(); |
|
111 TInt myOpenViewL(); |
|
112 TVerdict doTestStepPreambleL(); |
|
113 |
|
114 private: |
|
115 |
|
116 }; |
|
117 |
|
118 // |
|
119 // Test step 012.06 |
|
120 // |
|
121 |
|
122 NONSHARABLE_CLASS(CCommDbTest012_06) : public CTestStepCommDb |
|
123 { |
|
124 public: |
|
125 CCommDbTest012_06(); |
|
126 ~CCommDbTest012_06(); |
|
127 |
|
128 virtual enum TVerdict doTestStepL( void ); |
|
129 TInt executeStepL(); |
|
130 TInt myOpenViewL(); |
|
131 TVerdict doTestStepPreambleL(); |
|
132 |
|
133 private: |
|
134 |
|
135 }; |
|
136 |
|
137 // |
|
138 // Test step 012.07 |
|
139 // |
|
140 |
|
141 NONSHARABLE_CLASS(CCommDbTest012_07) : public CTestStepCommDb |
|
142 { |
|
143 public: |
|
144 CCommDbTest012_07(); |
|
145 ~CCommDbTest012_07(); |
|
146 |
|
147 virtual enum TVerdict doTestStepL( void ); |
|
148 |
|
149 |
|
150 private: |
|
151 |
|
152 }; |
|
153 |
|
154 #endif //(__STEP_012_XX_H__) |