commsconfig/commsdatabaseshim/TE_commdb/inc/Step_040_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 040.XX group of scenarios 
       
    18 
       
    19 #include<cdbover.h>
       
    20 
       
    21 #if (!defined __STEP_040_XX_H__)
       
    22 #define __STEP_040_XX_H__
       
    23 
       
    24 
       
    25 ////////////////////
       
    26 //	Test step 040.01
       
    27 ////////////////////
       
    28 
       
    29 NONSHARABLE_CLASS(CCommDbTest040_01) : public CTestStepCommDb
       
    30 {
       
    31 public:
       
    32 	CCommDbTest040_01();
       
    33 	~CCommDbTest040_01();
       
    34 
       
    35 	virtual enum TVerdict doTestStepL( void );
       
    36 	TInt executeStepL();
       
    37 	TVerdict doTestStepPreambleL();
       
    38 	TVerdict doTestStepPostambleL();
       
    39 
       
    40 private:
       
    41 	CCommDbOverrideSettings* iOverSet;
       
    42 };
       
    43 
       
    44 ////////////////////
       
    45 //	Test step 040.02
       
    46 ////////////////////
       
    47 
       
    48 NONSHARABLE_CLASS(CCommDbTest040_02) : public CTestStepCommDb
       
    49 {
       
    50 public:
       
    51 	CCommDbTest040_02();
       
    52 	~CCommDbTest040_02();
       
    53 
       
    54 	virtual enum TVerdict doTestStepL( void );
       
    55 	TInt executeStepL();
       
    56 	TVerdict doTestStepPreambleL();
       
    57 	TVerdict doTestStepPostambleL();
       
    58 
       
    59 private:
       
    60 	CCommDbOverrideSettings* iOverSet;
       
    61 };
       
    62 
       
    63 ////////////////////
       
    64 //	Test step 040.03
       
    65 ////////////////////
       
    66 
       
    67 NONSHARABLE_CLASS(CCommDbTest040_03) : public CTestStepCommDb
       
    68 {
       
    69 public:
       
    70 	CCommDbTest040_03();
       
    71 	~CCommDbTest040_03();
       
    72 
       
    73 	virtual enum TVerdict doTestStepL( void );
       
    74 };
       
    75 
       
    76 #endif //__STEP_040_XX_H__