commsconfig/commsdatabaseshim/ts_commdb/Step_062_xx.h
changeset 72 ae47d0499bee
parent 68 5da8188e392b
child 77 c9776eadbffd
equal deleted inserted replaced
68:5da8188e392b 72:ae47d0499bee
     1 // Copyright (c) 2003-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_062_01.h
       
    15 // This is the header file for CommDb test 062.XX group of scenarios 
       
    16 // 
       
    17 //
       
    18 
       
    19 
       
    20 #if (!defined __STEP_062_XX_H__)
       
    21 #define __STEP_062_XX_H__
       
    22 
       
    23 
       
    24 //
       
    25 //	Test step 062.01
       
    26 //
       
    27 
       
    28 NONSHARABLE_CLASS(CCommDbTest062_01) : public CTestStepCommDb
       
    29 {
       
    30 public:
       
    31 	CCommDbTest062_01();
       
    32 	~CCommDbTest062_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 062.02
       
    45 //
       
    46 
       
    47 NONSHARABLE_CLASS(CCommDbTest062_02) : public CTestStepCommDb
       
    48 {
       
    49 public:
       
    50 	CCommDbTest062_02();
       
    51 	~CCommDbTest062_02();
       
    52 
       
    53 	virtual enum TVerdict doTestStepL( void );
       
    54 	TInt executeStepL();
       
    55 	TVerdict doTestStepPreambleL();
       
    56 
       
    57 private:
       
    58 
       
    59 };
       
    60 
       
    61 //
       
    62 //	Test step 062.03
       
    63 //
       
    64 
       
    65 NONSHARABLE_CLASS(CCommDbTest062_03) : public CTestStepCommDb
       
    66 {
       
    67 public:
       
    68 	CCommDbTest062_03();
       
    69 	~CCommDbTest062_03();
       
    70 
       
    71 	virtual enum TVerdict doTestStepL( void );
       
    72 	TInt executeStepL();
       
    73 	TVerdict doTestStepPreambleL();
       
    74 	TVerdict doTestStepPostambleL();
       
    75 
       
    76 private:
       
    77 
       
    78 };
       
    79 
       
    80 //
       
    81 //	Test step 062.04
       
    82 //
       
    83 
       
    84 NONSHARABLE_CLASS(CCommDbTest062_04) : public CTestStepCommDb
       
    85 {
       
    86 public:
       
    87 	CCommDbTest062_04();
       
    88 	~CCommDbTest062_04();
       
    89 
       
    90 	virtual enum TVerdict doTestStepL( void );
       
    91 	TInt executeStepL();
       
    92 	TVerdict doTestStepPreambleL();
       
    93 	TVerdict doTestStepPostambleL();
       
    94 
       
    95 private:
       
    96 	CCommDbOverrideSettings* iOverSet;
       
    97 
       
    98 };
       
    99 
       
   100 //
       
   101 //	Test step 062.05
       
   102 //
       
   103 
       
   104 NONSHARABLE_CLASS(CCommDbTest062_05) : public CTestStepCommDb
       
   105 {
       
   106 public:
       
   107 	CCommDbTest062_05();
       
   108 	~CCommDbTest062_05();
       
   109 
       
   110 	virtual enum TVerdict doTestStepL( void );
       
   111 	TInt executeStepL();
       
   112 	TVerdict doTestStepPreambleL();
       
   113 	TVerdict doTestStepPostambleL();
       
   114 
       
   115 private:
       
   116 	CCommDbOverrideSettings* iOverSet;
       
   117 
       
   118 };
       
   119 
       
   120 
       
   121 
       
   122 #endif //(__STEP_062_XX_H__)