telephonyserverplugins/common_tsy/test/integration/inc/cctsyintegrationtestcallcompletion.h
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Tue, 02 Feb 2010 01:41:59 +0200
changeset 0 3553901f7fa8
child 24 6638e7f4bd8f
permissions -rw-r--r--
Revision: 201005 Kit: 201005

// Copyright (c) 2007-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:
// Test step declarations for the CallCompletion functional unit.
// 
//

/**
 @internalTechnology
*/


#ifndef __CCTSYINTEGRATIONTESTCALLCOMPLETION_H__
#define __CCTSYINTEGRATIONTESTCALLCOMPLETION_H__


#include <test/testexecutestepbase.h>
#include "cctsyintegrationtestsuitebase.h"

class CEtelSessionMgr;


class CCTSYIntegrationTestCallCompletionBase : public CCTSYIntegrationTestSuiteStepBase
	{
public:

	CCTSYIntegrationTestCallCompletionBase(CEtelSessionMgr& aEtelSessionMgr);
	virtual ~CCTSYIntegrationTestCallCompletionBase();

protected:

	// Declare a TSY test helper here if required

	}; // class CCTSYIntegrationTestCallCompletionBase


class CCTSYIntegrationTestCallCompletion0001 : public CCTSYIntegrationTestCallCompletionBase
	{
public:

	CCTSYIntegrationTestCallCompletion0001(CEtelSessionMgr& aEtelSessionMgr);
	~CCTSYIntegrationTestCallCompletion0001();
	virtual TVerdict doTestStepL();
	static TPtrC GetTestStepName();

private:

	}; // class CCTSYIntegrationTestCallCompletion0001


class CCTSYIntegrationTestCallCompletion0002 : public CCTSYIntegrationTestCallCompletionBase
	{
public:

	CCTSYIntegrationTestCallCompletion0002(CEtelSessionMgr& aEtelSessionMgr);
	~CCTSYIntegrationTestCallCompletion0002();
	virtual TVerdict doTestStepL();
	static TPtrC GetTestStepName();

private:

	}; // class CCTSYIntegrationTestCallCompletion0002


class CCTSYIntegrationTestCallCompletion0003 : public CCTSYIntegrationTestCallCompletionBase
	{
public:

	CCTSYIntegrationTestCallCompletion0003(CEtelSessionMgr& aEtelSessionMgr);
	~CCTSYIntegrationTestCallCompletion0003();
	virtual TVerdict doTestStepL();
	static TPtrC GetTestStepName();

private:

	}; // class CCTSYIntegrationTestCallCompletion0003


class CCTSYIntegrationTestCallCompletion0004 : public CCTSYIntegrationTestCallCompletionBase
	{
public:

	CCTSYIntegrationTestCallCompletion0004(CEtelSessionMgr& aEtelSessionMgr);
	~CCTSYIntegrationTestCallCompletion0004();
	virtual TVerdict doTestStepL();
	static TPtrC GetTestStepName();

private:

	}; // class CCTSYIntegrationTestCallCompletion0004


class CCTSYIntegrationTestCallCompletion0005 : public CCTSYIntegrationTestCallCompletionBase
	{
public:

	CCTSYIntegrationTestCallCompletion0005(CEtelSessionMgr& aEtelSessionMgr);
	~CCTSYIntegrationTestCallCompletion0005();
	virtual TVerdict doTestStepL();
	static TPtrC GetTestStepName();

private:

	}; // class CCTSYIntegrationTestCallCompletion0005


class CCTSYIntegrationTestCallCompletion0006 : public CCTSYIntegrationTestCallCompletionBase
	{
public:

	CCTSYIntegrationTestCallCompletion0006(CEtelSessionMgr& aEtelSessionMgr);
	~CCTSYIntegrationTestCallCompletion0006();
	virtual TVerdict doTestStepL();
	static TPtrC GetTestStepName();

private:

	}; // class CCTSYIntegrationTestCallCompletion0006


class CCTSYIntegrationTestCallCompletion0007 : public CCTSYIntegrationTestCallCompletionBase
	{
public:

	CCTSYIntegrationTestCallCompletion0007(CEtelSessionMgr& aEtelSessionMgr);
	~CCTSYIntegrationTestCallCompletion0007();
	virtual TVerdict doTestStepL();
	static TPtrC GetTestStepName();

private:

	}; // class CCTSYIntegrationTestCallCompletion0007


class CCTSYIntegrationTestCallCompletion0008 : public CCTSYIntegrationTestCallCompletionBase
	{
public:

	CCTSYIntegrationTestCallCompletion0008(CEtelSessionMgr& aEtelSessionMgr);
	~CCTSYIntegrationTestCallCompletion0008();
	virtual TVerdict doTestStepL();
	static TPtrC GetTestStepName();

private:

	}; // class CCTSYIntegrationTestCallCompletion0008


class CCTSYIntegrationTestCallCompletion0009 : public CCTSYIntegrationTestCallCompletionBase
	{
public:

	CCTSYIntegrationTestCallCompletion0009(CEtelSessionMgr& aEtelSessionMgr);
	~CCTSYIntegrationTestCallCompletion0009();
	virtual TVerdict doTestStepL();
	static TPtrC GetTestStepName();

private:

	}; // class CCTSYIntegrationTestCallCompletion0009


class CCTSYIntegrationTestCallCompletion0010 : public CCTSYIntegrationTestCallCompletionBase
	{
public:

	CCTSYIntegrationTestCallCompletion0010(CEtelSessionMgr& aEtelSessionMgr);
	~CCTSYIntegrationTestCallCompletion0010();
	virtual TVerdict doTestStepL();
	static TPtrC GetTestStepName();

private:

	}; // class CCTSYIntegrationTestCallCompletion0010


class CCTSYIntegrationTestCallCompletion0011 : public CCTSYIntegrationTestCallCompletionBase
	{
public:

	CCTSYIntegrationTestCallCompletion0011(CEtelSessionMgr& aEtelSessionMgr);
	~CCTSYIntegrationTestCallCompletion0011();
	virtual TVerdict doTestStepL();
	static TPtrC GetTestStepName();

private:

	}; // class CCTSYIntegrationTestCallCompletion0011



#endif // __CCTSYINTEGRATIONTESTCALLCOMPLETION_H__