servicediscoveryandcontrol/pnp/test/upnp/unittests/upnpdescriptiontest/inc/testupnpdescriptionserver.h
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Tue, 02 Feb 2010 01:12:20 +0200
changeset 0 f5a58ecadc66
permissions -rw-r--r--
Revision: 201003

// Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
// All rights reserved.
// This component and the accompanying materials are made available
// under the terms of "Eclipse Public License v1.0"
// which accompanies this distribution, and is available
// at the URL "http://www.eclipse.org/legal/epl-v10.html".
//
// Initial Contributors:
// Nokia Corporation - initial contribution.
//
// Contributors:
//
// Description:
// Contains declaration of CTestXmlServer class
// @internalAll
// 
//

#ifndef __TEST__HTTP_SERVER_H__
#define __TEST__HTTP_SERVER_H__

// System Include
// For accessing TEF classes
#include <testexecuteserverbase.h>



/*@{*/
// Literal constants for INI file field-names
_LIT(KIniInputPath, 		   "XmlInputPath");
_LIT(KIniOutputPath, 	   "XmlOutputPath");
_LIT(KIniIsTestCasePositive,        "IsTestCasePositive");
_LIT(KIniIsInputFileService,   "IsInputFileService");
/*@}*/
_LIT(KTxt, "ERROR");

/**
This is the test server to test the white/black-list uri service API.
@internalTechnology
*/
class CTestXmlServer : public CTestServer
	{
public:
	// Construction
	static	CTestXmlServer* 	NewL();
	// Base class pure virtual
	virtual CTestStep* 	CreateTestStep(const TDesC& aStepName);

protected:
	CTestStep* 	 CreateTestStepL(const TDesC& aStepName);
	const TPtrC  ServerName();
	};

#endif		// __TEST__HTTPEBO_SERVER_H__