datacommsserver/esockserver/test/TE_Socket/SocketTestSection1.h
changeset 0 dfb7c4ff071f
child 2 dee179edb159
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 1
       
    15 // 
       
    16 //
       
    17 
       
    18 
       
    19 #if (!defined __SOCKETTEST_1_H__)
       
    20 #define __SOCKETTEST_1_H__
       
    21 
       
    22 #include "TestStepSocket.h"
       
    23 
       
    24 class CSocketTest1_1 : public CSocketTestStep_OOMCapable
       
    25 	{
       
    26 	public:
       
    27 		static const TDesC &GetTestName();
       
    28 		virtual enum TVerdict InternalDoTestStepL( void );
       
    29 	};
       
    30 
       
    31 class CSocketTest1_2 : public CSocketTestStep_OOMCapable
       
    32 	{
       
    33 	public:
       
    34 		static const TDesC &GetTestName();
       
    35 		virtual enum TVerdict InternalDoTestStepL( void );
       
    36 	};
       
    37 
       
    38 class CSocketTest1_3 : public CSocketTestStep_OOMCapable
       
    39 	{
       
    40 	public:
       
    41 		static const TDesC &GetTestName();
       
    42 		virtual enum TVerdict InternalDoTestStepL( void );
       
    43 	};
       
    44 
       
    45 class CSocketTest1_4 : public CSocketTestStep_OOMCapable
       
    46 	{
       
    47 	public:
       
    48 		static const TDesC &GetTestName();
       
    49 		virtual enum TVerdict InternalDoTestStepL( void );
       
    50 	};
       
    51 
       
    52 class CSocketTest1_5 : public CSocketTestStep_OOMCapable
       
    53 	{
       
    54 	public:
       
    55 		static const TDesC &GetTestName();
       
    56 		virtual enum TVerdict InternalDoTestStepL( void );
       
    57 	};
       
    58 
       
    59 class CSocketTest1_6 : public CSocketTestStep_OOMCapable
       
    60 	{
       
    61 	public:
       
    62 		static const TDesC &GetTestName();
       
    63 		virtual enum TVerdict InternalDoTestStepL( void );
       
    64 	};
       
    65 
       
    66 class CSocketTest1_7 : public CSocketTestStep_OOMCapable
       
    67 	{
       
    68 	public:
       
    69 		CSocketTest1_7()
       
    70 		: iNormalTest(ETrue)
       
    71 			{
       
    72 			}
       
    73 		static const TDesC &GetTestName();
       
    74 		virtual enum TVerdict InternalDoTestStepL( void );
       
    75 	private:
       
    76 		TBool iNormalTest;
       
    77 	};
       
    78 
       
    79 class CSocketTest1_8 : public CSocketTestStep_OOMCapable
       
    80 	{
       
    81 	public:
       
    82 		static const TDesC &GetTestName();
       
    83 		virtual enum TVerdict InternalDoTestStepL( void );
       
    84 	};
       
    85 
       
    86 class CSocketTest1_9 : public CSocketTestStep_OOMCapable
       
    87 	{
       
    88 	public:
       
    89 		static const TDesC &GetTestName();
       
    90 		virtual enum TVerdict InternalDoTestStepL( void );
       
    91 	};
       
    92 
       
    93 #endif //__SOCKETTEST_1_H__
       
    94 
       
    95