commsconfig/commsdatabaseshim/TE_commdb/inc/Step_028_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 028.XX group of scenarios 
       
    18 
       
    19 #include<cdbpreftable.h>
       
    20 
       
    21 #if (!defined __STEP_028_XX_H__)
       
    22 #define __STEP_028_XX_H__
       
    23 
       
    24 
       
    25 ////////////////////
       
    26 //	Test step 028.01
       
    27 ////////////////////
       
    28 
       
    29 NONSHARABLE_CLASS(CCommDbTest028_01) : public CTestStepCommDb
       
    30 {
       
    31 public:
       
    32 	CCommDbTest028_01();
       
    33 	~CCommDbTest028_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 028.02
       
    46 ////////////////////
       
    47 
       
    48 NONSHARABLE_CLASS(CCommDbTest028_02) : public CTestStepCommDb
       
    49 {
       
    50 public:
       
    51 	CCommDbTest028_02();
       
    52 	~CCommDbTest028_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 028.03
       
    65 ////////////////////
       
    66 
       
    67 NONSHARABLE_CLASS(CCommDbTest028_03) : public CTestStepCommDb
       
    68 {
       
    69 public:
       
    70 	CCommDbTest028_03();
       
    71 	~CCommDbTest028_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 028.04
       
    84 ////////////////////
       
    85 
       
    86 NONSHARABLE_CLASS(CCommDbTest028_04) : public CTestStepCommDb
       
    87 {
       
    88 public:
       
    89 	CCommDbTest028_04();
       
    90 	~CCommDbTest028_04();
       
    91 
       
    92 	virtual enum TVerdict doTestStepL( void );
       
    93 	TInt executeStepL();
       
    94 	TVerdict doTestStepPreambleL();
       
    95 	TVerdict doTestStepPostambleL();
       
    96 
       
    97 private:
       
    98 	CCommsDbConnectionPrefTableView* iPrefView;
       
    99 };
       
   100 
       
   101 ////////////////////
       
   102 //	Test step 028.05
       
   103 ////////////////////
       
   104 
       
   105 NONSHARABLE_CLASS(CCommDbTest028_05) : public CTestStepCommDb
       
   106 {
       
   107 public:
       
   108 	CCommDbTest028_05();
       
   109 	~CCommDbTest028_05();
       
   110 
       
   111 	virtual enum TVerdict doTestStepL( void );
       
   112 	TInt executeStepL();
       
   113 	TVerdict doTestStepPreambleL();
       
   114 	TVerdict doTestStepPostambleL();
       
   115 
       
   116 private:
       
   117 	CCommsDbConnectionPrefTableView* iPrefView;
       
   118 };
       
   119 
       
   120 ////////////////////
       
   121 //	Test step 028.06
       
   122 ////////////////////
       
   123 
       
   124 NONSHARABLE_CLASS(CCommDbTest028_06) : public CTestStepCommDb
       
   125 {
       
   126 public:
       
   127 	CCommDbTest028_06();
       
   128 	~CCommDbTest028_06();
       
   129 
       
   130 	virtual enum TVerdict doTestStepL( void );
       
   131 	TInt executeStepL();
       
   132 	TVerdict doTestStepPreambleL();
       
   133 	TVerdict doTestStepPostambleL();
       
   134 
       
   135 private:
       
   136 	CCommsDbConnectionPrefTableView* iPrefView;
       
   137 };
       
   138 
       
   139 ////////////////////
       
   140 //	Test step 028.07
       
   141 ////////////////////
       
   142 
       
   143 NONSHARABLE_CLASS(CCommDbTest028_07) : public CTestStepCommDb
       
   144 {
       
   145 public:
       
   146 	CCommDbTest028_07();
       
   147 	~CCommDbTest028_07();
       
   148 
       
   149 	virtual enum TVerdict doTestStepL( void );
       
   150 };
       
   151 
       
   152 #endif //__STEP_028_XX_H__