commsconfig/commsdatabaseshim/TE_commdb/inc/Step_011_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 011.XX group of scenarios 
       
    18 
       
    19 
       
    20 #if (!defined __STEP_011_XX_H__)
       
    21 #define __STEP_011_XX_H__
       
    22 
       
    23 
       
    24 ////////////////////
       
    25 //	Test step 011.01
       
    26 ////////////////////
       
    27 
       
    28 NONSHARABLE_CLASS(CCommDbTest011_01) : public CTestStepCommDb
       
    29 {
       
    30 public:
       
    31 	CCommDbTest011_01();
       
    32 	~CCommDbTest011_01();
       
    33 
       
    34 	virtual enum TVerdict doTestStepL( void );
       
    35 	TInt executeStepL();
       
    36 	TVerdict doTestStepPreambleL();
       
    37 
       
    38 private:
       
    39 
       
    40 };
       
    41 
       
    42 ///////////////////
       
    43 //	Test step 011.02
       
    44 ////////////////////
       
    45 
       
    46 NONSHARABLE_CLASS(CCommDbTest011_02) : public CTestStepCommDb
       
    47 {
       
    48 public:
       
    49 	CCommDbTest011_02();
       
    50 	~CCommDbTest011_02();
       
    51 
       
    52 	virtual enum TVerdict doTestStepL( void );
       
    53 	TInt executeStepL();
       
    54 	TVerdict doTestStepPreambleL();
       
    55 
       
    56 private:
       
    57 
       
    58 };
       
    59 
       
    60 ///////////////////
       
    61 //	Test step 011.03
       
    62 ////////////////////
       
    63 
       
    64 NONSHARABLE_CLASS(CCommDbTest011_03) : public CTestStepCommDb
       
    65 {
       
    66 public:
       
    67 	CCommDbTest011_03();
       
    68 	~CCommDbTest011_03();
       
    69 
       
    70 	virtual enum TVerdict doTestStepL( void );
       
    71 	TInt executeStepL();
       
    72 	TVerdict doTestStepPreambleL();
       
    73 
       
    74 private:
       
    75 
       
    76 };
       
    77 
       
    78 
       
    79 ///////////////////
       
    80 //	Test step 011.04
       
    81 ////////////////////
       
    82 
       
    83 NONSHARABLE_CLASS(CCommDbTest011_04) : public CTestStepCommDb
       
    84 {
       
    85 public:
       
    86 	CCommDbTest011_04();
       
    87 	~CCommDbTest011_04();
       
    88 
       
    89 	enum TVerdict doTestStepL( void );
       
    90 
       
    91 private:
       
    92 
       
    93 };
       
    94 
       
    95 #endif //(__STEP_011_XX_H__)