commsconfig/commsdatabaseshim/TE_commdb/inc/Step_045_xx.h
changeset 72 ae47d0499bee
equal deleted inserted replaced
68:5da8188e392b 72:ae47d0499bee
       
     1 /*
       
     2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:
       
    15 *
       
    16 */
       
    17 // This is the header file for CommDb test 045.XX group of scenarios 
       
    18 
       
    19 #if (!defined __STEP_045_XX_H__)
       
    20 #define __STEP_045_XX_H__
       
    21 
       
    22 
       
    23 ////////////////////
       
    24 //	Test step 045.01
       
    25 ////////////////////
       
    26 
       
    27 NONSHARABLE_CLASS(CCommDbTest045_01) : public CTestStepCommDb
       
    28 {
       
    29 public:
       
    30 	CCommDbTest045_01();
       
    31 	~CCommDbTest045_01();
       
    32 
       
    33 	virtual enum TVerdict doTestStepL( void );
       
    34 	TInt executeStepL();
       
    35 	TVerdict doTestStepPreambleL();
       
    36 	TVerdict doTestStepPostambleL();
       
    37 
       
    38 };
       
    39 
       
    40 ////////////////////
       
    41 //	Test step 045.02
       
    42 ////////////////////
       
    43 
       
    44 NONSHARABLE_CLASS(CCommDbTest045_02) : public CTestStepCommDb
       
    45 {
       
    46 public:
       
    47 	CCommDbTest045_02();
       
    48 	~CCommDbTest045_02();
       
    49 
       
    50 	virtual enum TVerdict doTestStepL( void );
       
    51 	TInt executeStepL();
       
    52 	TVerdict doTestStepPreambleL();
       
    53 	TVerdict doTestStepPostambleL();
       
    54 
       
    55 };
       
    56 
       
    57 ////////////////////
       
    58 //	Test step 045.03
       
    59 ////////////////////
       
    60 
       
    61 NONSHARABLE_CLASS(CCommDbTest045_03) : public CTestStepCommDb
       
    62 {
       
    63 public:
       
    64 	CCommDbTest045_03();
       
    65 	~CCommDbTest045_03();
       
    66 
       
    67 	virtual enum TVerdict doTestStepL( void );
       
    68 };
       
    69 
       
    70 #endif //__STEP_045_XX_H__