commsconfig/commsdatabaseshim/TE_commdb/inc/Step_018_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 018.XX group of scenarios 
       
    18 
       
    19 
       
    20 #if (!defined __STEP_018_XX_H__)
       
    21 #define __STEP_018_XX_H__
       
    22 
       
    23 
       
    24 ////////////////////
       
    25 //	Test step 018.01
       
    26 ////////////////////
       
    27 
       
    28 NONSHARABLE_CLASS(CCommDbTest018_01) : public CTestStepCommDb
       
    29 {
       
    30 public:
       
    31 	CCommDbTest018_01();
       
    32 	~CCommDbTest018_01();
       
    33 
       
    34 	virtual enum TVerdict doTestStepL( void );
       
    35 	TInt executeStepL();
       
    36 	TVerdict doTestStepPreambleL();
       
    37 
       
    38 private:
       
    39 
       
    40 };
       
    41 
       
    42 
       
    43 ////////////////////
       
    44 //	Test step 018.02
       
    45 ////////////////////
       
    46 
       
    47 NONSHARABLE_CLASS(CCommDbTest018_02) : public CTestStepCommDb
       
    48 {
       
    49 public:
       
    50 	CCommDbTest018_02();
       
    51 	~CCommDbTest018_02();
       
    52 
       
    53 	virtual enum TVerdict doTestStepL( void );
       
    54 	TInt executeStepL();
       
    55 	TVerdict doTestStepPreambleL();
       
    56 
       
    57 private:
       
    58 
       
    59 };
       
    60 
       
    61 
       
    62 
       
    63 ////////////////////
       
    64 //	Test step 018.03
       
    65 ////////////////////
       
    66 
       
    67 NONSHARABLE_CLASS(CCommDbTest018_03) : public CTestStepCommDb
       
    68 {
       
    69 public:
       
    70 	CCommDbTest018_03();
       
    71 	~CCommDbTest018_03();
       
    72 
       
    73 	virtual enum TVerdict doTestStepL( void );
       
    74 	TInt executeStepL();
       
    75 	TVerdict doTestStepPreambleL();
       
    76 
       
    77 private:
       
    78 
       
    79 };
       
    80 
       
    81 
       
    82 
       
    83 ////////////////////
       
    84 //	Test step 018.04
       
    85 ////////////////////
       
    86 
       
    87 NONSHARABLE_CLASS(CCommDbTest018_04) : public CTestStepCommDb
       
    88 {
       
    89 public:
       
    90 	CCommDbTest018_04();
       
    91 	~CCommDbTest018_04();
       
    92 
       
    93 	virtual enum TVerdict doTestStepL( void );
       
    94 	TInt executeStepL();
       
    95 	TVerdict doTestStepPreambleL();
       
    96 
       
    97 private:
       
    98 
       
    99 };
       
   100 
       
   101 ////////////////////
       
   102 //	Test step 018.05
       
   103 ////////////////////
       
   104 
       
   105 NONSHARABLE_CLASS(CCommDbTest018_05) : public CTestStepCommDb
       
   106 {
       
   107 public:
       
   108 	CCommDbTest018_05();
       
   109 	~CCommDbTest018_05();
       
   110 
       
   111 	virtual enum TVerdict doTestStepL( void );
       
   112 
       
   113 private:
       
   114 
       
   115 };
       
   116 
       
   117 
       
   118 ////////////////////
       
   119 //	Test step 018.06
       
   120 ////////////////////
       
   121 
       
   122 NONSHARABLE_CLASS(CCommDbTest018_06) : public CTestStepCommDb
       
   123 {
       
   124 public:
       
   125 	CCommDbTest018_06();
       
   126 	~CCommDbTest018_06();
       
   127 
       
   128 	virtual enum TVerdict doTestStepL( void );
       
   129 
       
   130 private:
       
   131 
       
   132 };
       
   133 
       
   134 ////////////////////
       
   135 //	Test step 018.07
       
   136 ////////////////////
       
   137 
       
   138 NONSHARABLE_CLASS(CCommDbTest018_07) : public CTestStepCommDb
       
   139 {
       
   140 public:
       
   141 	CCommDbTest018_07();
       
   142 	~CCommDbTest018_07();
       
   143 
       
   144 	virtual enum TVerdict doTestStepL( void );
       
   145 
       
   146 private:
       
   147 
       
   148 };
       
   149 
       
   150 ////////////////////
       
   151 //	Test step 018.08
       
   152 ////////////////////
       
   153 
       
   154 NONSHARABLE_CLASS(CCommDbTest018_08) : public CTestStepCommDb
       
   155 {
       
   156 public:
       
   157 	CCommDbTest018_08();
       
   158 	~CCommDbTest018_08();
       
   159 
       
   160 	virtual enum TVerdict doTestStepL( void );
       
   161 
       
   162 private:
       
   163 
       
   164 };
       
   165 
       
   166 
       
   167 
       
   168 #endif //(__STEP_018_XX_H__)