telephonyserverplugins/common_tsy/test/integration/inc/cctsyintegrationtestsupplementaryservicecaps.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 SupplementaryServiceCaps functional unit.
       
    15 // 
       
    16 //
       
    17 
       
    18 /**
       
    19  @internalTechnology
       
    20 */
       
    21 
       
    22 
       
    23 #ifndef __CCTSYINTEGRATIONTESTSUPPLEMENTARYSERVICECAPS_H__
       
    24 #define __CCTSYINTEGRATIONTESTSUPPLEMENTARYSERVICECAPS_H__
       
    25 
       
    26 
       
    27 #include <test/testexecutestepbase.h>
       
    28 #include "cctsyintegrationtestsuitebase.h"
       
    29 
       
    30 class CEtelSessionMgr;
       
    31 
       
    32 
       
    33 class CCTSYIntegrationTestSupplementaryServiceCapsBase : public CCTSYIntegrationTestSuiteStepBase
       
    34 	{
       
    35 public:
       
    36 
       
    37 	CCTSYIntegrationTestSupplementaryServiceCapsBase(CEtelSessionMgr& aEtelSessionMgr);
       
    38 	virtual ~CCTSYIntegrationTestSupplementaryServiceCapsBase();
       
    39 
       
    40 protected:
       
    41 
       
    42 	// Declare a TSY test helper here if required
       
    43 
       
    44 	}; // class CCTSYIntegrationTestSupplementaryServiceCapsBase
       
    45 
       
    46 
       
    47 class CCTSYIntegrationTestSupplementaryServiceCaps0001 : public CCTSYIntegrationTestSupplementaryServiceCapsBase
       
    48 	{
       
    49 public:
       
    50 
       
    51 	CCTSYIntegrationTestSupplementaryServiceCaps0001(CEtelSessionMgr& aEtelSessionMgr);
       
    52 	~CCTSYIntegrationTestSupplementaryServiceCaps0001();
       
    53 	virtual TVerdict doTestStepL();
       
    54 	static TPtrC GetTestStepName();
       
    55 
       
    56 private:
       
    57 
       
    58 	}; // class CCTSYIntegrationTestSupplementaryServiceCaps0001
       
    59 
       
    60 
       
    61 
       
    62 #endif // __CCTSYINTEGRATIONTESTSUPPLEMENTARYSERVICECAPS_H__