telephonyserverplugins/common_tsy/test/integration/inc/cctsyintegrationtestprivacy.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 Privacy functional unit.
       
    15 // 
       
    16 //
       
    17 
       
    18 /**
       
    19  @internalTechnology
       
    20 */
       
    21 
       
    22 
       
    23 #ifndef __CCTSYINTEGRATIONTESTPRIVACY_H__
       
    24 #define __CCTSYINTEGRATIONTESTPRIVACY_H__
       
    25 
       
    26 
       
    27 #include <test/testexecutestepbase.h>
       
    28 #include "cctsyintegrationtestsuitebase.h"
       
    29 #include "tnetworktsytesthelper.h"
       
    30 #include "tcallcontroltsytesthelper.h"
       
    31 
       
    32 
       
    33 class CEtelSessionMgr;
       
    34 
       
    35 
       
    36 class CCTSYIntegrationTestPrivacyBase : public CCTSYIntegrationTestSuiteStepBase
       
    37 	{
       
    38 public:
       
    39 
       
    40 	CCTSYIntegrationTestPrivacyBase(CEtelSessionMgr& aEtelSessionMgr);
       
    41 	virtual ~CCTSYIntegrationTestPrivacyBase();
       
    42 
       
    43 protected:
       
    44 
       
    45 	TNetworkTsyTestHelper   iNetworkTestHelper;
       
    46 	TCallControlTsyTestHelper iCallControlTestHelper;
       
    47 
       
    48 	}; // class CCTSYIntegrationTestPrivacyBase
       
    49 
       
    50 
       
    51 class CCTSYIntegrationTestPrivacy0001 : public CCTSYIntegrationTestPrivacyBase
       
    52 	{
       
    53 public:
       
    54 
       
    55 	CCTSYIntegrationTestPrivacy0001(CEtelSessionMgr& aEtelSessionMgr);
       
    56 	~CCTSYIntegrationTestPrivacy0001();
       
    57 	virtual TVerdict doTestStepL();
       
    58 	static TPtrC GetTestStepName();
       
    59 
       
    60 private:
       
    61 
       
    62 	}; // class CCTSYIntegrationTestPrivacy0001
       
    63 
       
    64 
       
    65 class CCTSYIntegrationTestPrivacy0002 : public CCTSYIntegrationTestPrivacyBase
       
    66 	{
       
    67 public:
       
    68 
       
    69 	CCTSYIntegrationTestPrivacy0002(CEtelSessionMgr& aEtelSessionMgr);
       
    70 	~CCTSYIntegrationTestPrivacy0002();
       
    71 	virtual TVerdict doTestStepL();
       
    72 	static TPtrC GetTestStepName();
       
    73 
       
    74 private:
       
    75 
       
    76 	}; // class CCTSYIntegrationTestPrivacy0002
       
    77 
       
    78 
       
    79 class CCTSYIntegrationTestPrivacy0003 : public CCTSYIntegrationTestPrivacyBase
       
    80 	{
       
    81 public:
       
    82 
       
    83 	CCTSYIntegrationTestPrivacy0003(CEtelSessionMgr& aEtelSessionMgr);
       
    84 	~CCTSYIntegrationTestPrivacy0003();
       
    85 	virtual TVerdict doTestStepL();
       
    86 	static TPtrC GetTestStepName();
       
    87 
       
    88 private:
       
    89 
       
    90 	}; // class CCTSYIntegrationTestPrivacy0003
       
    91 
       
    92 
       
    93 
       
    94 #endif // __CCTSYINTEGRATIONTESTPRIVACY_H__