|
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 // The TEFUnit header file which tests the DataCallControl |
|
15 // functional unit of the Common TSY. |
|
16 // |
|
17 // |
|
18 |
|
19 #ifndef CCTSYDATACALLCONTROLFU_H |
|
20 #define CCTSYDATACALLCONTROLFU_H |
|
21 |
|
22 #include <test/tefunit.h> |
|
23 |
|
24 #include <etelmm.h> |
|
25 #include <etelmmcs.h> |
|
26 |
|
27 #include "cctsycomponenttestbase.h" |
|
28 |
|
29 class CCTsyDataCallControlFU : public CCtsyComponentTestBase |
|
30 { |
|
31 public: |
|
32 // Create a suite of all the tests |
|
33 static CTestSuite* CreateSuiteL(const TDesC& aName); |
|
34 |
|
35 public: |
|
36 // Individual test steps |
|
37 |
|
38 void TestGetBearerServiceInfo0001L(); |
|
39 void TestGetBearerServiceInfo0006L(); |
|
40 void TestGetBearerServiceInfo0011L(); |
|
41 void TestConnect0001L(); |
|
42 void TestConnect0006L(); |
|
43 void TestConnect0007L(); |
|
44 void TestConnect0008L(); |
|
45 void TestConnect0009L(); |
|
46 void TestConnect0011L(); |
|
47 void TestConnect0012L(); |
|
48 void TestConnect0013L(); |
|
49 void TestConnect0014L(); |
|
50 void TestGetCurrentHscsdInfo0001L(); |
|
51 void TestGetCurrentHscsdInfo0006L(); |
|
52 void TestGetCurrentHscsdInfo0008L(); |
|
53 void TestGetCurrentHscsdInfo0011L(); |
|
54 void TestNotifyVoiceFallback0001L(); |
|
55 void TestNotifyVoiceFallback0006L(); |
|
56 void TestNotifyVoiceFallback00011L(); |
|
57 void TestGetMobileDataCallCaps0001L(); |
|
58 void TestGetMobileDataCallCaps0006L(); |
|
59 void TestGetMobileDataCallCaps0008L(); |
|
60 void TestGetMobileDataCallCaps00011L(); |
|
61 void TestNotifyHscsdInfoChange0001L(); |
|
62 void TestNotifyHscsdInfoChange0006L(); |
|
63 void TestNotifyHscsdInfoChange0007L(); |
|
64 void TestNotifyHscsdInfoChange0008L(); |
|
65 void TestNotifyHscsdInfoChange0009L(); |
|
66 void TestNotifyHscsdInfoChange00011L(); |
|
67 void TestSetDynamicHscsdParams0001L(); |
|
68 void TestSetDynamicHscsdParams0006L(); |
|
69 void TestSetDynamicHscsdParams0007L(); |
|
70 void TestSetDynamicHscsdParams0009L(); |
|
71 void TestSetDynamicHscsdParams00010L(); |
|
72 void TestSetDynamicHscsdParams00011L(); |
|
73 void TestGetMobileDataCallRLPRange0001L(); |
|
74 void TestGetMobileDataCallRLPRange0006L(); |
|
75 void TestGetMobileDataCallRLPRange00011L(); |
|
76 void TestNotifyMobileDataCallCapsChange0001L(); |
|
77 void TestNotifyMobileDataCallCapsChange0006L(); |
|
78 void TestNotifyMobileDataCallCapsChange0007L(); |
|
79 void TestNotifyMobileDataCallCapsChange0008L(); |
|
80 void TestNotifyMobileDataCallCapsChange0009L(); |
|
81 void TestNotifyMobileDataCallCapsChange00011L(); |
|
82 |
|
83 }; // class CCTsyDataCallControlFU |
|
84 |
|
85 #endif // CCTSYDATACALLCONTROLFU_H |
|
86 |