telephonyserverplugins/common_tsy/test/component/inc/cctsylinecontrolfu.h
changeset 0 3553901f7fa8
child 24 6638e7f4bd8f
equal deleted inserted replaced
-1:000000000000 0:3553901f7fa8
       
     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 LineControl
       
    15 // functional unit of the Common TSY.
       
    16 // 
       
    17 //
       
    18 
       
    19 #ifndef CCTSYLINECONTROLFU_H
       
    20 #define CCTSYLINECONTROLFU_H
       
    21 
       
    22 #include <test/tefunit.h>
       
    23 
       
    24 #include <etelmm.h>
       
    25 #include <etelmmcs.h>
       
    26 
       
    27 #include "cctsycomponenttestbase.h"
       
    28 
       
    29 class CCTsyLineControlFU : 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 TestGetHookStatus0001L();
       
    39 	void TestGetHookStatus0002L();
       
    40 	void TestGetHookStatus0003L();
       
    41 
       
    42 	void TestGetCaps0001L();
       
    43 	void TestGetCaps0006L();
       
    44 	void TestGetCaps00011L();
       
    45 
       
    46 	void TestGetInfo0001L();
       
    47 	void TestGetInfo0006L();
       
    48 	void TestGetInfo00011L();
       
    49 
       
    50 	void TestGetStatus0001L();
       
    51 	void TestGetStatus0006L();
       
    52 	void TestGetStatus00011L();
       
    53 
       
    54 	void TestGetLineInfo0001L();
       
    55 	void TestGetLineInfo0003L();
       
    56 
       
    57 	void TestEnumerateLines0001L();
       
    58 
       
    59 	void TestNotifyCapsChange0002L();
       
    60 	void TestNotifyCapsChange0007L();
       
    61 	void TestNotifyCapsChange00012L();
       
    62 
       
    63 	void TestNotifyStatusChange0001L();
       
    64 	void TestNotifyStatusChange0001aL();
       
    65 	void TestNotifyStatusChange0002L();
       
    66 	void TestNotifyStatusChange0004L();
       
    67 	void TestNotifyStatusChange0006L();
       
    68 	void TestNotifyStatusChange0007L();
       
    69 	void TestNotifyStatusChange0009L();
       
    70 	void TestNotifyStatusChange00011L();
       
    71 	void TestNotifyStatusChange00012L();
       
    72 	void TestNotifyStatusChange00013L();
       
    73 	void TestNotifyStatusChange00014L();
       
    74 
       
    75 	void TestGetMobileLineStatus0001L();
       
    76 	void TestGetMobileLineStatus0006L();
       
    77 	void TestGetMobileLineStatus00011L();
       
    78 
       
    79 	void TestNotifyMobileLineStatusChange0001L();
       
    80 	void TestNotifyMobileLineStatusChange0002L();
       
    81 	void TestNotifyMobileLineStatusChange0004L();
       
    82 	void TestNotifyMobileLineStatusChange0006L();
       
    83 	void TestNotifyMobileLineStatusChange0007L();
       
    84 	void TestNotifyMobileLineStatusChange0009L();
       
    85 	void TestNotifyMobileLineStatusChange00011L();
       
    86 	void TestNotifyMobileLineStatusChange00012L();
       
    87 	void TestNotifyMobileLineStatusChange00014L();
       
    88 
       
    89 private:
       
    90 
       
    91 	}; // class CCTsyLineControlFU
       
    92 
       
    93 #endif // CCTSYLINECONTROLFU_H
       
    94