commsconfig/commsdatabaseshim/ts_commdb/Step_017_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_017_01.h
       
    15 // This is the header file for CommDb test 017.XX group of scenarios 
       
    16 // 
       
    17 //
       
    18 
       
    19 
       
    20 #if (!defined __STEP_017_XX_H__)
       
    21 #define __STEP_017_XX_H__
       
    22 
       
    23 
       
    24 //
       
    25 //	Test step 017.01
       
    26 //
       
    27 
       
    28 NONSHARABLE_CLASS(CCommDbTest017_01) : public CTestStepCommDb
       
    29 {
       
    30 public:
       
    31 	CCommDbTest017_01();
       
    32 	~CCommDbTest017_01();
       
    33 
       
    34 	virtual enum TVerdict doTestStepL( void );
       
    35 	TInt executeStepL();
       
    36 	TVerdict doTestStepPreambleL();
       
    37 	virtual TVerdict doTestStepPostambleL();
       
    38 	TInt GlobalSettingTestL( const TDesC& aName );
       
    39 	TInt GlobalSettingClearL( const TDesC& aName );
       
    40 
       
    41 private:
       
    42 
       
    43 };
       
    44 
       
    45 
       
    46 //
       
    47 //	Test step 017.02
       
    48 //
       
    49 
       
    50 NONSHARABLE_CLASS(CCommDbTest017_02) : public CTestStepCommDb
       
    51 {
       
    52 public:
       
    53 	CCommDbTest017_02();
       
    54 	~CCommDbTest017_02();
       
    55 
       
    56 	virtual enum TVerdict doTestStepL( void );
       
    57 	TInt executeStepL();
       
    58 	TVerdict doTestStepPreambleL();
       
    59 
       
    60 private:
       
    61 
       
    62 };
       
    63 
       
    64 
       
    65 
       
    66 //
       
    67 //	Test step 017.03
       
    68 //
       
    69 
       
    70 NONSHARABLE_CLASS(CCommDbTest017_03) : public CTestStepCommDb
       
    71 {
       
    72 public:
       
    73 	CCommDbTest017_03();
       
    74 	~CCommDbTest017_03();
       
    75 
       
    76 	virtual enum TVerdict doTestStepL( void );
       
    77 	TInt executeStepL();
       
    78 	TVerdict doTestStepPreambleL();
       
    79 
       
    80 private:
       
    81 
       
    82 };
       
    83 
       
    84 
       
    85 
       
    86 //
       
    87 //	Test step 017.04
       
    88 //
       
    89 
       
    90 NONSHARABLE_CLASS(CCommDbTest017_04) : public CTestStepCommDb
       
    91 {
       
    92 public:
       
    93 	CCommDbTest017_04();
       
    94 	~CCommDbTest017_04();
       
    95 
       
    96 	virtual enum TVerdict doTestStepL( void );
       
    97 	TInt executeStepL();
       
    98 	TVerdict doTestStepPreambleL();
       
    99 
       
   100 private:
       
   101 
       
   102 };
       
   103 
       
   104 
       
   105 //
       
   106 //	Test step 017.05
       
   107 //
       
   108 
       
   109 NONSHARABLE_CLASS(CCommDbTest017_05) : public CTestStepCommDb
       
   110 {
       
   111 public:
       
   112 	CCommDbTest017_05();
       
   113 	~CCommDbTest017_05();
       
   114 
       
   115 	virtual enum TVerdict doTestStepL( void );
       
   116 
       
   117 private:
       
   118 
       
   119 };
       
   120 
       
   121 //
       
   122 //	Test step 017.06
       
   123 //
       
   124 
       
   125 NONSHARABLE_CLASS(CCommDbTest017_06) : public CTestStepCommDb
       
   126 {
       
   127 public:
       
   128 	CCommDbTest017_06();
       
   129 	~CCommDbTest017_06();
       
   130 
       
   131 	virtual enum TVerdict doTestStepL( void );
       
   132 	TInt executeStepL();
       
   133 	TVerdict doTestStepPreambleL();
       
   134 
       
   135 private:
       
   136 
       
   137 };
       
   138 
       
   139 //
       
   140 //	Test step 017.07
       
   141 //
       
   142 
       
   143 NONSHARABLE_CLASS(CCommDbTest017_07) : public CTestStepCommDb
       
   144 {
       
   145 public:
       
   146 	CCommDbTest017_07();
       
   147 	~CCommDbTest017_07();
       
   148 
       
   149 	virtual enum TVerdict doTestStepL( void );
       
   150 
       
   151 private:
       
   152 
       
   153 };
       
   154 
       
   155 
       
   156 #endif //(__STEP_017_XX_H__)