|
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 AlternateLineService functional unit. |
|
15 // |
|
16 // |
|
17 |
|
18 /** |
|
19 @internalTechnology |
|
20 */ |
|
21 |
|
22 |
|
23 #ifndef __CCTSYINTEGRATIONTESTALTERNATELINESERVICE_H__ |
|
24 #define __CCTSYINTEGRATIONTESTALTERNATELINESERVICE_H__ |
|
25 |
|
26 |
|
27 #include <test/testexecutestepbase.h> |
|
28 #include "cctsyintegrationtestsuitebase.h" |
|
29 #include "tnetworktsytesthelper.h" |
|
30 #include "tcallcontroltsytesthelper.h" |
|
31 |
|
32 class CEtelSessionMgr; |
|
33 |
|
34 |
|
35 class CCTSYIntegrationTestAlternateLineServiceBase : public CCTSYIntegrationTestSuiteStepBase |
|
36 { |
|
37 public: |
|
38 |
|
39 CCTSYIntegrationTestAlternateLineServiceBase(CEtelSessionMgr& aEtelSessionMgr); |
|
40 virtual ~CCTSYIntegrationTestAlternateLineServiceBase(); |
|
41 |
|
42 protected: |
|
43 |
|
44 TNetworkTsyTestHelper iNetworkTestHelper; |
|
45 TCallControlTsyTestHelper iCallControlTestHelper; |
|
46 |
|
47 }; // class CCTSYIntegrationTestAlternateLineServiceBase |
|
48 |
|
49 |
|
50 class CCTSYIntegrationTestAlternateLineService0001 : public CCTSYIntegrationTestAlternateLineServiceBase |
|
51 { |
|
52 public: |
|
53 |
|
54 CCTSYIntegrationTestAlternateLineService0001(CEtelSessionMgr& aEtelSessionMgr); |
|
55 ~CCTSYIntegrationTestAlternateLineService0001(); |
|
56 virtual TVerdict doTestStepL(); |
|
57 static TPtrC GetTestStepName(); |
|
58 |
|
59 private: |
|
60 |
|
61 }; // class CCTSYIntegrationTestAlternateLineService0001 |
|
62 |
|
63 |
|
64 class CCTSYIntegrationTestAlternateLineService0002 : public CCTSYIntegrationTestAlternateLineServiceBase |
|
65 { |
|
66 public: |
|
67 |
|
68 CCTSYIntegrationTestAlternateLineService0002(CEtelSessionMgr& aEtelSessionMgr); |
|
69 ~CCTSYIntegrationTestAlternateLineService0002(); |
|
70 virtual TVerdict doTestStepL(); |
|
71 static TPtrC GetTestStepName(); |
|
72 |
|
73 private: |
|
74 |
|
75 }; // class CCTSYIntegrationTestAlternateLineService0002 |
|
76 |
|
77 |
|
78 class CCTSYIntegrationTestAlternateLineService0003 : public CCTSYIntegrationTestAlternateLineServiceBase |
|
79 { |
|
80 public: |
|
81 |
|
82 CCTSYIntegrationTestAlternateLineService0003(CEtelSessionMgr& aEtelSessionMgr); |
|
83 ~CCTSYIntegrationTestAlternateLineService0003(); |
|
84 virtual TVerdict doTestStepL(); |
|
85 static TPtrC GetTestStepName(); |
|
86 |
|
87 private: |
|
88 |
|
89 }; // class CCTSYIntegrationTestAlternateLineService0003 |
|
90 |
|
91 |
|
92 |
|
93 #endif // __CCTSYINTEGRATIONTESTALTERNATELINESERVICE_H__ |