|
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 061.XX group of scenarios |
|
15 // |
|
16 // |
|
17 |
|
18 #if (!defined __STEP_061_XX_H__) |
|
19 #define __STEP_061_XX_H__ |
|
20 |
|
21 |
|
22 NONSHARABLE_CLASS(CCommDbTest061_xx) : public CTestStepCommDb |
|
23 { |
|
24 protected: |
|
25 CCommsDbTableView *OpenIspTable(CCommsDatabase* aDb, TInt &NoOfRows, TInt ExpectedCount); |
|
26 |
|
27 }; |
|
28 |
|
29 // |
|
30 // Test step 061.01 |
|
31 // |
|
32 |
|
33 NONSHARABLE_CLASS(CCommDbTest061_01) : public CCommDbTest061_xx |
|
34 { |
|
35 public: |
|
36 CCommDbTest061_01(); |
|
37 ~CCommDbTest061_01(); |
|
38 |
|
39 virtual enum TVerdict doTestStepL( void ); |
|
40 TInt executeStepL(); |
|
41 TVerdict doTestStepPreambleL(); |
|
42 }; |
|
43 |
|
44 // |
|
45 // Test step 061.02 |
|
46 // |
|
47 |
|
48 NONSHARABLE_CLASS(CCommDbTest061_02) : public CCommDbTest061_xx |
|
49 { |
|
50 public: |
|
51 CCommDbTest061_02(); |
|
52 ~CCommDbTest061_02(); |
|
53 |
|
54 virtual enum TVerdict doTestStepL( void ); |
|
55 TInt executeStepL(); |
|
56 TVerdict doTestStepPreambleL(); |
|
57 |
|
58 }; |
|
59 |
|
60 // |
|
61 // Test step 061.03 |
|
62 // |
|
63 |
|
64 NONSHARABLE_CLASS(CCommDbTest061_03) : public CCommDbTest061_xx |
|
65 { |
|
66 public: |
|
67 CCommDbTest061_03(); |
|
68 ~CCommDbTest061_03(); |
|
69 |
|
70 virtual enum TVerdict doTestStepL( void ); |
|
71 TInt executeStepL(); |
|
72 TVerdict doTestStepPreambleL(); |
|
73 |
|
74 }; |
|
75 |
|
76 // |
|
77 // Test step 061.04 |
|
78 // |
|
79 |
|
80 NONSHARABLE_CLASS(CCommDbTest061_04) : public CCommDbTest061_xx |
|
81 { |
|
82 public: |
|
83 CCommDbTest061_04(); |
|
84 ~CCommDbTest061_04(); |
|
85 |
|
86 virtual enum TVerdict doTestStepL( void ); |
|
87 TInt executeStepL(); |
|
88 TVerdict doTestStepPreambleL(); |
|
89 |
|
90 }; |
|
91 |
|
92 |
|
93 #endif //__STEP_061_XX_H__ |