commsconfig/commsdatabaseshim/ts_commdb/Step_015_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_015_01.h
       
    15 // This is the header file for CommDb test 015.XX group of scenarios 
       
    16 // 
       
    17 //
       
    18 
       
    19 
       
    20 #if (!defined __STEP_015_XX_H__)
       
    21 #define __STEP_015_XX_H__
       
    22 
       
    23 
       
    24 //
       
    25 //	Test step 015.01
       
    26 //
       
    27 
       
    28 NONSHARABLE_CLASS(CCommDbTest015_01) : public CTestStepCommDb
       
    29 {
       
    30 public:
       
    31 	CCommDbTest015_01();
       
    32 	~CCommDbTest015_01();
       
    33 
       
    34 	virtual enum TVerdict doTestStepL( void );
       
    35 	TInt executeStepL();
       
    36 	TVerdict doTestStepPreambleL();
       
    37 private:
       
    38 
       
    39 };
       
    40 
       
    41 
       
    42 //
       
    43 //	Test step 015.02
       
    44 //
       
    45 
       
    46 NONSHARABLE_CLASS(CCommDbTest015_02) : public CTestStepCommDb
       
    47 {
       
    48 public:
       
    49 	CCommDbTest015_02();
       
    50 	~CCommDbTest015_02();
       
    51 
       
    52 	virtual enum TVerdict doTestStepL( void );
       
    53 	TInt executeStepL();
       
    54 	TVerdict doTestStepPreambleL();
       
    55 
       
    56 
       
    57 private:
       
    58 
       
    59 };
       
    60 
       
    61 //
       
    62 //	Test step 015.03
       
    63 //
       
    64 
       
    65 NONSHARABLE_CLASS(CCommDbTest015_03) : public CTestStepCommDb
       
    66 {
       
    67 public:
       
    68 	CCommDbTest015_03();
       
    69 	~CCommDbTest015_03();
       
    70 
       
    71 	virtual enum TVerdict doTestStepL( void );
       
    72 	TInt executeStepL();
       
    73 	TVerdict doTestStepPreambleL();
       
    74 
       
    75 
       
    76 private:
       
    77 
       
    78 };
       
    79 
       
    80 //
       
    81 //	Test step 015.04
       
    82 //
       
    83 
       
    84 NONSHARABLE_CLASS(CCommDbTest015_04) : public CTestStepCommDb
       
    85 {
       
    86 public:
       
    87 	CCommDbTest015_04();
       
    88 	~CCommDbTest015_04();
       
    89 
       
    90 	virtual enum TVerdict doTestStepL( void );
       
    91 	TInt executeStepL();
       
    92 	TVerdict doTestStepPreambleL();
       
    93 	virtual TVerdict doTestStepPostambleL();
       
    94 
       
    95 private:
       
    96 
       
    97 };
       
    98 
       
    99 
       
   100 //
       
   101 //	Test step 015.05
       
   102 //
       
   103 
       
   104 NONSHARABLE_CLASS(CCommDbTest015_05) : public CTestStepCommDb
       
   105 {
       
   106 public:
       
   107 	CCommDbTest015_05();
       
   108 	~CCommDbTest015_05();
       
   109 
       
   110 	virtual enum TVerdict doTestStepL( void );
       
   111 	TInt executeStepL();
       
   112 	TVerdict doTestStepPreambleL();
       
   113 	virtual TVerdict doTestStepPostambleL();
       
   114 
       
   115 private:
       
   116 
       
   117 };
       
   118 
       
   119 
       
   120 //
       
   121 //	Test step 015.06
       
   122 //
       
   123 
       
   124 NONSHARABLE_CLASS(CCommDbTest015_06) : public CTestStepCommDb
       
   125 {
       
   126 public:
       
   127 	CCommDbTest015_06();
       
   128 	~CCommDbTest015_06();
       
   129 
       
   130 	virtual enum TVerdict doTestStepL( void );
       
   131 	TInt executeStepL();
       
   132 	TVerdict doTestStepPreambleL();
       
   133 	virtual TVerdict doTestStepPostambleL();
       
   134 
       
   135 private:
       
   136 
       
   137 };
       
   138 
       
   139 
       
   140 //
       
   141 //	Test step 015.07
       
   142 //
       
   143 
       
   144 NONSHARABLE_CLASS(CCommDbTest015_07) : public CTestStepCommDb
       
   145 {
       
   146 public:
       
   147 	CCommDbTest015_07();
       
   148 	~CCommDbTest015_07();
       
   149 
       
   150 	virtual enum TVerdict doTestStepL( void );
       
   151 	TInt executeStepL();
       
   152 	TVerdict doTestStepPreambleL();
       
   153 
       
   154 private:
       
   155 
       
   156 };
       
   157 
       
   158 //
       
   159 //	Test step 015.08
       
   160 //
       
   161 
       
   162 NONSHARABLE_CLASS(CCommDbTest015_08) : public CTestStepCommDb
       
   163 {
       
   164 public:
       
   165 	CCommDbTest015_08();
       
   166 	~CCommDbTest015_08();
       
   167 
       
   168 	virtual enum TVerdict doTestStepL( void );
       
   169 	TInt executeStepL();
       
   170 	TVerdict doTestStepPreambleL();
       
   171 	
       
   172 private:
       
   173 	//These members are run as a separate thread
       
   174 	static	TInt step015_08Thread ( TAny * ptr );
       
   175 	static	TInt tryDatabaseWriteL(void);
       
   176 };
       
   177 
       
   178 //
       
   179 //	Test step 015.09
       
   180 //
       
   181 
       
   182 NONSHARABLE_CLASS(CCommDbTest015_09) : public CTestStepCommDb
       
   183 {
       
   184 public:
       
   185 	CCommDbTest015_09();
       
   186 	~CCommDbTest015_09();
       
   187 
       
   188 	virtual enum TVerdict doTestStepL( void );
       
   189 	TInt executeStepL();
       
   190 
       
   191 private:
       
   192 
       
   193 };
       
   194 
       
   195 //
       
   196 //	Test step 015.10
       
   197 //
       
   198 
       
   199 NONSHARABLE_CLASS(CCommDbTest015_10) : public CTestStepCommDb
       
   200 {
       
   201 public:
       
   202 	CCommDbTest015_10();
       
   203 	~CCommDbTest015_10();
       
   204 
       
   205 	virtual enum TVerdict doTestStepL( void );
       
   206 
       
   207 
       
   208 private:
       
   209 
       
   210 };
       
   211 
       
   212 //
       
   213 //	Test step 015.11
       
   214 //
       
   215 
       
   216 NONSHARABLE_CLASS(CCommDbTest015_11) : public CTestStepCommDb
       
   217 {
       
   218 public:
       
   219 	CCommDbTest015_11();
       
   220 	~CCommDbTest015_11();
       
   221 
       
   222 	virtual enum TVerdict doTestStepL( void );
       
   223 
       
   224 
       
   225 private:
       
   226 
       
   227 };
       
   228 
       
   229 //
       
   230 //	Test step 015.12
       
   231 //
       
   232 
       
   233 NONSHARABLE_CLASS(CCommDbTest015_12) : public CTestStepCommDb
       
   234 {
       
   235 public:
       
   236 	CCommDbTest015_12();
       
   237 	~CCommDbTest015_12();
       
   238 
       
   239 	virtual enum TVerdict doTestStepL( void );
       
   240 
       
   241 
       
   242 private:
       
   243 
       
   244 };
       
   245 
       
   246 //
       
   247 //	Test step 015.13
       
   248 //
       
   249 
       
   250 NONSHARABLE_CLASS(CCommDbTest015_13) : public CTestStepCommDb
       
   251 {
       
   252 public:
       
   253 	CCommDbTest015_13();
       
   254 	~CCommDbTest015_13();
       
   255 
       
   256 	virtual enum TVerdict doTestStepL( void );
       
   257 
       
   258 
       
   259 private:
       
   260 
       
   261 };
       
   262 
       
   263 //
       
   264 //	Test step 015.14
       
   265 //
       
   266 
       
   267 NONSHARABLE_CLASS(CCommDbTest015_14) : public CTestStepCommDb
       
   268 {
       
   269 public:
       
   270 	CCommDbTest015_14();
       
   271 	~CCommDbTest015_14();
       
   272 
       
   273 	virtual enum TVerdict doTestStepL( void );
       
   274 
       
   275 
       
   276 private:
       
   277 
       
   278 };
       
   279 
       
   280 //
       
   281 //	Test step 015.15
       
   282 //
       
   283 
       
   284 NONSHARABLE_CLASS(CCommDbTest015_15) : public CTestStepCommDb
       
   285 {
       
   286 public:
       
   287 	CCommDbTest015_15();
       
   288 	~CCommDbTest015_15();
       
   289 
       
   290 	virtual enum TVerdict doTestStepL( void );
       
   291 
       
   292 
       
   293 private:
       
   294 
       
   295 };
       
   296 
       
   297 //
       
   298 //	Test step 015.16
       
   299 //
       
   300 
       
   301 NONSHARABLE_CLASS(CCommDbTest015_16) : public CTestStepCommDb
       
   302 {
       
   303 public:
       
   304 	CCommDbTest015_16();
       
   305 	~CCommDbTest015_16();
       
   306 
       
   307 	virtual enum TVerdict doTestStepL( void );
       
   308 
       
   309 
       
   310 private:
       
   311 
       
   312 };
       
   313 
       
   314 
       
   315 #endif //(__STEP_015_XX_H__)