servicediscoveryandcontrol/pnp/test/upnp/unittests/upnpdescriptiontest/inc/testupnpdescriptionservicestep.h
changeset 0 f5a58ecadc66
equal deleted inserted replaced
-1:000000000000 0:f5a58ecadc66
       
     1 // Copyright (c) 2008-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 // Contains declaration of CTestXmlServiceTestStep class
       
    15 // @internalAll
       
    16 // 
       
    17 //
       
    18 
       
    19 #ifndef __TEST_HTTP_BUFFER_SIZE_STEP_H__
       
    20 #define __TEST_HTTP_BUFFER_SIZE_STEP_H__
       
    21 
       
    22 // User Include
       
    23 #include "testupnpdescriptionserver.h"
       
    24 
       
    25 // Literal constant defined for identifying step name
       
    26 _LIT(KTestXmlServiceStep, "TestXmlServiceStep");
       
    27 
       
    28 /**
       
    29 This is the base test step from which all other test steps are derived
       
    30 to test the HTTP Library.
       
    31 @internalTechnology
       
    32 @test
       
    33 */
       
    34 class CTestXmlServiceTestStep : public CTestStep
       
    35 	{
       
    36 public:
       
    37     CTestXmlServiceTestStep();
       
    38 	virtual ~CTestXmlServiceTestStep();
       
    39 
       
    40 private:
       
    41 
       
    42 public:
       
    43 	// TEF virtuals
       
    44 	virtual TVerdict doTestStepPreambleL();
       
    45 	// TEF pure virtual
       
    46 	virtual TVerdict doTestStepL();
       
    47 
       
    48 	};
       
    49 
       
    50 #endif		// __TEST_HTTP_BUFFER_SIZE_STEP_H__