equal
deleted
inserted
replaced
|
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 044.XX group of scenarios |
|
15 // |
|
16 // |
|
17 |
|
18 #if (!defined __STEP_044_XX_H__) |
|
19 #define __STEP_044_XX_H__ |
|
20 |
|
21 |
|
22 // |
|
23 // Test step 044.01 |
|
24 // |
|
25 |
|
26 NONSHARABLE_CLASS(CCommDbTest044_01) : public CTestStepCommDb |
|
27 { |
|
28 public: |
|
29 CCommDbTest044_01(); |
|
30 ~CCommDbTest044_01(); |
|
31 |
|
32 virtual enum TVerdict doTestStepL( void ); |
|
33 TInt executeStepL(); |
|
34 TVerdict doTestStepPreambleL(); |
|
35 TVerdict doTestStepPostambleL(); |
|
36 |
|
37 }; |
|
38 |
|
39 // |
|
40 // Test step 044.02 |
|
41 // |
|
42 |
|
43 NONSHARABLE_CLASS(CCommDbTest044_02) : public CTestStepCommDb |
|
44 { |
|
45 public: |
|
46 CCommDbTest044_02(); |
|
47 ~CCommDbTest044_02(); |
|
48 |
|
49 virtual enum TVerdict doTestStepL( void ); |
|
50 TInt executeStepL(); |
|
51 TVerdict doTestStepPreambleL(); |
|
52 TVerdict doTestStepPostambleL(); |
|
53 |
|
54 }; |
|
55 |
|
56 // |
|
57 // Test step 044.03 |
|
58 // |
|
59 |
|
60 NONSHARABLE_CLASS(CCommDbTest044_03) : public CTestStepCommDb |
|
61 { |
|
62 public: |
|
63 CCommDbTest044_03(); |
|
64 ~CCommDbTest044_03(); |
|
65 |
|
66 virtual enum TVerdict doTestStepL( void ); |
|
67 }; |
|
68 |
|
69 #endif //__STEP_044_XX_H__ |