commsconfig/commsdatabaseshim/ts_commdb/Step_026_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 // This is the header file for CommDb test 026.XX group of scenarios 
       
    15 // 
       
    16 //
       
    17 
       
    18 #include<cdbpreftable.h>
       
    19 
       
    20 #if (!defined __STEP_026_XX_H__)
       
    21 #define __STEP_026_XX_H__
       
    22 
       
    23 
       
    24 //
       
    25 //	Test step 026.01
       
    26 //
       
    27 
       
    28 NONSHARABLE_CLASS(CCommDbTest026_01) : public CTestStepCommDb
       
    29 {
       
    30 public:
       
    31 	CCommDbTest026_01();
       
    32 	~CCommDbTest026_01();
       
    33 
       
    34 	virtual enum TVerdict doTestStepL( void );
       
    35 	TInt executeStepL();
       
    36 	TVerdict doTestStepPreambleL();
       
    37 	TVerdict doTestStepPostambleL();
       
    38 
       
    39 private:
       
    40 	CCommsDbConnectionPrefTableView* iPrefView;
       
    41 };
       
    42 
       
    43 
       
    44 //
       
    45 //	Test step 026.02
       
    46 //
       
    47 
       
    48 NONSHARABLE_CLASS(CCommDbTest026_02) : public CTestStepCommDb
       
    49 {
       
    50 public:
       
    51 	CCommDbTest026_02();
       
    52 	~CCommDbTest026_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 026.03
       
    65 //
       
    66 
       
    67 NONSHARABLE_CLASS(CCommDbTest026_03) : public CTestStepCommDb
       
    68 {
       
    69 public:
       
    70 	CCommDbTest026_03();
       
    71 	~CCommDbTest026_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 026.04
       
    84 //
       
    85 
       
    86 NONSHARABLE_CLASS(CCommDbTest026_04) : public CTestStepCommDb
       
    87 {
       
    88 public:
       
    89 	CCommDbTest026_04();
       
    90 	~CCommDbTest026_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 026.05
       
   103 //
       
   104 
       
   105 NONSHARABLE_CLASS(CCommDbTest026_05) : public CTestStepCommDb
       
   106 {
       
   107 public:
       
   108 	CCommDbTest026_05();
       
   109 	~CCommDbTest026_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 026.06
       
   122 //
       
   123 
       
   124 NONSHARABLE_CLASS(CCommDbTest026_06) : public CTestStepCommDb
       
   125 {
       
   126 public:
       
   127 	CCommDbTest026_06();
       
   128 	~CCommDbTest026_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 026.07
       
   141 //
       
   142 
       
   143 NONSHARABLE_CLASS(CCommDbTest026_07) : public CTestStepCommDb
       
   144 {
       
   145 public:
       
   146 	CCommDbTest026_07();
       
   147 	~CCommDbTest026_07();
       
   148 
       
   149 	virtual enum TVerdict doTestStepL( void );
       
   150 	TInt executeStepL();
       
   151 	TVerdict doTestStepPreambleL();
       
   152 	TVerdict doTestStepPostambleL();
       
   153 
       
   154 private:
       
   155 	CCommsDbConnectionPrefTableView* iPrefView;
       
   156 };
       
   157 
       
   158 //
       
   159 //	Test step 026.08
       
   160 //
       
   161 
       
   162 NONSHARABLE_CLASS(CCommDbTest026_08) : public CTestStepCommDb
       
   163 {
       
   164 public:
       
   165 	CCommDbTest026_08();
       
   166 	~CCommDbTest026_08();
       
   167 
       
   168 	virtual enum TVerdict doTestStepL( void );
       
   169 	TInt executeStepL();
       
   170 	TVerdict doTestStepPreambleL();
       
   171 	TVerdict doTestStepPostambleL();
       
   172 
       
   173 private:
       
   174 	CCommsDbConnectionPrefTableView* iPrefView;
       
   175 };
       
   176 
       
   177 //
       
   178 //	Test step 026.09
       
   179 //
       
   180 
       
   181 NONSHARABLE_CLASS(CCommDbTest026_09) : public CTestStepCommDb
       
   182 {
       
   183 public:
       
   184 	CCommDbTest026_09();
       
   185 	~CCommDbTest026_09();
       
   186 
       
   187 	virtual enum TVerdict doTestStepL( void );
       
   188 
       
   189 private:
       
   190 	CCommsDbConnectionPrefTableView* iPrefView;
       
   191 };
       
   192 
       
   193 
       
   194 //
       
   195 //	Test step 026.10
       
   196 //
       
   197 
       
   198 NONSHARABLE_CLASS(CCommDbTest026_10) : public CTestStepCommDb
       
   199 {
       
   200 public:
       
   201 	CCommDbTest026_10();
       
   202 	~CCommDbTest026_10();
       
   203 
       
   204 	virtual enum TVerdict doTestStepL( void );
       
   205 
       
   206 private:
       
   207 	CCommsDbConnectionPrefTableView* iPrefView;
       
   208 };
       
   209 
       
   210 //
       
   211 //	Test step 026.10
       
   212 //
       
   213 
       
   214 NONSHARABLE_CLASS(CCommDbTest026_11) : public CTestStepCommDb
       
   215 {
       
   216 public:
       
   217 	CCommDbTest026_11();
       
   218 	~CCommDbTest026_11();
       
   219 
       
   220 	virtual enum TVerdict doTestStepL( void );
       
   221 
       
   222 private:
       
   223 	CCommsDbConnectionPrefTableView* iPrefView;
       
   224 };
       
   225 
       
   226 //
       
   227 //	Test step 026.12
       
   228 //
       
   229 
       
   230 NONSHARABLE_CLASS(CCommDbTest026_12) : public CTestStepCommDb
       
   231 {
       
   232 public:
       
   233 	CCommDbTest026_12();
       
   234 	~CCommDbTest026_12();
       
   235 
       
   236 	virtual enum TVerdict doTestStepL( void );
       
   237 
       
   238 private:
       
   239 	CCommsDbConnectionPrefTableView* iPrefView;
       
   240 };
       
   241 
       
   242 //
       
   243 //	Test step 026.13
       
   244 //
       
   245 
       
   246 NONSHARABLE_CLASS(CCommDbTest026_13) : public CTestStepCommDb
       
   247 {
       
   248 public:
       
   249 	CCommDbTest026_13();
       
   250 	~CCommDbTest026_13();
       
   251 
       
   252 	virtual enum TVerdict doTestStepL( void );
       
   253 
       
   254 private:
       
   255 	CCommsDbConnectionPrefTableView* iPrefView;
       
   256 };
       
   257 
       
   258 //
       
   259 //	Test step 026.14
       
   260 //
       
   261 
       
   262 NONSHARABLE_CLASS(CCommDbTest026_14) : public CTestStepCommDb
       
   263 {
       
   264 public:
       
   265 	CCommDbTest026_14();
       
   266 	~CCommDbTest026_14();
       
   267 
       
   268 	virtual enum TVerdict doTestStepL( void );
       
   269 
       
   270 private:
       
   271 	CCommsDbConnectionPrefTableView* iPrefView;
       
   272 };
       
   273 
       
   274 //
       
   275 //	Test step 026.10
       
   276 //
       
   277 
       
   278 NONSHARABLE_CLASS(CCommDbTest026_15) : public CTestStepCommDb
       
   279 {
       
   280 public:
       
   281 	CCommDbTest026_15();
       
   282 	~CCommDbTest026_15();
       
   283 
       
   284 	virtual enum TVerdict doTestStepL( void );
       
   285 
       
   286 private:
       
   287 	CCommsDbConnectionPrefTableView* iPrefView;
       
   288 };
       
   289 
       
   290 //
       
   291 //	Test step 026.10
       
   292 //
       
   293 
       
   294 NONSHARABLE_CLASS(CCommDbTest026_16) : public CTestStepCommDb
       
   295 {
       
   296 public:
       
   297 	CCommDbTest026_16();
       
   298 	~CCommDbTest026_16();
       
   299 
       
   300 	virtual enum TVerdict doTestStepL( void );
       
   301 
       
   302 private:
       
   303 	CCommsDbConnectionPrefTableView* iPrefView;
       
   304 };
       
   305 
       
   306 
       
   307 #endif //__STEP_026_XX_H__