|
1 // Copyright (c) 2007-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 // Test step declarations for the PhonePower functional unit. |
|
15 // |
|
16 // |
|
17 |
|
18 /** |
|
19 @internalTechnology |
|
20 */ |
|
21 |
|
22 |
|
23 #ifndef __CCTSYINTEGRATIONTESTPHONEPOWER_H__ |
|
24 #define __CCTSYINTEGRATIONTESTPHONEPOWER_H__ |
|
25 |
|
26 |
|
27 #include <test/testexecutestepbase.h> |
|
28 #include "cctsyintegrationtestsuitebase.h" |
|
29 #include "tphonetsytesthelper.h" |
|
30 |
|
31 class CEtelSessionMgr; |
|
32 |
|
33 |
|
34 class CCTSYIntegrationTestPhonePowerBase : public CCTSYIntegrationTestSuiteStepBase |
|
35 { |
|
36 public: |
|
37 |
|
38 CCTSYIntegrationTestPhonePowerBase(CEtelSessionMgr& aEtelSessionMgr); |
|
39 virtual ~CCTSYIntegrationTestPhonePowerBase(); |
|
40 |
|
41 protected: |
|
42 |
|
43 TPhoneTsyTestHelper iPhoneTsyTestHelper; |
|
44 }; // class CCTSYIntegrationTestPhonePowerBase |
|
45 |
|
46 |
|
47 class CCTSYIntegrationTestPhonePower0001 : public CCTSYIntegrationTestPhonePowerBase |
|
48 { |
|
49 public: |
|
50 |
|
51 CCTSYIntegrationTestPhonePower0001(CEtelSessionMgr& aEtelSessionMgr); |
|
52 ~CCTSYIntegrationTestPhonePower0001(); |
|
53 virtual TVerdict doTestStepL(); |
|
54 static TPtrC GetTestStepName(); |
|
55 |
|
56 private: |
|
57 |
|
58 }; // class CCTSYIntegrationTestPhonePower0001 |
|
59 |
|
60 |
|
61 class CCTSYIntegrationTestPhonePower0002 : public CCTSYIntegrationTestPhonePowerBase |
|
62 { |
|
63 public: |
|
64 |
|
65 CCTSYIntegrationTestPhonePower0002(CEtelSessionMgr& aEtelSessionMgr); |
|
66 ~CCTSYIntegrationTestPhonePower0002(); |
|
67 virtual TVerdict doTestStepL(); |
|
68 static TPtrC GetTestStepName(); |
|
69 |
|
70 private: |
|
71 |
|
72 }; // class CCTSYIntegrationTestPhonePower0002 |
|
73 |
|
74 |
|
75 |
|
76 #endif // __CCTSYINTEGRATIONTESTPHONEPOWER_H__ |