telephonyserverplugins/common_tsy/test/component/inc/cctsyucasembms011.h
changeset 0 3553901f7fa8
child 24 6638e7f4bd8f
equal deleted inserted replaced
-1:000000000000 0:3553901f7fa8
       
     1 // Copyright (c) 2008-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 // functional unit of the Common TSY.
       
    15 // 
       
    16 //
       
    17 
       
    18 /**
       
    19  @file The TEFUnit header file which tests the MBMS
       
    20 */
       
    21 
       
    22 #ifndef CCTSYUCASEMBMS011_H
       
    23 #define CCTSYUCASEMBMS011_H
       
    24 
       
    25 #include <test/tefunit.h>
       
    26 
       
    27 #include <etelmm.h>
       
    28 #include <etelmmcs.h>
       
    29 
       
    30 #include "cctsycomponenttestbase.h"
       
    31 
       
    32 class CCTsyUCaseMbms011 : public CCtsyComponentTestBase
       
    33 	{
       
    34 	    
       
    35 public:
       
    36 	// Create a suite of all the tests
       
    37 	static CTestSuite* CreateSuiteL(const TDesC& aName);
       
    38 
       
    39 public:
       
    40 	// Individual test steps
       
    41 	void CCTsyIntegrationTestMbms0001L();
       
    42 	void CCTsyIntegrationTestMbms0002L();
       
    43 
       
    44 private:
       
    45 
       
    46 	}; // class cctsyucasembms011
       
    47 
       
    48 #endif // CCTSYUCASEMBMS011_H