commsconfig/commsdatabaseshim/TE_commdb/inc/Step_032_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 032.XX group of scenarios 
       
    18 
       
    19 #include<cdbpreftable.h>
       
    20 
       
    21 #if (!defined __STEP_032_XX_H__)
       
    22 #define __STEP_032_XX_H__
       
    23 
       
    24 
       
    25 ////////////////////
       
    26 //	Test step 032.01
       
    27 ////////////////////
       
    28 
       
    29 NONSHARABLE_CLASS(CCommDbTest032_01) : public CTestStepCommDb
       
    30 {
       
    31 public:
       
    32 	CCommDbTest032_01();
       
    33 	~CCommDbTest032_01();
       
    34 
       
    35 	virtual enum TVerdict doTestStepL( void );
       
    36 	TInt executeStepL();
       
    37 	TVerdict doTestStepPreambleL();
       
    38 	TVerdict doTestStepPostambleL();
       
    39 
       
    40 private:
       
    41 	CCommsDbConnectionPrefTableView* iPrefView;
       
    42 };
       
    43 
       
    44 ////////////////////
       
    45 //	Test step 032.02
       
    46 ////////////////////
       
    47 
       
    48 NONSHARABLE_CLASS(CCommDbTest032_02) : public CTestStepCommDb
       
    49 {
       
    50 public:
       
    51 	CCommDbTest032_02();
       
    52 	~CCommDbTest032_02();
       
    53 
       
    54 	virtual enum TVerdict doTestStepL( void );
       
    55 	TInt executeStepL();
       
    56 	TVerdict doTestStepPreambleL();
       
    57 	TVerdict doTestStepPostambleL();
       
    58 
       
    59 private:
       
    60 	CCommsDbConnectionPrefTableView* iPrefView;
       
    61 };
       
    62 
       
    63 ////////////////////
       
    64 //	Test step 032.03
       
    65 ////////////////////
       
    66 
       
    67 NONSHARABLE_CLASS(CCommDbTest032_03) : public CTestStepCommDb
       
    68 {
       
    69 public:
       
    70 	CCommDbTest032_03();
       
    71 	~CCommDbTest032_03();
       
    72 
       
    73 	virtual enum TVerdict doTestStepL( void );
       
    74 	TInt executeStepL();
       
    75 	TVerdict doTestStepPreambleL();
       
    76 	TVerdict doTestStepPostambleL();
       
    77 
       
    78 private:
       
    79 	CCommsDbConnectionPrefTableView* iPrefView;
       
    80 };
       
    81 
       
    82 ////////////////////
       
    83 //	Test step 032.04
       
    84 ////////////////////
       
    85 
       
    86 NONSHARABLE_CLASS(CCommDbTest032_04) : public CTestStepCommDb
       
    87 {
       
    88 public:
       
    89 	CCommDbTest032_04();
       
    90 	~CCommDbTest032_04();
       
    91 
       
    92 	virtual enum TVerdict doTestStepL( void );
       
    93 };
       
    94 
       
    95 
       
    96 ////////////////////
       
    97 //	Test step 032.05
       
    98 ////////////////////
       
    99 
       
   100 NONSHARABLE_CLASS(CCommDbTest032_05) : public CTestStepCommDb
       
   101 {
       
   102 public:
       
   103 	CCommDbTest032_05();
       
   104 	~CCommDbTest032_05();
       
   105 
       
   106 	virtual enum TVerdict doTestStepL( void );
       
   107 };
       
   108 
       
   109 
       
   110 #endif //__STEP_032_XX_H__