telephonyserverplugins/common_tsy/test/integration/inc/cctsyintegrationtestmultibearerinteroperability.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 // Test step declarations for the MultiBearerInteroperability functional unit.
       
    15 // 
       
    16 //
       
    17 
       
    18 /**
       
    19  @internalTechnology
       
    20 */
       
    21 
       
    22 
       
    23 #ifndef __CCTSYINTEGRATIONTESTMULTIBEARERINTEROPERABILITY_H__
       
    24 #define __CCTSYINTEGRATIONTESTMULTIBEARERINTEROPERABILITY_H__
       
    25 
       
    26 
       
    27 #include <test/testexecutestepbase.h>
       
    28 #include "cctsyintegrationtestsuitebase.h"
       
    29 #include "tcallcontroltsytesthelper.h" 
       
    30 #include "tnetworktsytesthelper.h" 
       
    31 #include "tpacketservicetsytesthelper.h"
       
    32 #include "tsmsstoretsytesthelper.h"
       
    33 
       
    34 class CEtelSessionMgr;
       
    35 
       
    36 
       
    37 class CCTSYIntegrationTestMultiBearerInteroperabilityBase : public CCTSYIntegrationTestSuiteStepBase
       
    38 	{
       
    39 public:
       
    40 
       
    41 	CCTSYIntegrationTestMultiBearerInteroperabilityBase(CEtelSessionMgr& aEtelSessionMgr);
       
    42 	virtual ~CCTSYIntegrationTestMultiBearerInteroperabilityBase();
       
    43 
       
    44 protected:
       
    45 
       
    46     void SetAttachModeToWhenPossibleAndWaitForAttachL(RPacketService& aPacketService);
       
    47 	TNetworkTsyTestHelper	iNetworkTestHelper;
       
    48 	TPacketServiceTsyTestHelper iPacketServiceTestHelper;
       
    49 	TCallControlTsyTestHelper iCallControlTestHelper;
       
    50 	TSmsStoreTsyTestHelper iSmsStoreTsyTestHelper;
       
    51 
       
    52 	}; // class CCTSYIntegrationTestMultiBearerInteroperabilityBase
       
    53 
       
    54 
       
    55 class CCTSYIntegrationTestMultiBearerInteroperability0001 : public CCTSYIntegrationTestMultiBearerInteroperabilityBase
       
    56 	{
       
    57 public:
       
    58 
       
    59 	CCTSYIntegrationTestMultiBearerInteroperability0001(CEtelSessionMgr& aEtelSessionMgr);
       
    60 	~CCTSYIntegrationTestMultiBearerInteroperability0001();
       
    61 	virtual TVerdict doTestStepL();
       
    62 	static TPtrC GetTestStepName();
       
    63 
       
    64 private:
       
    65 
       
    66 	}; // class CCTSYIntegrationTestMultiBearerInteroperability0001
       
    67 
       
    68 
       
    69 class CCTSYIntegrationTestMultiBearerInteroperability0002 : public CCTSYIntegrationTestMultiBearerInteroperabilityBase
       
    70 	{
       
    71 public:
       
    72 
       
    73 	CCTSYIntegrationTestMultiBearerInteroperability0002(CEtelSessionMgr& aEtelSessionMgr);
       
    74 	~CCTSYIntegrationTestMultiBearerInteroperability0002();
       
    75 	virtual TVerdict doTestStepL();
       
    76 	static TPtrC GetTestStepName();
       
    77 
       
    78 private:
       
    79 
       
    80 	}; // class CCTSYIntegrationTestMultiBearerInteroperability0002
       
    81 
       
    82 
       
    83 class CCTSYIntegrationTestMultiBearerInteroperability0003 : public CCTSYIntegrationTestMultiBearerInteroperabilityBase
       
    84 	{
       
    85 public:
       
    86 
       
    87 	CCTSYIntegrationTestMultiBearerInteroperability0003(CEtelSessionMgr& aEtelSessionMgr);
       
    88 	~CCTSYIntegrationTestMultiBearerInteroperability0003();
       
    89 	virtual TVerdict doTestStepL();
       
    90 	static TPtrC GetTestStepName();
       
    91 
       
    92 private:
       
    93 
       
    94 	}; // class CCTSYIntegrationTestMultiBearerInteroperability0003
       
    95 
       
    96 
       
    97 class CCTSYIntegrationTestMultiBearerInteroperability0004 : public CCTSYIntegrationTestMultiBearerInteroperabilityBase
       
    98 	{
       
    99 public:
       
   100 
       
   101 	CCTSYIntegrationTestMultiBearerInteroperability0004(CEtelSessionMgr& aEtelSessionMgr);
       
   102 	~CCTSYIntegrationTestMultiBearerInteroperability0004();
       
   103 	virtual TVerdict doTestStepL();
       
   104 	static TPtrC GetTestStepName();
       
   105 
       
   106 private:
       
   107 
       
   108 	}; // class CCTSYIntegrationTestMultiBearerInteroperability0004
       
   109 
       
   110 
       
   111 class CCTSYIntegrationTestMultiBearerInteroperability0005 : public CCTSYIntegrationTestMultiBearerInteroperabilityBase
       
   112 	{
       
   113 public:
       
   114 
       
   115 	CCTSYIntegrationTestMultiBearerInteroperability0005(CEtelSessionMgr& aEtelSessionMgr);
       
   116 	~CCTSYIntegrationTestMultiBearerInteroperability0005();
       
   117 	virtual TVerdict doTestStepL();
       
   118 	static TPtrC GetTestStepName();
       
   119 
       
   120 private:
       
   121 
       
   122 	}; // class CCTSYIntegrationTestMultiBearerInteroperability0005
       
   123 
       
   124 
       
   125 
       
   126 #endif // __CCTSYINTEGRATIONTESTMULTIBEARERINTEROPERABILITY_H__