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