datacommsserver/esockserver/test/TE_ESock/EsockTestSection23.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 23
       
    15 // 
       
    16 //
       
    17 
       
    18 
       
    19 #if (!defined __ESOCKTEST_23_H__)
       
    20 #define __ESOCKTEST_23_H__
       
    21 #include "TestStepEsock.h"
       
    22 
       
    23 
       
    24 class CEsockTest23_1 : public CESockTestStep_OOMCapable
       
    25 	{
       
    26 	public:
       
    27 		static const TDesC& GetTestName();
       
    28 		~CEsockTest23_1();
       
    29 		
       
    30 		virtual enum TVerdict easyTestStepL();
       
    31 		
       
    32 	};
       
    33 
       
    34 
       
    35 class CEsockTest23_2 : public CESockTestStep_OOMCapable
       
    36 	{
       
    37 	public:
       
    38 		static const TDesC& GetTestName();
       
    39 		~CEsockTest23_2();
       
    40 		
       
    41 		virtual enum TVerdict easyTestStepL();
       
    42 		
       
    43 	};
       
    44 
       
    45 
       
    46 class CEsockTest23_3 : public CESockTestStep_OOMCapable
       
    47 	{
       
    48 	public:
       
    49 		static const TDesC& GetTestName();
       
    50 		~CEsockTest23_3();
       
    51 		
       
    52 		virtual enum TVerdict easyTestStepL();
       
    53 		
       
    54 	};
       
    55 
       
    56 
       
    57 class CEsockTest23_4 : public CESockTestStep_OOMCapable
       
    58 	{
       
    59 	public:
       
    60 		static const TDesC& GetTestName();
       
    61 		~CEsockTest23_4();
       
    62 		
       
    63 		virtual enum TVerdict easyTestStepL();
       
    64 		
       
    65 	};
       
    66 
       
    67 
       
    68 class CEsockTest23_5 : public CESockTestStep_OOMCapable
       
    69 	{
       
    70 	public:
       
    71 		static const TDesC& GetTestName();
       
    72 		~CEsockTest23_5();
       
    73 		
       
    74 		virtual enum TVerdict easyTestStepL();
       
    75 		
       
    76 	};
       
    77 
       
    78 
       
    79 class CEsockTest23_6 : public CESockTestStep_OOMCapable
       
    80 	{
       
    81 	public:
       
    82 		static const TDesC& GetTestName();
       
    83 		~CEsockTest23_6();
       
    84 		
       
    85 		virtual enum TVerdict easyTestStepL();
       
    86 		
       
    87 	};
       
    88 
       
    89 
       
    90 class CEsockTest23_7 : public CESockTestStep_OOMCapable
       
    91 	{
       
    92 	public:
       
    93 		static const TDesC& GetTestName();
       
    94 		~CEsockTest23_7();
       
    95 		
       
    96 		virtual enum TVerdict easyTestStepL();
       
    97 		
       
    98 	};
       
    99 
       
   100 
       
   101 class CEsockTest23_8 : public CESockTestStep_OOMCapable
       
   102 	{
       
   103 	public:
       
   104 		static const TDesC& GetTestName();
       
   105 		~CEsockTest23_8();
       
   106 		
       
   107 		virtual enum TVerdict easyTestStepL();
       
   108 		
       
   109 	};
       
   110 
       
   111 
       
   112 class CEsockTest23_9 : public CESockTestStep_OOMCapable
       
   113 	{
       
   114 	public:
       
   115 		static const TDesC& GetTestName();
       
   116 		~CEsockTest23_9();
       
   117 		
       
   118 		virtual enum TVerdict easyTestStepL();
       
   119 		
       
   120 	};
       
   121 
       
   122 
       
   123 class CEsockTest23_10 : public CESockTestStep_OOMCapable
       
   124 	{
       
   125 	public:
       
   126 		static const TDesC& GetTestName();
       
   127 		~CEsockTest23_10();
       
   128 		
       
   129 		virtual enum TVerdict easyTestStepL();
       
   130 		
       
   131 	};
       
   132 
       
   133 
       
   134 #endif //(__ESOCKTEST_23_H__)
       
   135