commsprocess/commsrootserverconfig/ts_rootserver/RootServerTestSection3.h
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Thu, 17 Dec 2009 09:22:25 +0200
changeset 0 dfb7c4ff071f
permissions -rw-r--r--
Revision: 200951 Kit: 200951

// Copyright (c) 2003-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:
// This is the header file for ROOTSERVER test section 1
// 
//


#if (!defined __ROOTSERVERTEST_3_H__)
#define __ROOTSERVERTEST_3_H__


class CRootServerTest3_2 : public CTestStepRootServer
{
public:
	CRootServerTest3_2();

	virtual TVerdict doTestStepL( void );
};


class CRootServerTest3_DblLoad : public CTestStepRootServer
	{
protected:
	TVerdict LoadSameModuleTwiceL(TThreadPriority aPriority);
	};

class CRootServerTest3_3 : public CRootServerTest3_DblLoad
{
public:
	CRootServerTest3_3();

	virtual TVerdict doTestStepL( void );
};

class CRootServerTest3_4 : public CRootServerTest3_DblLoad
{
public:
	CRootServerTest3_4();

	virtual TVerdict doTestStepL( void );
};

class CRootServerTest3_5 : public CTestStepRootServer
{
public:
	CRootServerTest3_5();

	virtual TVerdict doTestStepL( void );
};

class CRootServerTest3_6 : public CTestStepRootServer
{
public:
	CRootServerTest3_6();

	virtual TVerdict doTestStepL( void );
};

class CRootServerTest3_7 : public CTestStepRootServer
{
public:
	CRootServerTest3_7();

	virtual TVerdict doTestStepL( void );
};

class CRootServerTest3_8 : public CTestStepRootServer
{
public:
	CRootServerTest3_8();

	virtual TVerdict doTestStepL( void );
};

class CRootServerTest3_9 : public CTestStepRootServer
{
public:
	CRootServerTest3_9();

	virtual TVerdict doTestStepL( void );
};

class CRootServerTest3_10 : public CTestStepRootServer
{
public:
	CRootServerTest3_10();

	virtual TVerdict doTestStepL( void );
};

class CRootServerTest3_11 : public CTestStepRootServer
{
public:
	CRootServerTest3_11();

	virtual TVerdict doTestStepL( void );
};

class CRootServerTest3_12 : public CTestStepRootServer
{
public:
	CRootServerTest3_12();

	virtual TVerdict doTestStepL( void );
};

class CRootServerTest3_13 : public CTestStepRootServer
{
public:
	CRootServerTest3_13();

	virtual TVerdict doTestStepL( void );
};

class CRootServerTest3_14 : public CTestStepRootServer
{
public:
	CRootServerTest3_14();

	virtual TVerdict doTestStepL( void );
};

class CRootServerTest3_15 : public CTestStepRootServer
{
public:
	CRootServerTest3_15();

	virtual TVerdict doTestStepL( void );
};

class CRootServerTest3_16 : public CTestStepRootServer
{
public:
	CRootServerTest3_16();

	virtual TVerdict doTestStepL( void );
};

class CRootServerTest3_17 : public CTestStepRootServer
{
public:
	CRootServerTest3_17();

	virtual TVerdict doTestStepL( void );
};

class CRootServerTest3_18 : public CTestStepRootServer
{
public:
	CRootServerTest3_18();

	virtual TVerdict doTestStepL( void );
};


#endif //(__ROOTSERVERTEST_3_H__)