datacommsserver/esockserver/test/TE_ESock/EsockTestSection6.h
changeset 0 dfb7c4ff071f
equal deleted inserted replaced
-1:000000000000 0:dfb7c4ff071f
       
     1 // Copyright (c) 2001-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 // This is the header file for ESOCK test section 6
       
    15 // 
       
    16 //
       
    17 
       
    18 
       
    19 #if (!defined __ESOCKTEST_6_H__)
       
    20 #define __ESOCKTEST_6_H__
       
    21 #include "TestStepEsock.h"
       
    22 
       
    23 
       
    24 class CEsockTest6_1 : public CESockTestStep_OOMCapable
       
    25 	{
       
    26 	public:
       
    27 		static const TDesC& GetTestName();
       
    28 		~CEsockTest6_1();
       
    29 		
       
    30 		virtual enum TVerdict easyTestStepPreambleL();
       
    31 		virtual enum TVerdict easyTestStepL();
       
    32 
       
    33 	private:
       
    34 		TInt iSockIndex2, iSockIndex3;
       
    35 	};
       
    36 
       
    37 class CEsockTest6_2 : public CESockTestStep_OOMCapable
       
    38 	{
       
    39 	public:
       
    40 		static const TDesC& GetTestName();
       
    41 		~CEsockTest6_2();
       
    42 		
       
    43 		virtual enum TVerdict easyTestStepPreambleL();
       
    44 		virtual enum TVerdict easyTestStepL();
       
    45 
       
    46 	private:
       
    47 		TInt iSockIndex2, iSockIndex3;
       
    48 	};
       
    49 
       
    50 class CEsockTest6_3 : public CESockTestStep_OOMCapable
       
    51 	{
       
    52 	public:
       
    53 		static const TDesC& GetTestName();
       
    54 		~CEsockTest6_3();
       
    55 		
       
    56 		virtual enum TVerdict easyTestStepPreambleL();
       
    57 		virtual enum TVerdict easyTestStepL();
       
    58 
       
    59 	private:
       
    60 		TInt iSockIndex2, iSockIndex3;
       
    61 	};
       
    62 
       
    63 class CEsockTest6_4 : public CESockTestStep_OOMCapable
       
    64 	{
       
    65 	public:
       
    66 		static const TDesC& GetTestName();
       
    67 		~CEsockTest6_4();
       
    68 		
       
    69 		virtual enum TVerdict easyTestStepPreambleL();
       
    70 		virtual enum TVerdict easyTestStepL();
       
    71 
       
    72 	private:
       
    73 		TInt iSockIndex2, iSockIndex3;
       
    74 	};
       
    75 
       
    76 class CEsockTest6_5 : public CESockTestStep_OOMCapable
       
    77 	{
       
    78 	public:
       
    79 		static const TDesC& GetTestName();
       
    80 		~CEsockTest6_5();
       
    81 		
       
    82 		virtual enum TVerdict easyTestStepPreambleL();
       
    83 		virtual enum TVerdict easyTestStepL();
       
    84 
       
    85 	private:
       
    86 		TInt iSockIndex2, iSockIndex3;
       
    87 	};
       
    88 
       
    89 class CEsockTest6_6 : public CESockTestStep_OOMCapable
       
    90 	{
       
    91 	public:
       
    92 		static const TDesC& GetTestName();
       
    93 		~CEsockTest6_6();
       
    94 		
       
    95 		virtual enum TVerdict easyTestStepPreambleL();
       
    96 		virtual enum TVerdict easyTestStepL();
       
    97 
       
    98 	private:
       
    99 		TInt iSockIndex2, iSockIndex3;
       
   100 	};
       
   101 
       
   102 class CEsockTest6_7 : public CESockTestStep_OOMCapable
       
   103 	{
       
   104 	public:
       
   105 		static const TDesC& GetTestName();
       
   106 		~CEsockTest6_7();
       
   107 		
       
   108 		virtual enum TVerdict easyTestStepPreambleL();
       
   109 		virtual enum TVerdict easyTestStepL();
       
   110 
       
   111 	private:
       
   112 		TInt iSockIndex2, iSockIndex3;
       
   113 	};
       
   114 
       
   115 class CEsockTest6_8 : public CESockTestStep_OOMCapable
       
   116 	{
       
   117 	public:
       
   118 		static const TDesC& GetTestName();
       
   119 		~CEsockTest6_8();
       
   120 		
       
   121 		virtual enum TVerdict easyTestStepPreambleL();
       
   122 		virtual enum TVerdict easyTestStepL();
       
   123 
       
   124 	private:
       
   125 		TInt iSockIndex2, iSockIndex3;
       
   126 	};
       
   127 
       
   128 #endif //(__ESOCKTEST_6_H__)
       
   129