// Copyright (c) 2001-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:
// step_024_01.h
// This is the header file for CommDb test 024.XX group of scenarios
//
//
#if (!defined __STEP_024_XX_H__)
#define __STEP_024_XX_H__
//
// Test step 024.01
//
NONSHARABLE_CLASS(CCommDbTest024_01) : public CTestStepCommDb
{
public:
CCommDbTest024_01();
~CCommDbTest024_01();
virtual enum TVerdict doTestStepL( void );
TInt executeStepL();
TVerdict doTestStepPreambleL();
private:
};
//
// Test step 024.02
//
NONSHARABLE_CLASS(CCommDbTest024_02) : public CTestStepCommDb
{
public:
CCommDbTest024_02();
~CCommDbTest024_02();
virtual enum TVerdict doTestStepL( void );
TInt executeStepL();
TVerdict doTestStepPreambleL();
private:
};
//
// Test step 024.03
//
NONSHARABLE_CLASS(CCommDbTest024_03) : public CTestStepCommDb
{
public:
CCommDbTest024_03();
~CCommDbTest024_03();
virtual enum TVerdict doTestStepL( void );
TInt executeStepL();
TVerdict doTestStepPreambleL();
private:
};
//
// Test step 024.04
//
NONSHARABLE_CLASS(CCommDbTest024_04) : public CTestStepCommDb
{
public:
CCommDbTest024_04();
~CCommDbTest024_04();
virtual enum TVerdict doTestStepL( void );
TInt executeStepL();
TVerdict doTestStepPreambleL();
private:
};
//
// Test step 024.05
//
NONSHARABLE_CLASS(CCommDbTest024_05) : public CTestStepCommDb
{
public:
CCommDbTest024_05();
~CCommDbTest024_05();
virtual enum TVerdict doTestStepL( void );
TInt executeStepL();
TVerdict doTestStepPreambleL();
private:
};
//
// Test step 024.06
//
NONSHARABLE_CLASS(CCommDbTest024_06) : public CTestStepCommDb
{
public:
CCommDbTest024_06();
~CCommDbTest024_06();
virtual enum TVerdict doTestStepL( void );
TInt executeStepL();
TVerdict doTestStepPreambleL();
private:
};
//
// Test step 024.07
//
NONSHARABLE_CLASS(CCommDbTest024_07) : public CTestStepCommDb
{
public:
CCommDbTest024_07();
~CCommDbTest024_07();
virtual enum TVerdict doTestStepL( void );
TInt executeStepL();
TVerdict doTestStepPreambleL();
private:
};
//
// Test step 024.08
//
NONSHARABLE_CLASS(CCommDbTest024_08) : public CTestStepCommDb
{
public:
CCommDbTest024_08();
~CCommDbTest024_08();
virtual enum TVerdict doTestStepL( void );
TInt executeStepL();
TVerdict doTestStepPreambleL();
private:
};
//
// Test step 024.09
//
NONSHARABLE_CLASS(CCommDbTest024_09) : public CTestStepCommDb
{
public:
CCommDbTest024_09();
~CCommDbTest024_09();
virtual enum TVerdict doTestStepL( void );
private:
};
#endif //(__STEP_024_XX_H__)