telephonyserverplugins/common_tsy/test/integration/inc/cctsyintegrationtestcallownership.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 CallOwnership functional unit.
       
    15 // 
       
    16 //
       
    17 
       
    18 /**
       
    19  @internalTechnology
       
    20 */
       
    21 
       
    22 
       
    23 #ifndef __CCTSYINTEGRATIONTESTCALLOWNERSHIP_H__
       
    24 #define __CCTSYINTEGRATIONTESTCALLOWNERSHIP_H__
       
    25 
       
    26 
       
    27 #include <test/testexecutestepbase.h>
       
    28 #include "cctsyintegrationtestsuitebase.h"
       
    29 #include "tnetworktsytesthelper.h"
       
    30 
       
    31 class CEtelSessionMgr;
       
    32 
       
    33 
       
    34 class CCTSYIntegrationTestCallOwnershipBase : public CCTSYIntegrationTestSuiteStepBase
       
    35 	{
       
    36 public:
       
    37 
       
    38 	CCTSYIntegrationTestCallOwnershipBase(CEtelSessionMgr& aEtelSessionMgr);
       
    39 	virtual ~CCTSYIntegrationTestCallOwnershipBase();
       
    40 
       
    41 protected:
       
    42 
       
    43 	TNetworkTsyTestHelper iNetworkTestHelper;
       
    44 	
       
    45 	}; // class CCTSYIntegrationTestCallOwnershipBase
       
    46 
       
    47 
       
    48 class CCTSYIntegrationTestCallOwnership0001 : public CCTSYIntegrationTestCallOwnershipBase
       
    49 	{
       
    50 public:
       
    51 
       
    52 	CCTSYIntegrationTestCallOwnership0001(CEtelSessionMgr& aEtelSessionMgr);
       
    53 	~CCTSYIntegrationTestCallOwnership0001();
       
    54 	virtual TVerdict doTestStepL();
       
    55 	static TPtrC GetTestStepName();
       
    56 
       
    57 private:
       
    58 
       
    59 	}; // class CCTSYIntegrationTestCallOwnership0001
       
    60 
       
    61 
       
    62 class CCTSYIntegrationTestCallOwnership0002 : public CCTSYIntegrationTestCallOwnershipBase
       
    63 	{
       
    64 public:
       
    65 
       
    66 	CCTSYIntegrationTestCallOwnership0002(CEtelSessionMgr& aEtelSessionMgr);
       
    67 	~CCTSYIntegrationTestCallOwnership0002();
       
    68 	virtual TVerdict doTestStepL();
       
    69 	static TPtrC GetTestStepName();
       
    70 
       
    71 private:
       
    72 
       
    73 	}; // class CCTSYIntegrationTestCallOwnership0002
       
    74 
       
    75 
       
    76 class CCTSYIntegrationTestCallOwnership0003 : public CCTSYIntegrationTestCallOwnershipBase
       
    77 	{
       
    78 public:
       
    79 
       
    80 	CCTSYIntegrationTestCallOwnership0003(CEtelSessionMgr& aEtelSessionMgr);
       
    81 	~CCTSYIntegrationTestCallOwnership0003();
       
    82 	virtual TVerdict doTestStepL();
       
    83 	static TPtrC GetTestStepName();
       
    84 
       
    85 private:
       
    86 
       
    87 	}; // class CCTSYIntegrationTestCallOwnership0003
       
    88 
       
    89 
       
    90 class CCTSYIntegrationTestCallOwnership0004 : public CCTSYIntegrationTestCallOwnershipBase
       
    91 	{
       
    92 public:
       
    93 
       
    94 	CCTSYIntegrationTestCallOwnership0004(CEtelSessionMgr& aEtelSessionMgr);
       
    95 	~CCTSYIntegrationTestCallOwnership0004();
       
    96 	virtual TVerdict doTestStepL();
       
    97 	static TPtrC GetTestStepName();
       
    98 
       
    99 private:
       
   100 
       
   101 	}; // class CCTSYIntegrationTestCallOwnership0004
       
   102 
       
   103 
       
   104 class CCTSYIntegrationTestCallOwnership0005 : public CCTSYIntegrationTestCallOwnershipBase
       
   105 	{
       
   106 public:
       
   107 
       
   108 	CCTSYIntegrationTestCallOwnership0005(CEtelSessionMgr& aEtelSessionMgr);
       
   109 	~CCTSYIntegrationTestCallOwnership0005();
       
   110 	virtual TVerdict doTestStepL();
       
   111 	static TPtrC GetTestStepName();
       
   112 
       
   113 private:
       
   114 
       
   115 	}; // class CCTSYIntegrationTestCallOwnership0005
       
   116 
       
   117 
       
   118 
       
   119 #endif // __CCTSYINTEGRATIONTESTCALLOWNERSHIP_H__