datacommsserver/esockserver/test/TE_Socket/SocketTestSection9.h
changeset 0 dfb7c4ff071f
child 9 77effd21b2c9
equal deleted inserted replaced
-1:000000000000 0:dfb7c4ff071f
       
     1 // Copyright (c) 2004-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 basic socket test section 9
       
    15 // 
       
    16 //
       
    17 
       
    18 
       
    19 #if (!defined __SOCKETTEST_9_H__)
       
    20 #define __SOCKETTEST_9_H__
       
    21 
       
    22 #include "TestStepSocket.h"
       
    23 
       
    24 class CSocketTest9_1 : public CSocketTestStep_OOMCapable
       
    25 	{
       
    26 	public:
       
    27 		static const TDesC& GetTestName();
       
    28 		virtual enum TVerdict InternalDoTestStepL( void );
       
    29 	};
       
    30 
       
    31 class CSocketTest9_2 : public CSocketTestStep_OOMCapable
       
    32 	{
       
    33 	public:
       
    34 		static const TDesC& GetTestName();
       
    35 		virtual enum TVerdict InternalDoTestStepL( void );
       
    36 	};
       
    37 
       
    38 class CSocketTest9_3 : public CSocketTestStep_OOMCapable
       
    39 	{
       
    40 	public:
       
    41 		static const TDesC& GetTestName();
       
    42 		virtual enum TVerdict InternalDoTestStepL( void );
       
    43 	};
       
    44 
       
    45 class CSocketTest9_4 : public CSocketTestStep_OOMCapable
       
    46 	{
       
    47 	public:
       
    48 		static const TDesC& GetTestName();
       
    49 		virtual enum TVerdict InternalDoTestStepL( void );
       
    50 	};
       
    51 
       
    52 class CSocketTest9_5 : public CSocketTestStep_OOMCapable
       
    53 	{
       
    54 	public:
       
    55 		static const TDesC& GetTestName();
       
    56 		virtual enum TVerdict InternalDoTestStepL( void );
       
    57 	};
       
    58 
       
    59 class CSocketTest9_6 : public CSocketTestStep_OOMCapable
       
    60 	{
       
    61 	public:
       
    62 		static const TDesC& GetTestName();
       
    63 		virtual enum TVerdict InternalDoTestStepL( void );
       
    64 	};
       
    65 
       
    66 class CSocketTest9_7 : public CSocketTestStep_OOMCapable
       
    67 	{
       
    68 	public:
       
    69 		static const TDesC& GetTestName();
       
    70 		virtual enum TVerdict InternalDoTestStepL( void );
       
    71 	};
       
    72 
       
    73 class CSocketTest9_8 : public CSocketTestStep_OOMCapable
       
    74     {
       
    75     public:
       
    76         static const TDesC& GetTestName();
       
    77         virtual enum TVerdict InternalDoTestStepL( void );
       
    78     };
       
    79 #endif //(__SOCKETTEST_9_H__)
       
    80