|
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 CallCost |
|
15 // functional unit of the Common TSY. |
|
16 // |
|
17 // |
|
18 |
|
19 #ifndef CCTSYCALLCOSTFU_H |
|
20 #define CCTSYCALLCOSTFU_H |
|
21 |
|
22 #include <test/tefunit.h> |
|
23 |
|
24 #include <etelmm.h> |
|
25 #include <etelmmcs.h> |
|
26 |
|
27 #include "cctsycomponenttestbase.h" |
|
28 |
|
29 class CCTsyCallCostFU : 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 TestGetCostCaps0001L(); |
|
39 void TestGetCostInfo0001L(); |
|
40 void TestClearCostMeter0001L(); |
|
41 void TestSetMaxCostMeter0001L(); |
|
42 void TestNotifyCostCapsChange0001L(); |
|
43 void TestNotifyCostInfoChange0001L(); |
|
44 void TestSetPuct0001L(); |
|
45 |
|
46 |
|
47 private: |
|
48 |
|
49 |
|
50 }; // class CCTsyCallCostFU |
|
51 |
|
52 #endif // CCTSYCALLCOSTFU_H |
|
53 |