telephonyserverplugins/common_tsy/test/component/inc/cctsyphonecontrolfu.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 PhoneControl
       
    15 // functional unit of the Common TSY.
       
    16 // 
       
    17 //
       
    18 
       
    19 #ifndef CCTSYPHONECONTROLFU_H
       
    20 #define CCTSYPHONECONTROLFU_H
       
    21 
       
    22 #include <test/tefunit.h>
       
    23 
       
    24 #include <etelmm.h>
       
    25 #include <etelmmcs.h>
       
    26 
       
    27 #include "cctsycomponenttestbase.h"
       
    28 
       
    29 class CCTsyPhoneControlFU : 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 TestNotifyModemDetected0001L();
       
    39 	void TestGetPhoneInfo0001L();
       
    40 	void TestGetPhoneInfo0003L();
       
    41 	void TestIsSupportedByModule0001L();
       
    42 	void TestIsSupportedByModule0003L();
       
    43 	void TestGetCaps0001L();
       
    44 	void TestGetInfo0001L();
       
    45 	void TestGetStatus0001L();
       
    46 
       
    47 
       
    48 private:
       
    49 
       
    50 
       
    51 	}; // class CCTsyPhoneControlFU
       
    52 
       
    53 #endif // CCTSYPHONECONTROLFU_H
       
    54