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