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