telephonyserverplugins/common_tsy/test/integration/inc/cctsyintegrationtestphoneidentity.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 PhoneIdentity functional unit.
       
    15 // 
       
    16 //
       
    17 
       
    18 /**
       
    19  @internalTechnology
       
    20 */
       
    21 
       
    22 
       
    23 #ifndef __CCTSYINTEGRATIONTESTPHONEIDENTITY_H__
       
    24 #define __CCTSYINTEGRATIONTESTPHONEIDENTITY_H__
       
    25 
       
    26 
       
    27 #include <test/testexecutestepbase.h>
       
    28 #include "cctsyintegrationtestsuitebase.h"
       
    29 #include "tcallcontroltsytesthelper.h"
       
    30 #include "tsupplementaltsytesthelper.h"
       
    31 #include "tnetworktsytesthelper.h"
       
    32 
       
    33 class CEtelSessionMgr;
       
    34 
       
    35 
       
    36 class CCTSYIntegrationTestPhoneIdentityBase : public CCTSYIntegrationTestSuiteStepBase
       
    37 	{
       
    38 public:
       
    39 
       
    40 	CCTSYIntegrationTestPhoneIdentityBase(CEtelSessionMgr& aEtelSessionMgr);
       
    41 	virtual ~CCTSYIntegrationTestPhoneIdentityBase();
       
    42 
       
    43 protected:
       
    44 
       
    45 	// Declare a TSY test helper here if required
       
    46 	
       
    47 	TCallControlTsyTestHelper iCallControlHelper;
       
    48 	
       
    49 	TSupplementalTsyTestHelper iSupplementalHelper;
       
    50 	
       
    51 	TNetworkTsyTestHelper iNetworkTestHelper;
       
    52 	
       
    53 	}; // class CCTSYIntegrationTestPhoneIdentityBase
       
    54 
       
    55 
       
    56 class CCTSYIntegrationTestPhoneIdentity0001 : public CCTSYIntegrationTestPhoneIdentityBase
       
    57 	{
       
    58 public:
       
    59 
       
    60 	CCTSYIntegrationTestPhoneIdentity0001(CEtelSessionMgr& aEtelSessionMgr);
       
    61 	~CCTSYIntegrationTestPhoneIdentity0001();
       
    62 	virtual TVerdict doTestStepL();
       
    63 	static TPtrC GetTestStepName();
       
    64 
       
    65 private:
       
    66 
       
    67 	}; // class CCTSYIntegrationTestPhoneIdentity0001
       
    68 
       
    69 
       
    70 class CCTSYIntegrationTestPhoneIdentity0002 : public CCTSYIntegrationTestPhoneIdentityBase
       
    71 	{
       
    72 public:
       
    73 
       
    74 	CCTSYIntegrationTestPhoneIdentity0002(CEtelSessionMgr& aEtelSessionMgr);
       
    75 	~CCTSYIntegrationTestPhoneIdentity0002();
       
    76 	virtual TVerdict doTestStepL();
       
    77 	static TPtrC GetTestStepName();
       
    78 
       
    79 private:
       
    80 
       
    81 	}; // class CCTSYIntegrationTestPhoneIdentity0002
       
    82 
       
    83 
       
    84 class CCTSYIntegrationTestPhoneIdentity0003 : public CCTSYIntegrationTestPhoneIdentityBase
       
    85 	{
       
    86 public:
       
    87 
       
    88 	CCTSYIntegrationTestPhoneIdentity0003(CEtelSessionMgr& aEtelSessionMgr);
       
    89 	~CCTSYIntegrationTestPhoneIdentity0003();
       
    90 	virtual TVerdict doTestStepL();
       
    91 	static TPtrC GetTestStepName();
       
    92 
       
    93 private:
       
    94 
       
    95 	}; // class CCTSYIntegrationTestPhoneIdentity0003
       
    96 
       
    97 
       
    98 class CCTSYIntegrationTestPhoneIdentity0004 : public CCTSYIntegrationTestPhoneIdentityBase
       
    99 	{
       
   100 public:
       
   101 
       
   102 	CCTSYIntegrationTestPhoneIdentity0004(CEtelSessionMgr& aEtelSessionMgr);
       
   103 	~CCTSYIntegrationTestPhoneIdentity0004();
       
   104 	virtual TVerdict doTestStepL();
       
   105 	static TPtrC GetTestStepName();
       
   106 
       
   107 private:
       
   108 
       
   109 	}; // class CCTSYIntegrationTestPhoneIdentity0004
       
   110 
       
   111 
       
   112 class CCTSYIntegrationTestPhoneIdentity0005 : public CCTSYIntegrationTestPhoneIdentityBase
       
   113 	{
       
   114 public:
       
   115 
       
   116 	CCTSYIntegrationTestPhoneIdentity0005(CEtelSessionMgr& aEtelSessionMgr);
       
   117 	~CCTSYIntegrationTestPhoneIdentity0005();
       
   118 	virtual TVerdict doTestStepL();
       
   119 	static TPtrC GetTestStepName();
       
   120 
       
   121 private:
       
   122 
       
   123 	}; // class CCTSYIntegrationTestPhoneIdentity0005
       
   124 
       
   125 
       
   126 class CCTSYIntegrationTestPhoneIdentity0006 : public CCTSYIntegrationTestPhoneIdentityBase
       
   127 	{
       
   128 public:
       
   129 
       
   130 	CCTSYIntegrationTestPhoneIdentity0006(CEtelSessionMgr& aEtelSessionMgr);
       
   131 	~CCTSYIntegrationTestPhoneIdentity0006();
       
   132 	virtual TVerdict doTestStepL();
       
   133 	static TPtrC GetTestStepName();
       
   134 
       
   135 private:
       
   136 
       
   137 	}; // class CCTSYIntegrationTestPhoneIdentity0006
       
   138 
       
   139 
       
   140 class CCTSYIntegrationTestPhoneIdentity0007 : public CCTSYIntegrationTestPhoneIdentityBase
       
   141 	{
       
   142 public:
       
   143 
       
   144 	CCTSYIntegrationTestPhoneIdentity0007(CEtelSessionMgr& aEtelSessionMgr);
       
   145 	~CCTSYIntegrationTestPhoneIdentity0007();
       
   146 	virtual TVerdict doTestStepL();
       
   147 	static TPtrC GetTestStepName();
       
   148 
       
   149 private:
       
   150 
       
   151 	}; // class CCTSYIntegrationTestPhoneIdentity0007
       
   152 
       
   153 
       
   154 class CCTSYIntegrationTestPhoneIdentity0008 : public CCTSYIntegrationTestPhoneIdentityBase
       
   155 	{
       
   156 public:
       
   157 
       
   158 	CCTSYIntegrationTestPhoneIdentity0008(CEtelSessionMgr& aEtelSessionMgr);
       
   159 	~CCTSYIntegrationTestPhoneIdentity0008();
       
   160 	virtual TVerdict doTestStepL();
       
   161 	static TPtrC GetTestStepName();
       
   162 
       
   163 private:
       
   164 
       
   165 	}; // class CCTSYIntegrationTestPhoneIdentity0008
       
   166 
       
   167 
       
   168 class CCTSYIntegrationTestPhoneIdentity0009 : public CCTSYIntegrationTestPhoneIdentityBase
       
   169 	{
       
   170 public:
       
   171 
       
   172 	CCTSYIntegrationTestPhoneIdentity0009(CEtelSessionMgr& aEtelSessionMgr);
       
   173 	~CCTSYIntegrationTestPhoneIdentity0009();
       
   174 	virtual TVerdict doTestStepL();
       
   175 	static TPtrC GetTestStepName();
       
   176 
       
   177 private:
       
   178 
       
   179 	}; // class CCTSYIntegrationTestPhoneIdentity0009
       
   180 
       
   181 
       
   182 class CCTSYIntegrationTestPhoneIdentity0010 : public CCTSYIntegrationTestPhoneIdentityBase
       
   183 	{
       
   184 public:
       
   185 
       
   186 	CCTSYIntegrationTestPhoneIdentity0010(CEtelSessionMgr& aEtelSessionMgr);
       
   187 	~CCTSYIntegrationTestPhoneIdentity0010();
       
   188 	virtual TVerdict doTestStepL();
       
   189 	static TPtrC GetTestStepName();
       
   190 
       
   191 private:
       
   192 
       
   193 	}; // class CCTSYIntegrationTestPhoneIdentity0010
       
   194 
       
   195 
       
   196 
       
   197 #endif // __CCTSYINTEGRATIONTESTPHONEIDENTITY_H__