|
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 035.XX group of scenarios |
|
15 // |
|
16 // |
|
17 |
|
18 |
|
19 #if (!defined __STEP_035_XX_H__) |
|
20 #define __STEP_035_XX_H__ |
|
21 |
|
22 |
|
23 // |
|
24 // Test step 035.01 |
|
25 // |
|
26 |
|
27 NONSHARABLE_CLASS(CCommDbTest035_01) : public CTestStepCommDb |
|
28 { |
|
29 public: |
|
30 CCommDbTest035_01(); |
|
31 ~CCommDbTest035_01(); |
|
32 |
|
33 virtual enum TVerdict doTestStepL( void ); |
|
34 TInt executeStepL(); |
|
35 TVerdict doTestStepPreambleL(); |
|
36 TVerdict doTestStepPostambleL(); |
|
37 |
|
38 }; |
|
39 |
|
40 // |
|
41 // Test step 035.02 |
|
42 // |
|
43 |
|
44 NONSHARABLE_CLASS(CCommDbTest035_02) : public CTestStepCommDb |
|
45 { |
|
46 public: |
|
47 CCommDbTest035_02(); |
|
48 ~CCommDbTest035_02(); |
|
49 |
|
50 virtual enum TVerdict doTestStepL( void ); |
|
51 TInt executeStepL(); |
|
52 TVerdict doTestStepPreambleL(); |
|
53 TVerdict doTestStepPostambleL(); |
|
54 |
|
55 }; |
|
56 |
|
57 // |
|
58 // Test step 035.03 |
|
59 // |
|
60 |
|
61 NONSHARABLE_CLASS(CCommDbTest035_03) : public CTestStepCommDb |
|
62 { |
|
63 public: |
|
64 CCommDbTest035_03(); |
|
65 ~CCommDbTest035_03(); |
|
66 |
|
67 virtual enum TVerdict doTestStepL( void ); |
|
68 TInt executeStepL(); |
|
69 TVerdict doTestStepPreambleL(); |
|
70 TVerdict doTestStepPostambleL(); |
|
71 |
|
72 }; |
|
73 |
|
74 // |
|
75 // Test step 035.04 |
|
76 // |
|
77 |
|
78 NONSHARABLE_CLASS(CCommDbTest035_04) : public CTestStepCommDb |
|
79 { |
|
80 public: |
|
81 CCommDbTest035_04(); |
|
82 ~CCommDbTest035_04(); |
|
83 |
|
84 virtual enum TVerdict doTestStepL( void ); |
|
85 }; |
|
86 |
|
87 #endif //__STEP_035_XX_H__ |