commsconfig/commsdatabaseshim/ts_commdb/Step_016_xx.h
changeset 72 ae47d0499bee
parent 68 5da8188e392b
child 77 c9776eadbffd
equal deleted inserted replaced
68:5da8188e392b 72:ae47d0499bee
     1 // Copyright (c) 2001-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of "Eclipse Public License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 // step_016_01.h
       
    15 // This is the header file for CommDb test 016.XX group of scenarios 
       
    16 // 
       
    17 //
       
    18 
       
    19 
       
    20 #if (!defined __STEP_016_XX_H__)
       
    21 #define __STEP_016_XX_H__
       
    22 
       
    23 
       
    24 //
       
    25 //	Test step 016.01
       
    26 //
       
    27 
       
    28 NONSHARABLE_CLASS(CCommDbTest016_01) : public CTestStepCommDb
       
    29 {
       
    30 public:
       
    31 	CCommDbTest016_01();
       
    32 	~CCommDbTest016_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 016.02
       
    45 //
       
    46 
       
    47 NONSHARABLE_CLASS(CCommDbTest016_02) : public CTestStepCommDb
       
    48 {
       
    49 public:
       
    50 	CCommDbTest016_02();
       
    51 	~CCommDbTest016_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 016.04
       
    65 //
       
    66 
       
    67 NONSHARABLE_CLASS(CCommDbTest016_04) : public CTestStepCommDb
       
    68 {
       
    69 public:
       
    70 	CCommDbTest016_04();
       
    71 	~CCommDbTest016_04();
       
    72 
       
    73 	virtual enum TVerdict doTestStepL( void );
       
    74 	TInt executeStepL();
       
    75 	TVerdict doTestStepPreambleL();
       
    76 
       
    77 private:
       
    78 
       
    79 };
       
    80 
       
    81 
       
    82 //
       
    83 //	Test step 016.05
       
    84 //
       
    85 
       
    86 NONSHARABLE_CLASS(CCommDbTest016_05) : public CTestStepCommDb
       
    87 {
       
    88 public:
       
    89 	CCommDbTest016_05();
       
    90 	~CCommDbTest016_05();
       
    91 
       
    92 	virtual enum TVerdict doTestStepL( void );
       
    93 	TInt executeStepL();
       
    94 	TVerdict doTestStepPreambleL();
       
    95 
       
    96 private:
       
    97 
       
    98 };
       
    99 
       
   100 
       
   101 
       
   102 //
       
   103 //	Test step 016.07
       
   104 //
       
   105 
       
   106 NONSHARABLE_CLASS(CCommDbTest016_07) : public CTestStepCommDb
       
   107 {
       
   108 public:
       
   109 	CCommDbTest016_07();
       
   110 	~CCommDbTest016_07();
       
   111 
       
   112 	virtual enum TVerdict doTestStepL( void );
       
   113 	TInt executeStepL();
       
   114 	TVerdict doTestStepPreambleL();
       
   115 
       
   116 private:
       
   117 
       
   118 };
       
   119 
       
   120 
       
   121 //
       
   122 //	Test step 016.08
       
   123 //
       
   124 
       
   125 NONSHARABLE_CLASS(CCommDbTest016_08) : public CTestStepCommDb
       
   126 {
       
   127 public:
       
   128 	CCommDbTest016_08();
       
   129 	~CCommDbTest016_08();
       
   130 
       
   131 	virtual enum TVerdict doTestStepL( void );
       
   132 	TInt executeStepL();
       
   133 	TVerdict doTestStepPreambleL();
       
   134 
       
   135 private:
       
   136 
       
   137 };
       
   138 
       
   139 //
       
   140 //	Test step 016.09
       
   141 //
       
   142 
       
   143 NONSHARABLE_CLASS(CCommDbTest016_09) : public CTestStepCommDb
       
   144 {
       
   145 public:
       
   146 	CCommDbTest016_09();
       
   147 	~CCommDbTest016_09();
       
   148 
       
   149 	virtual enum TVerdict doTestStepL( void );
       
   150 
       
   151 
       
   152 private:
       
   153 
       
   154 };
       
   155 
       
   156 #endif //(__STEP_016_XX_H__)