commsconfig/commsdatabaseshim/TE_commdb/inc/step_004_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 004.XX group of scenarios 
       
    18 
       
    19 
       
    20 #if (!defined __STEP_004_XX_H__)
       
    21 #define __STEP_004_XX_H__
       
    22 
       
    23 
       
    24 ////////////////////
       
    25 //	Test step 004.01
       
    26 ////////////////////
       
    27 
       
    28 NONSHARABLE_CLASS(CCommDbTest004_01) : public CTestStepCommDb
       
    29 {
       
    30 public:
       
    31 	CCommDbTest004_01();
       
    32 	~CCommDbTest004_01();
       
    33 
       
    34 	virtual enum TVerdict doTestStepL( void );
       
    35 	TInt executeStepL();
       
    36 	TVerdict doTestStepPreambleL();
       
    37 
       
    38 private:
       
    39 
       
    40 };
       
    41 
       
    42 ////////////////////
       
    43 //	Test step 004.02
       
    44 ////////////////////
       
    45 
       
    46 NONSHARABLE_CLASS(CCommDbTest004_02) : public CTestStepCommDb
       
    47 {
       
    48 public:
       
    49 	CCommDbTest004_02();
       
    50 	~CCommDbTest004_02();
       
    51 
       
    52 	virtual enum TVerdict doTestStepL( void );
       
    53 	TBool executeStepL();
       
    54 	TVerdict doTestStepPreambleL();
       
    55 
       
    56 private:
       
    57 
       
    58 
       
    59 };
       
    60 
       
    61 ////////////////////
       
    62 //	Test step 004.03
       
    63 ////////////////////
       
    64 
       
    65 //Removed since this test will not compile on Code warrior due to having an array of zero length
       
    66 
       
    67 NONSHARABLE_CLASS(CCommDbTest004_03) : public CTestStepCommDb
       
    68 {
       
    69 public:
       
    70 	CCommDbTest004_03();
       
    71 	~CCommDbTest004_03();
       
    72 
       
    73 	virtual enum TVerdict doTestStepL( void );
       
    74 	TBool executeStepL();
       
    75 	TVerdict doTestStepPreambleL();
       
    76 
       
    77 private:
       
    78 
       
    79 };
       
    80 
       
    81 ////////////////////
       
    82 //	Test step 004.04
       
    83 ////////////////////
       
    84 
       
    85 NONSHARABLE_CLASS(CCommDbTest004_04) : public CTestStepCommDb
       
    86 {
       
    87 public:
       
    88 	CCommDbTest004_04();
       
    89 	~CCommDbTest004_04();
       
    90 
       
    91 	virtual enum TVerdict doTestStepL( void );
       
    92 
       
    93 private:
       
    94 
       
    95 
       
    96 };
       
    97 
       
    98 ////////////////////
       
    99 //	Test step 004.05
       
   100 ////////////////////
       
   101 
       
   102 NONSHARABLE_CLASS(CCommDbTest004_05) : public CTestStepCommDb
       
   103 {
       
   104 public:
       
   105 	CCommDbTest004_05();
       
   106 	~CCommDbTest004_05();
       
   107 
       
   108 	virtual enum TVerdict doTestStepL( void );
       
   109 
       
   110 private:
       
   111 
       
   112 
       
   113 };
       
   114 
       
   115 ////////////////////
       
   116 //	Test step 004.06
       
   117 ////////////////////
       
   118 
       
   119 NONSHARABLE_CLASS(CCommDbTest004_06) : public CTestStepCommDb
       
   120 {
       
   121 public:
       
   122 	CCommDbTest004_06();
       
   123 	~CCommDbTest004_06();
       
   124 
       
   125 	virtual enum TVerdict doTestStepL( void );
       
   126 
       
   127 private:
       
   128 
       
   129 
       
   130 };
       
   131 
       
   132 #endif //(__STEP_004_XX_H__)