diff -r 000000000000 -r dfb7c4ff071f commsconfig/commsdatabaseshim/ts_commdb/Step_014_xx.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/commsconfig/commsdatabaseshim/ts_commdb/Step_014_xx.h Thu Dec 17 09:22:25 2009 +0200 @@ -0,0 +1,96 @@ +// 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_014_01.h +// This is the header file for CommDb test 014.XX group of scenarios +// +// + + +#if (!defined __STEP_014_XX_H__) +#define __STEP_014_XX_H__ + + +// +// Test step 014.01 +// + +NONSHARABLE_CLASS(CCommDbTest014_01) : public CTestStepCommDb +{ +public: + CCommDbTest014_01(); + ~CCommDbTest014_01(); + + virtual enum TVerdict doTestStepL( void ); + TInt executeStepL(); + TVerdict doTestStepPreambleL(); + +private: + +}; + + +// +// Test step 014.02 +// + +NONSHARABLE_CLASS(CCommDbTest014_02) : public CTestStepCommDb +{ +public: + CCommDbTest014_02(); + ~CCommDbTest014_02(); + + virtual enum TVerdict doTestStepL( void ); + TInt executeStepL(); + TVerdict doTestStepPreambleL(); + +private: + +}; + + +// +// Test step 014.03 +// + +NONSHARABLE_CLASS(CCommDbTest014_03) : public CTestStepCommDb +{ +public: + CCommDbTest014_03(); + ~CCommDbTest014_03(); + + virtual enum TVerdict doTestStepL( void ); + + +private: + +}; + +// +// Test step 014.04 +// + +NONSHARABLE_CLASS(CCommDbTest014_04) : public CTestStepCommDb +{ +public: + CCommDbTest014_04(); + ~CCommDbTest014_04(); + + virtual enum TVerdict doTestStepL( void ); + + +private: + +}; + +#endif //(__STEP_014_XX_H__)