commsconfig/commsdatabaseshim/TE_commdb/inc/Step_020_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 020.XX group of scenarios 
       
    18 
       
    19 
       
    20 #if (!defined __STEP_020_XX_H__)
       
    21 #define __STEP_020_XX_H__
       
    22 
       
    23 
       
    24 ////////////////////
       
    25 //	Test step 020.01
       
    26 ////////////////////
       
    27 
       
    28 NONSHARABLE_CLASS(CCommDbTest020_01) : public CTestStepCommDb
       
    29 {
       
    30 public:
       
    31 	CCommDbTest020_01();
       
    32 	~CCommDbTest020_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 020.02
       
    45 ////////////////////
       
    46 
       
    47 NONSHARABLE_CLASS(CCommDbTest020_02) : public CTestStepCommDb
       
    48 {
       
    49 public:
       
    50 	CCommDbTest020_02();
       
    51 	~CCommDbTest020_02();
       
    52 
       
    53 	virtual enum TVerdict doTestStepL( void );
       
    54 	TInt executeStepL();
       
    55 	TVerdict doTestStepPreambleL();
       
    56 
       
    57 private:
       
    58 
       
    59 };
       
    60 
       
    61 
       
    62 
       
    63 
       
    64 ////////////////////
       
    65 //	Test step 020.03
       
    66 ////////////////////
       
    67 
       
    68 NONSHARABLE_CLASS(CCommDbTest020_03) : public CTestStepCommDb
       
    69 {
       
    70 public:
       
    71 	CCommDbTest020_03();
       
    72 	~CCommDbTest020_03();
       
    73 
       
    74 	virtual enum TVerdict doTestStepL( void );
       
    75 	TInt executeStepL();
       
    76 	TVerdict doTestStepPreambleL();
       
    77 
       
    78 private:
       
    79 
       
    80 };
       
    81 
       
    82 
       
    83 ////////////////////
       
    84 //	Test step 020.04
       
    85 ////////////////////
       
    86 
       
    87 NONSHARABLE_CLASS(CCommDbTest020_04) : public CTestStepCommDb
       
    88 {
       
    89 public:
       
    90 	CCommDbTest020_04();
       
    91 	~CCommDbTest020_04();
       
    92 
       
    93 	virtual enum TVerdict doTestStepL( void );
       
    94 	TInt executeStepL();
       
    95 	TVerdict doTestStepPreambleL();
       
    96 
       
    97 private:
       
    98 
       
    99 };
       
   100 
       
   101 
       
   102 ////////////////////
       
   103 //	Test step 020.05
       
   104 ////////////////////
       
   105 
       
   106 NONSHARABLE_CLASS(CCommDbTest020_05) : public CTestStepCommDb
       
   107 {
       
   108 public:
       
   109 	CCommDbTest020_05();
       
   110 	~CCommDbTest020_05();
       
   111 
       
   112 	virtual enum TVerdict doTestStepL( void );
       
   113 	TInt executeStepL();
       
   114 	TVerdict doTestStepPreambleL();
       
   115 
       
   116 private:
       
   117 
       
   118 };
       
   119 
       
   120 ////////////////////
       
   121 //	Test step 020.06
       
   122 ////////////////////
       
   123 
       
   124 NONSHARABLE_CLASS(CCommDbTest020_06) : public CTestStepCommDb
       
   125 {
       
   126 public:
       
   127 	CCommDbTest020_06();
       
   128 	~CCommDbTest020_06();
       
   129 
       
   130 	virtual enum TVerdict doTestStepL( void );
       
   131 	TInt executeStepL();
       
   132 	TVerdict doTestStepPreambleL();
       
   133 
       
   134 private:
       
   135 
       
   136 };
       
   137 
       
   138 
       
   139 ////////////////////
       
   140 //	Test step 020.07
       
   141 ////////////////////
       
   142 
       
   143 NONSHARABLE_CLASS(CCommDbTest020_07) : public CTestStepCommDb
       
   144 {
       
   145 public:
       
   146 	CCommDbTest020_07();
       
   147 	~CCommDbTest020_07();
       
   148 
       
   149 	virtual enum TVerdict doTestStepL( void );
       
   150 	TInt executeStepL();
       
   151 	TVerdict doTestStepPreambleL();
       
   152 
       
   153 private:
       
   154 
       
   155 };
       
   156 
       
   157 
       
   158 
       
   159 ////////////////////
       
   160 //	Test step 020.08
       
   161 ////////////////////
       
   162 
       
   163 NONSHARABLE_CLASS(CCommDbTest020_08) : public CTestStepCommDb
       
   164 {
       
   165 public:
       
   166 	CCommDbTest020_08();
       
   167 	~CCommDbTest020_08();
       
   168 
       
   169 	virtual enum TVerdict doTestStepL( void );
       
   170 
       
   171 private:
       
   172 
       
   173 };
       
   174 
       
   175 
       
   176 #endif //(__STEP_020_XX_H__)