|
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 MessageWaiting |
|
15 // functional unit of the Common TSY. |
|
16 // |
|
17 // |
|
18 |
|
19 #ifndef CCTSYMESSAGEWAITINGFU_H |
|
20 #define CCTSYMESSAGEWAITINGFU_H |
|
21 |
|
22 #include <test/tefunit.h> |
|
23 |
|
24 #include <etelmm.h> |
|
25 #include <etelmmcs.h> |
|
26 |
|
27 #include "cctsycomponenttestbase.h" |
|
28 |
|
29 class CCTsyMessageWaitingFU : 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 TestNotifyMessageWaiting0001L(); |
|
39 void TestGetIccMessageWaitingIndicators0001L(); |
|
40 void TestGetIccMessageWaitingIndicators0002L(); |
|
41 void TestGetIccMessageWaitingIndicators0003L(); |
|
42 void TestGetIccMessageWaitingIndicators0004L(); |
|
43 void TestGetIccMessageWaitingIndicators0005L(); |
|
44 void TestGetIccMessageWaitingIndicators0001aL(); |
|
45 void TestSetIccMessageWaitingIndicators0001L(); |
|
46 void TestSetIccMessageWaitingIndicators0002L(); |
|
47 void TestSetIccMessageWaitingIndicators0003L(); |
|
48 void TestSetIccMessageWaitingIndicators0004L(); |
|
49 void TestSetIccMessageWaitingIndicators0005L(); |
|
50 void TestNotifyIccMessageWaitingIndicatorsChange0001L(); |
|
51 void TestNotifyIccMessageWaitingIndicatorsChange0002L(); |
|
52 void TestNotifyIccMessageWaitingIndicatorsChange0003L(); |
|
53 void TestNotifyIccMessageWaitingIndicatorsChange0004L(); |
|
54 |
|
55 |
|
56 private: |
|
57 |
|
58 |
|
59 }; // class CCTsyMessageWaitingFU |
|
60 |
|
61 #endif // CCTSYMESSAGEWAITINGFU_H |
|
62 |