telephonyserverplugins/common_tsy/test/integration/inc/cctsyintegrationtestcustomapi.h
changeset 0 3553901f7fa8
child 24 6638e7f4bd8f
equal deleted inserted replaced
-1:000000000000 0:3553901f7fa8
       
     1 // Copyright (c) 2007-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 // Test step declarations for the CustomAPI functional unit.
       
    15 // 
       
    16 //
       
    17 
       
    18 /**
       
    19  @internalTechnology
       
    20 */
       
    21 
       
    22 
       
    23 #ifndef __CCTSYINTEGRATIONTESTCUSTOMAPI_H__
       
    24 #define __CCTSYINTEGRATIONTESTCUSTOMAPI_H__
       
    25 
       
    26 
       
    27 #include <test/testexecutestepbase.h>
       
    28 #include "cctsyintegrationtestsuitebase.h"
       
    29 #include "tcustomapitsytesthelper.h"
       
    30 
       
    31 class CEtelSessionMgr;
       
    32 
       
    33 
       
    34 class CCTSYIntegrationTestCustomAPIBase : public CCTSYIntegrationTestSuiteStepBase
       
    35 	{
       
    36 public:
       
    37 
       
    38 	CCTSYIntegrationTestCustomAPIBase(CEtelSessionMgr& aEtelSessionMgr);
       
    39 	virtual ~CCTSYIntegrationTestCustomAPIBase();
       
    40 
       
    41 protected:
       
    42 
       
    43 	// Declare a TSY test helper here if required
       
    44     TCustomApiTsyTestHelper iCustomApiTsyTestHelper;
       
    45 
       
    46 	}; // class CCTSYIntegrationTestCustomAPIBase
       
    47 
       
    48 
       
    49 class CCTSYIntegrationTestCustomAPI0001 : public CCTSYIntegrationTestCustomAPIBase
       
    50 	{
       
    51 public:
       
    52 
       
    53 	CCTSYIntegrationTestCustomAPI0001(CEtelSessionMgr& aEtelSessionMgr);
       
    54 	~CCTSYIntegrationTestCustomAPI0001();
       
    55 	virtual TVerdict doTestStepL();
       
    56 	static TPtrC GetTestStepName();
       
    57 
       
    58 private:
       
    59 
       
    60 	}; // class CCTSYIntegrationTestCustomAPI0001
       
    61 
       
    62 
       
    63 class CCTSYIntegrationTestCustomAPI0002 : public CCTSYIntegrationTestCustomAPIBase
       
    64 	{
       
    65 public:
       
    66 
       
    67 	CCTSYIntegrationTestCustomAPI0002(CEtelSessionMgr& aEtelSessionMgr);
       
    68 	~CCTSYIntegrationTestCustomAPI0002();
       
    69 	virtual TVerdict doTestStepL();
       
    70 	static TPtrC GetTestStepName();
       
    71 
       
    72 private:
       
    73 
       
    74 	}; // class CCTSYIntegrationTestCustomAPI0002
       
    75 
       
    76 
       
    77 class CCTSYIntegrationTestCustomAPI0003 : public CCTSYIntegrationTestCustomAPIBase
       
    78 	{
       
    79 public:
       
    80 
       
    81 	CCTSYIntegrationTestCustomAPI0003(CEtelSessionMgr& aEtelSessionMgr);
       
    82 	~CCTSYIntegrationTestCustomAPI0003();
       
    83 	virtual TVerdict doTestStepL();
       
    84 	static TPtrC GetTestStepName();
       
    85 
       
    86 private:
       
    87 
       
    88 	}; // class CCTSYIntegrationTestCustomAPI0003
       
    89 
       
    90 
       
    91 class CCTSYIntegrationTestCustomAPI0004 : public CCTSYIntegrationTestCustomAPIBase
       
    92 	{
       
    93 public:
       
    94 
       
    95 	CCTSYIntegrationTestCustomAPI0004(CEtelSessionMgr& aEtelSessionMgr);
       
    96 	~CCTSYIntegrationTestCustomAPI0004();
       
    97 	virtual TVerdict doTestStepL();
       
    98 	static TPtrC GetTestStepName();
       
    99 
       
   100 private:
       
   101 
       
   102 	}; // class CCTSYIntegrationTestCustomAPI0004
       
   103 
       
   104 
       
   105 class CCTSYIntegrationTestCustomAPI0005 : public CCTSYIntegrationTestCustomAPIBase
       
   106 	{
       
   107 public:
       
   108 
       
   109 	CCTSYIntegrationTestCustomAPI0005(CEtelSessionMgr& aEtelSessionMgr);
       
   110 	~CCTSYIntegrationTestCustomAPI0005();
       
   111 	virtual TVerdict doTestStepL();
       
   112 	static TPtrC GetTestStepName();
       
   113 
       
   114 private:
       
   115 
       
   116 	}; // class CCTSYIntegrationTestCustomAPI0005
       
   117 
       
   118 
       
   119 class CCTSYIntegrationTestCustomAPI0006 : public CCTSYIntegrationTestCustomAPIBase
       
   120 	{
       
   121 public:
       
   122 
       
   123 	CCTSYIntegrationTestCustomAPI0006(CEtelSessionMgr& aEtelSessionMgr);
       
   124 	~CCTSYIntegrationTestCustomAPI0006();
       
   125 	virtual TVerdict doTestStepL();
       
   126 	static TPtrC GetTestStepName();
       
   127 
       
   128 private:
       
   129 
       
   130 	}; // class CCTSYIntegrationTestCustomAPI0006
       
   131 
       
   132 
       
   133 class CCTSYIntegrationTestCustomAPI0007 : public CCTSYIntegrationTestCustomAPIBase
       
   134 	{
       
   135 public:
       
   136 
       
   137 	CCTSYIntegrationTestCustomAPI0007(CEtelSessionMgr& aEtelSessionMgr);
       
   138 	~CCTSYIntegrationTestCustomAPI0007();
       
   139 	virtual TVerdict doTestStepL();
       
   140 	static TPtrC GetTestStepName();
       
   141 
       
   142 private:
       
   143 
       
   144 	}; // class CCTSYIntegrationTestCustomAPI0007
       
   145 
       
   146 
       
   147 class CCTSYIntegrationTestCustomAPI0008 : public CCTSYIntegrationTestCustomAPIBase
       
   148 	{
       
   149 public:
       
   150 
       
   151 	CCTSYIntegrationTestCustomAPI0008(CEtelSessionMgr& aEtelSessionMgr);
       
   152 	~CCTSYIntegrationTestCustomAPI0008();
       
   153 	virtual TVerdict doTestStepL();
       
   154 	static TPtrC GetTestStepName();
       
   155 
       
   156 private:
       
   157 
       
   158 	}; // class CCTSYIntegrationTestCustomAPI0008
       
   159 
       
   160 
       
   161 class CCTSYIntegrationTestCustomAPI0009 : public CCTSYIntegrationTestCustomAPIBase
       
   162 	{
       
   163 public:
       
   164 
       
   165 	CCTSYIntegrationTestCustomAPI0009(CEtelSessionMgr& aEtelSessionMgr);
       
   166 	~CCTSYIntegrationTestCustomAPI0009();
       
   167 	virtual TVerdict doTestStepL();
       
   168 	static TPtrC GetTestStepName();
       
   169 
       
   170 private:
       
   171 
       
   172 	}; // class CCTSYIntegrationTestCustomAPI0009
       
   173 
       
   174 
       
   175 class CCTSYIntegrationTestCustomAPI0010 : public CCTSYIntegrationTestCustomAPIBase
       
   176 	{
       
   177 public:
       
   178 
       
   179 	CCTSYIntegrationTestCustomAPI0010(CEtelSessionMgr& aEtelSessionMgr);
       
   180 	~CCTSYIntegrationTestCustomAPI0010();
       
   181 	virtual TVerdict doTestStepL();
       
   182 	static TPtrC GetTestStepName();
       
   183 
       
   184 private:
       
   185 
       
   186 	}; // class CCTSYIntegrationTestCustomAPI0010
       
   187 
       
   188 
       
   189 class CCTSYIntegrationTestCustomAPI0011 : public CCTSYIntegrationTestCustomAPIBase
       
   190 	{
       
   191 public:
       
   192 
       
   193 	CCTSYIntegrationTestCustomAPI0011(CEtelSessionMgr& aEtelSessionMgr);
       
   194 	~CCTSYIntegrationTestCustomAPI0011();
       
   195 	virtual TVerdict doTestStepL();
       
   196 	static TPtrC GetTestStepName();
       
   197 
       
   198 private:
       
   199 
       
   200 	}; // class CCTSYIntegrationTestCustomAPI0011
       
   201 
       
   202 
       
   203 class CCTSYIntegrationTestCustomAPI0012 : public CCTSYIntegrationTestCustomAPIBase
       
   204 	{
       
   205 public:
       
   206 
       
   207 	CCTSYIntegrationTestCustomAPI0012(CEtelSessionMgr& aEtelSessionMgr);
       
   208 	~CCTSYIntegrationTestCustomAPI0012();
       
   209 	virtual TVerdict doTestStepL();
       
   210 	static TPtrC GetTestStepName();
       
   211 
       
   212 private:
       
   213 
       
   214 	}; // class CCTSYIntegrationTestCustomAPI0012
       
   215 
       
   216 
       
   217 class CCTSYIntegrationTestCustomAPI0013 : public CCTSYIntegrationTestCustomAPIBase
       
   218 	{
       
   219 public:
       
   220 
       
   221 	CCTSYIntegrationTestCustomAPI0013(CEtelSessionMgr& aEtelSessionMgr);
       
   222 	~CCTSYIntegrationTestCustomAPI0013();
       
   223 	virtual TVerdict doTestStepL();
       
   224 	static TPtrC GetTestStepName();
       
   225 
       
   226 private:
       
   227 
       
   228 	}; // class CCTSYIntegrationTestCustomAPI0013
       
   229 
       
   230 
       
   231 class CCTSYIntegrationTestCustomAPI0014 : public CCTSYIntegrationTestCustomAPIBase
       
   232 	{
       
   233 public:
       
   234 
       
   235 	CCTSYIntegrationTestCustomAPI0014(CEtelSessionMgr& aEtelSessionMgr);
       
   236 	~CCTSYIntegrationTestCustomAPI0014();
       
   237 	virtual TVerdict doTestStepL();
       
   238 	static TPtrC GetTestStepName();
       
   239 
       
   240 private:
       
   241 
       
   242 	}; // class CCTSYIntegrationTestCustomAPI0014
       
   243 
       
   244 
       
   245 class CCTSYIntegrationTestCustomAPI0015 : public CCTSYIntegrationTestCustomAPIBase
       
   246 	{
       
   247 public:
       
   248 
       
   249 	CCTSYIntegrationTestCustomAPI0015(CEtelSessionMgr& aEtelSessionMgr);
       
   250 	~CCTSYIntegrationTestCustomAPI0015();
       
   251 	virtual TVerdict doTestStepL();
       
   252 	static TPtrC GetTestStepName();
       
   253 
       
   254 private:
       
   255 
       
   256 	}; // class CCTSYIntegrationTestCustomAPI0015
       
   257 
       
   258 
       
   259 class CCTSYIntegrationTestCustomAPI0016 : public CCTSYIntegrationTestCustomAPIBase
       
   260 	{
       
   261 public:
       
   262 
       
   263 	CCTSYIntegrationTestCustomAPI0016(CEtelSessionMgr& aEtelSessionMgr);
       
   264 	~CCTSYIntegrationTestCustomAPI0016();
       
   265 	virtual TVerdict doTestStepL();
       
   266 	static TPtrC GetTestStepName();
       
   267 
       
   268 private:
       
   269 
       
   270 	}; // class CCTSYIntegrationTestCustomAPI0016
       
   271 
       
   272 
       
   273 class CCTSYIntegrationTestCustomAPI0017 : public CCTSYIntegrationTestCustomAPIBase
       
   274 	{
       
   275 public:
       
   276 
       
   277 	CCTSYIntegrationTestCustomAPI0017(CEtelSessionMgr& aEtelSessionMgr);
       
   278 	~CCTSYIntegrationTestCustomAPI0017();
       
   279 	virtual TVerdict doTestStepL();
       
   280 	static TPtrC GetTestStepName();
       
   281 
       
   282 private:
       
   283 
       
   284 	}; // class CCTSYIntegrationTestCustomAPI0017
       
   285 
       
   286 
       
   287 class CCTSYIntegrationTestCustomAPI0018 : public CCTSYIntegrationTestCustomAPIBase
       
   288 	{
       
   289 public:
       
   290 
       
   291 	CCTSYIntegrationTestCustomAPI0018(CEtelSessionMgr& aEtelSessionMgr);
       
   292 	~CCTSYIntegrationTestCustomAPI0018();
       
   293 	virtual TVerdict doTestStepL();
       
   294 	static TPtrC GetTestStepName();
       
   295 
       
   296 private:
       
   297 
       
   298 	}; // class CCTSYIntegrationTestCustomAPI0018
       
   299 
       
   300 
       
   301 class CCTSYIntegrationTestCustomAPI0019 : public CCTSYIntegrationTestCustomAPIBase
       
   302 	{
       
   303 public:
       
   304 
       
   305 	CCTSYIntegrationTestCustomAPI0019(CEtelSessionMgr& aEtelSessionMgr);
       
   306 	~CCTSYIntegrationTestCustomAPI0019();
       
   307 	virtual TVerdict doTestStepL();
       
   308 	static TPtrC GetTestStepName();
       
   309 
       
   310 private:
       
   311 
       
   312 	}; // class CCTSYIntegrationTestCustomAPI0019
       
   313 
       
   314 
       
   315 class CCTSYIntegrationTestCustomAPI0020 : public CCTSYIntegrationTestCustomAPIBase
       
   316 	{
       
   317 public:
       
   318 
       
   319 	CCTSYIntegrationTestCustomAPI0020(CEtelSessionMgr& aEtelSessionMgr);
       
   320 	~CCTSYIntegrationTestCustomAPI0020();
       
   321 	virtual TVerdict doTestStepL();
       
   322 	static TPtrC GetTestStepName();
       
   323 
       
   324 private:
       
   325 
       
   326 	}; // class CCTSYIntegrationTestCustomAPI0020
       
   327 
       
   328 
       
   329 class CCTSYIntegrationTestCustomAPI0021 : public CCTSYIntegrationTestCustomAPIBase
       
   330 	{
       
   331 public:
       
   332 
       
   333 	CCTSYIntegrationTestCustomAPI0021(CEtelSessionMgr& aEtelSessionMgr);
       
   334 	~CCTSYIntegrationTestCustomAPI0021();
       
   335 	virtual TVerdict doTestStepL();
       
   336 	static TPtrC GetTestStepName();
       
   337 
       
   338 private:
       
   339 
       
   340 	}; // class CCTSYIntegrationTestCustomAPI0021
       
   341 
       
   342 
       
   343 class CCTSYIntegrationTestCustomAPI0022 : public CCTSYIntegrationTestCustomAPIBase
       
   344 	{
       
   345 public:
       
   346 
       
   347 	CCTSYIntegrationTestCustomAPI0022(CEtelSessionMgr& aEtelSessionMgr);
       
   348 	~CCTSYIntegrationTestCustomAPI0022();
       
   349 	virtual TVerdict doTestStepL();
       
   350 	static TPtrC GetTestStepName();
       
   351 
       
   352 private:
       
   353 
       
   354 	}; // class CCTSYIntegrationTestCustomAPI0022
       
   355 
       
   356 
       
   357 class CCTSYIntegrationTestCustomAPI0023 : public CCTSYIntegrationTestCustomAPIBase
       
   358 	{
       
   359 public:
       
   360 
       
   361 	CCTSYIntegrationTestCustomAPI0023(CEtelSessionMgr& aEtelSessionMgr);
       
   362 	~CCTSYIntegrationTestCustomAPI0023();
       
   363 	virtual TVerdict doTestStepL();
       
   364 	static TPtrC GetTestStepName();
       
   365 
       
   366 private:
       
   367 
       
   368 	}; // class CCTSYIntegrationTestCustomAPI0023
       
   369 
       
   370 
       
   371 class CCTSYIntegrationTestCustomAPI0024 : public CCTSYIntegrationTestCustomAPIBase
       
   372 	{
       
   373 public:
       
   374 
       
   375 	CCTSYIntegrationTestCustomAPI0024(CEtelSessionMgr& aEtelSessionMgr);
       
   376 	~CCTSYIntegrationTestCustomAPI0024();
       
   377 	virtual TVerdict doTestStepL();
       
   378 	static TPtrC GetTestStepName();
       
   379 
       
   380 private:
       
   381 
       
   382 	}; // class CCTSYIntegrationTestCustomAPI0024
       
   383 
       
   384 
       
   385 class CCTSYIntegrationTestCustomAPI0025 : public CCTSYIntegrationTestCustomAPIBase
       
   386 	{
       
   387 public:
       
   388 
       
   389 	CCTSYIntegrationTestCustomAPI0025(CEtelSessionMgr& aEtelSessionMgr);
       
   390 	~CCTSYIntegrationTestCustomAPI0025();
       
   391 	virtual TVerdict doTestStepL();
       
   392 	static TPtrC GetTestStepName();
       
   393 
       
   394 private:
       
   395 
       
   396 	}; // class CCTSYIntegrationTestCustomAPI0025
       
   397 
       
   398 
       
   399 class CCTSYIntegrationTestCustomAPI0026 : public CCTSYIntegrationTestCustomAPIBase
       
   400 	{
       
   401 public:
       
   402 
       
   403 	CCTSYIntegrationTestCustomAPI0026(CEtelSessionMgr& aEtelSessionMgr);
       
   404 	~CCTSYIntegrationTestCustomAPI0026();
       
   405 	virtual TVerdict doTestStepL();
       
   406 	static TPtrC GetTestStepName();
       
   407 
       
   408 private:
       
   409 
       
   410 	}; // class CCTSYIntegrationTestCustomAPI0026
       
   411 
       
   412 
       
   413 class CCTSYIntegrationTestCustomAPI0027 : public CCTSYIntegrationTestCustomAPIBase
       
   414 	{
       
   415 public:
       
   416 
       
   417 	CCTSYIntegrationTestCustomAPI0027(CEtelSessionMgr& aEtelSessionMgr);
       
   418 	~CCTSYIntegrationTestCustomAPI0027();
       
   419 	virtual TVerdict doTestStepL();
       
   420 	static TPtrC GetTestStepName();
       
   421 
       
   422 private:
       
   423 
       
   424 	}; // class CCTSYIntegrationTestCustomAPI0027
       
   425 
       
   426 
       
   427 class CCTSYIntegrationTestCustomAPI0028 : public CCTSYIntegrationTestCustomAPIBase
       
   428 	{
       
   429 public:
       
   430 
       
   431 	CCTSYIntegrationTestCustomAPI0028(CEtelSessionMgr& aEtelSessionMgr);
       
   432 	~CCTSYIntegrationTestCustomAPI0028();
       
   433 	virtual TVerdict doTestStepL();
       
   434 	static TPtrC GetTestStepName();
       
   435 
       
   436 private:
       
   437 
       
   438 	}; // class CCTSYIntegrationTestCustomAPI0028
       
   439 
       
   440 
       
   441 class CCTSYIntegrationTestCustomAPI0029 : public CCTSYIntegrationTestCustomAPIBase
       
   442 	{
       
   443 public:
       
   444 
       
   445 	CCTSYIntegrationTestCustomAPI0029(CEtelSessionMgr& aEtelSessionMgr);
       
   446 	~CCTSYIntegrationTestCustomAPI0029();
       
   447 	virtual TVerdict doTestStepL();
       
   448 	static TPtrC GetTestStepName();
       
   449 
       
   450 private:
       
   451 
       
   452 	}; // class CCTSYIntegrationTestCustomAPI0029
       
   453 
       
   454 
       
   455 class CCTSYIntegrationTestCustomAPI0030 : public CCTSYIntegrationTestCustomAPIBase
       
   456 	{
       
   457 public:
       
   458 
       
   459 	CCTSYIntegrationTestCustomAPI0030(CEtelSessionMgr& aEtelSessionMgr);
       
   460 	~CCTSYIntegrationTestCustomAPI0030();
       
   461 	virtual TVerdict doTestStepL();
       
   462 	static TPtrC GetTestStepName();
       
   463 
       
   464 private:
       
   465 
       
   466 	}; // class CCTSYIntegrationTestCustomAPI0030
       
   467 
       
   468 
       
   469 class CCTSYIntegrationTestCustomAPI0031 : public CCTSYIntegrationTestCustomAPIBase
       
   470 	{
       
   471 public:
       
   472 
       
   473 	CCTSYIntegrationTestCustomAPI0031(CEtelSessionMgr& aEtelSessionMgr);
       
   474 	~CCTSYIntegrationTestCustomAPI0031();
       
   475 	virtual TVerdict doTestStepL();
       
   476 	static TPtrC GetTestStepName();
       
   477 
       
   478 private:
       
   479 
       
   480 	}; // class CCTSYIntegrationTestCustomAPI0031
       
   481 
       
   482 
       
   483 class CCTSYIntegrationTestCustomAPI0032 : public CCTSYIntegrationTestCustomAPIBase
       
   484 	{
       
   485 public:
       
   486 
       
   487 	CCTSYIntegrationTestCustomAPI0032(CEtelSessionMgr& aEtelSessionMgr);
       
   488 	~CCTSYIntegrationTestCustomAPI0032();
       
   489 	virtual TVerdict doTestStepL();
       
   490 	static TPtrC GetTestStepName();
       
   491 
       
   492 private:
       
   493 
       
   494 	}; // class CCTSYIntegrationTestCustomAPI0032
       
   495 
       
   496 
       
   497 class CCTSYIntegrationTestCustomAPI0033 : public CCTSYIntegrationTestCustomAPIBase
       
   498 	{
       
   499 public:
       
   500 
       
   501 	CCTSYIntegrationTestCustomAPI0033(CEtelSessionMgr& aEtelSessionMgr);
       
   502 	~CCTSYIntegrationTestCustomAPI0033();
       
   503 	virtual TVerdict doTestStepL();
       
   504 	static TPtrC GetTestStepName();
       
   505 
       
   506 private:
       
   507 
       
   508 	}; // class CCTSYIntegrationTestCustomAPI0033
       
   509 
       
   510 
       
   511 class CCTSYIntegrationTestCustomAPI0034 : public CCTSYIntegrationTestCustomAPIBase
       
   512 	{
       
   513 public:
       
   514 
       
   515 	CCTSYIntegrationTestCustomAPI0034(CEtelSessionMgr& aEtelSessionMgr);
       
   516 	~CCTSYIntegrationTestCustomAPI0034();
       
   517 	virtual TVerdict doTestStepL();
       
   518 	static TPtrC GetTestStepName();
       
   519 
       
   520 private:
       
   521 
       
   522 	}; // class CCTSYIntegrationTestCustomAPI0034
       
   523 
       
   524 
       
   525 class CCTSYIntegrationTestCustomAPI0035 : public CCTSYIntegrationTestCustomAPIBase
       
   526 	{
       
   527 public:
       
   528 
       
   529 	CCTSYIntegrationTestCustomAPI0035(CEtelSessionMgr& aEtelSessionMgr);
       
   530 	~CCTSYIntegrationTestCustomAPI0035();
       
   531 	virtual TVerdict doTestStepL();
       
   532 	static TPtrC GetTestStepName();
       
   533 
       
   534 private:
       
   535 
       
   536 	}; // class CCTSYIntegrationTestCustomAPI0035
       
   537 
       
   538 
       
   539 class CCTSYIntegrationTestCustomAPI0036 : public CCTSYIntegrationTestCustomAPIBase
       
   540 	{
       
   541 public:
       
   542 
       
   543 	CCTSYIntegrationTestCustomAPI0036(CEtelSessionMgr& aEtelSessionMgr);
       
   544 	~CCTSYIntegrationTestCustomAPI0036();
       
   545 	virtual TVerdict doTestStepL();
       
   546 	static TPtrC GetTestStepName();
       
   547 
       
   548 private:
       
   549 
       
   550 	}; // class CCTSYIntegrationTestCustomAPI0036
       
   551 
       
   552 
       
   553 class CCTSYIntegrationTestCustomAPI0037 : public CCTSYIntegrationTestCustomAPIBase
       
   554 	{
       
   555 public:
       
   556 
       
   557 	CCTSYIntegrationTestCustomAPI0037(CEtelSessionMgr& aEtelSessionMgr);
       
   558 	~CCTSYIntegrationTestCustomAPI0037();
       
   559 	virtual TVerdict doTestStepL();
       
   560 	static TPtrC GetTestStepName();
       
   561 
       
   562 private:
       
   563 
       
   564 	}; // class CCTSYIntegrationTestCustomAPI0037
       
   565 
       
   566 
       
   567 class CCTSYIntegrationTestCustomAPI0038 : public CCTSYIntegrationTestCustomAPIBase
       
   568 	{
       
   569 public:
       
   570 
       
   571 	CCTSYIntegrationTestCustomAPI0038(CEtelSessionMgr& aEtelSessionMgr);
       
   572 	~CCTSYIntegrationTestCustomAPI0038();
       
   573 	virtual TVerdict doTestStepL();
       
   574 	static TPtrC GetTestStepName();
       
   575 
       
   576 private:
       
   577 
       
   578 	}; // class CCTSYIntegrationTestCustomAPI0038
       
   579 
       
   580 
       
   581 class CCTSYIntegrationTestCustomAPI0039 : public CCTSYIntegrationTestCustomAPIBase
       
   582 	{
       
   583 public:
       
   584 
       
   585 	CCTSYIntegrationTestCustomAPI0039(CEtelSessionMgr& aEtelSessionMgr);
       
   586 	~CCTSYIntegrationTestCustomAPI0039();
       
   587 	virtual TVerdict doTestStepL();
       
   588 	static TPtrC GetTestStepName();
       
   589 
       
   590 private:
       
   591 
       
   592 	}; // class CCTSYIntegrationTestCustomAPI0039
       
   593 
       
   594 
       
   595 class CCTSYIntegrationTestCustomAPI0040 : public CCTSYIntegrationTestCustomAPIBase
       
   596 	{
       
   597 public:
       
   598 
       
   599 	CCTSYIntegrationTestCustomAPI0040(CEtelSessionMgr& aEtelSessionMgr);
       
   600 	~CCTSYIntegrationTestCustomAPI0040();
       
   601 	virtual TVerdict doTestStepL();
       
   602 	static TPtrC GetTestStepName();
       
   603 
       
   604 private:
       
   605 
       
   606 	}; // class CCTSYIntegrationTestCustomAPI0040
       
   607 
       
   608 
       
   609 class CCTSYIntegrationTestCustomAPI0041 : public CCTSYIntegrationTestCustomAPIBase
       
   610 	{
       
   611 public:
       
   612 
       
   613 	CCTSYIntegrationTestCustomAPI0041(CEtelSessionMgr& aEtelSessionMgr);
       
   614 	~CCTSYIntegrationTestCustomAPI0041();
       
   615 	virtual TVerdict doTestStepL();
       
   616 	static TPtrC GetTestStepName();
       
   617 
       
   618 private:
       
   619 
       
   620 	}; // class CCTSYIntegrationTestCustomAPI0041
       
   621 
       
   622 
       
   623 class CCTSYIntegrationTestCustomAPI0042 : public CCTSYIntegrationTestCustomAPIBase
       
   624 	{
       
   625 public:
       
   626 
       
   627 	CCTSYIntegrationTestCustomAPI0042(CEtelSessionMgr& aEtelSessionMgr);
       
   628 	~CCTSYIntegrationTestCustomAPI0042();
       
   629 	virtual TVerdict doTestStepL();
       
   630 	static TPtrC GetTestStepName();
       
   631 
       
   632 private:
       
   633 
       
   634 	}; // class CCTSYIntegrationTestCustomAPI0042
       
   635 
       
   636 
       
   637 class CCTSYIntegrationTestCustomAPI0043 : public CCTSYIntegrationTestCustomAPIBase
       
   638 	{
       
   639 public:
       
   640 
       
   641 	CCTSYIntegrationTestCustomAPI0043(CEtelSessionMgr& aEtelSessionMgr);
       
   642 	~CCTSYIntegrationTestCustomAPI0043();
       
   643 	virtual TVerdict doTestStepL();
       
   644 	static TPtrC GetTestStepName();
       
   645 
       
   646 private:
       
   647 
       
   648 	}; // class CCTSYIntegrationTestCustomAPI0043
       
   649 
       
   650 
       
   651 class CCTSYIntegrationTestCustomAPI0044 : public CCTSYIntegrationTestCustomAPIBase
       
   652 	{
       
   653 public:
       
   654 
       
   655 	CCTSYIntegrationTestCustomAPI0044(CEtelSessionMgr& aEtelSessionMgr);
       
   656 	~CCTSYIntegrationTestCustomAPI0044();
       
   657 	virtual TVerdict doTestStepL();
       
   658 	static TPtrC GetTestStepName();
       
   659 
       
   660 private:
       
   661 
       
   662 	}; // class CCTSYIntegrationTestCustomAPI0044
       
   663 
       
   664 
       
   665 class CCTSYIntegrationTestCustomAPI0045 : public CCTSYIntegrationTestCustomAPIBase
       
   666 	{
       
   667 public:
       
   668 
       
   669 	CCTSYIntegrationTestCustomAPI0045(CEtelSessionMgr& aEtelSessionMgr);
       
   670 	~CCTSYIntegrationTestCustomAPI0045();
       
   671 	virtual TVerdict doTestStepL();
       
   672 	static TPtrC GetTestStepName();
       
   673 
       
   674 private:
       
   675 
       
   676 	}; // class CCTSYIntegrationTestCustomAPI0045
       
   677 
       
   678 
       
   679 class CCTSYIntegrationTestCustomAPI0046 : public CCTSYIntegrationTestCustomAPIBase
       
   680 	{
       
   681 public:
       
   682 
       
   683 	CCTSYIntegrationTestCustomAPI0046(CEtelSessionMgr& aEtelSessionMgr);
       
   684 	~CCTSYIntegrationTestCustomAPI0046();
       
   685 	virtual TVerdict doTestStepL();
       
   686 	static TPtrC GetTestStepName();
       
   687 
       
   688 private:
       
   689 
       
   690 	}; // class CCTSYIntegrationTestCustomAPI0046
       
   691 
       
   692 
       
   693 class CCTSYIntegrationTestCustomAPI0047 : public CCTSYIntegrationTestCustomAPIBase
       
   694 	{
       
   695 public:
       
   696 
       
   697 	CCTSYIntegrationTestCustomAPI0047(CEtelSessionMgr& aEtelSessionMgr);
       
   698 	~CCTSYIntegrationTestCustomAPI0047();
       
   699 	virtual TVerdict doTestStepL();
       
   700 	static TPtrC GetTestStepName();
       
   701 
       
   702 private:
       
   703 
       
   704 	}; // class CCTSYIntegrationTestCustomAPI0047
       
   705 
       
   706 
       
   707 class CCTSYIntegrationTestCustomAPI0048 : public CCTSYIntegrationTestCustomAPIBase
       
   708 	{
       
   709 public:
       
   710 
       
   711 	CCTSYIntegrationTestCustomAPI0048(CEtelSessionMgr& aEtelSessionMgr);
       
   712 	~CCTSYIntegrationTestCustomAPI0048();
       
   713 	virtual TVerdict doTestStepL();
       
   714 	static TPtrC GetTestStepName();
       
   715 
       
   716 private:
       
   717 
       
   718 	}; // class CCTSYIntegrationTestCustomAPI0048
       
   719 
       
   720 
       
   721 class CCTSYIntegrationTestCustomAPI0049 : public CCTSYIntegrationTestCustomAPIBase
       
   722 	{
       
   723 public:
       
   724 
       
   725 	CCTSYIntegrationTestCustomAPI0049(CEtelSessionMgr& aEtelSessionMgr);
       
   726 	~CCTSYIntegrationTestCustomAPI0049();
       
   727 	virtual TVerdict doTestStepL();
       
   728 	static TPtrC GetTestStepName();
       
   729 
       
   730 private:
       
   731 
       
   732 	}; // class CCTSYIntegrationTestCustomAPI0049
       
   733 
       
   734 
       
   735 class CCTSYIntegrationTestCustomAPI0050 : public CCTSYIntegrationTestCustomAPIBase
       
   736 	{
       
   737 public:
       
   738 
       
   739 	CCTSYIntegrationTestCustomAPI0050(CEtelSessionMgr& aEtelSessionMgr);
       
   740 	~CCTSYIntegrationTestCustomAPI0050();
       
   741 	virtual TVerdict doTestStepL();
       
   742 	static TPtrC GetTestStepName();
       
   743 
       
   744 private:
       
   745 
       
   746 	}; // class CCTSYIntegrationTestCustomAPI0050
       
   747 
       
   748 
       
   749 class CCTSYIntegrationTestCustomAPI0051 : public CCTSYIntegrationTestCustomAPIBase
       
   750 	{
       
   751 public:
       
   752 
       
   753 	CCTSYIntegrationTestCustomAPI0051(CEtelSessionMgr& aEtelSessionMgr);
       
   754 	~CCTSYIntegrationTestCustomAPI0051();
       
   755 	virtual TVerdict doTestStepL();
       
   756 	static TPtrC GetTestStepName();
       
   757 
       
   758 private:
       
   759 
       
   760 	}; // class CCTSYIntegrationTestCustomAPI0051
       
   761 
       
   762 
       
   763 class CCTSYIntegrationTestCustomAPI0052 : public CCTSYIntegrationTestCustomAPIBase
       
   764 	{
       
   765 public:
       
   766 
       
   767 	CCTSYIntegrationTestCustomAPI0052(CEtelSessionMgr& aEtelSessionMgr);
       
   768 	~CCTSYIntegrationTestCustomAPI0052();
       
   769 	virtual TVerdict doTestStepL();
       
   770 	static TPtrC GetTestStepName();
       
   771 
       
   772 private:
       
   773 
       
   774 	}; // class CCTSYIntegrationTestCustomAPI0052
       
   775 
       
   776 
       
   777 class CCTSYIntegrationTestCustomAPI0053 : public CCTSYIntegrationTestCustomAPIBase
       
   778 	{
       
   779 public:
       
   780 
       
   781 	CCTSYIntegrationTestCustomAPI0053(CEtelSessionMgr& aEtelSessionMgr);
       
   782 	~CCTSYIntegrationTestCustomAPI0053();
       
   783 	virtual TVerdict doTestStepL();
       
   784 	static TPtrC GetTestStepName();
       
   785 
       
   786 private:
       
   787 
       
   788 	}; // class CCTSYIntegrationTestCustomAPI0053
       
   789 
       
   790 
       
   791 class CCTSYIntegrationTestCustomAPI0054 : public CCTSYIntegrationTestCustomAPIBase
       
   792 	{
       
   793 public:
       
   794 
       
   795 	CCTSYIntegrationTestCustomAPI0054(CEtelSessionMgr& aEtelSessionMgr);
       
   796 	~CCTSYIntegrationTestCustomAPI0054();
       
   797 	virtual TVerdict doTestStepL();
       
   798 	static TPtrC GetTestStepName();
       
   799 
       
   800 private:
       
   801 
       
   802 	}; // class CCTSYIntegrationTestCustomAPI0054
       
   803 
       
   804 
       
   805 class CCTSYIntegrationTestCustomAPI0055 : public CCTSYIntegrationTestCustomAPIBase
       
   806 	{
       
   807 public:
       
   808 
       
   809 	CCTSYIntegrationTestCustomAPI0055(CEtelSessionMgr& aEtelSessionMgr);
       
   810 	~CCTSYIntegrationTestCustomAPI0055();
       
   811 	virtual TVerdict doTestStepL();
       
   812 	static TPtrC GetTestStepName();
       
   813 
       
   814 private:
       
   815 
       
   816 	}; // class CCTSYIntegrationTestCustomAPI0055
       
   817 
       
   818 
       
   819 class CCTSYIntegrationTestCustomAPI0056 : public CCTSYIntegrationTestCustomAPIBase
       
   820 	{
       
   821 public:
       
   822 
       
   823 	CCTSYIntegrationTestCustomAPI0056(CEtelSessionMgr& aEtelSessionMgr);
       
   824 	~CCTSYIntegrationTestCustomAPI0056();
       
   825 	virtual TVerdict doTestStepL();
       
   826 	static TPtrC GetTestStepName();
       
   827 
       
   828 private:
       
   829 
       
   830 	}; // class CCTSYIntegrationTestCustomAPI0056
       
   831 
       
   832 
       
   833 class CCTSYIntegrationTestCustomAPI0057 : public CCTSYIntegrationTestCustomAPIBase
       
   834 	{
       
   835 public:
       
   836 
       
   837 	CCTSYIntegrationTestCustomAPI0057(CEtelSessionMgr& aEtelSessionMgr);
       
   838 	~CCTSYIntegrationTestCustomAPI0057();
       
   839 	virtual TVerdict doTestStepL();
       
   840 	static TPtrC GetTestStepName();
       
   841 
       
   842 private:
       
   843 
       
   844 	}; // class CCTSYIntegrationTestCustomAPI0057
       
   845 
       
   846 
       
   847 class CCTSYIntegrationTestCustomAPI0058 : public CCTSYIntegrationTestCustomAPIBase
       
   848 	{
       
   849 public:
       
   850 
       
   851 	CCTSYIntegrationTestCustomAPI0058(CEtelSessionMgr& aEtelSessionMgr);
       
   852 	~CCTSYIntegrationTestCustomAPI0058();
       
   853 	virtual TVerdict doTestStepL();
       
   854 	static TPtrC GetTestStepName();
       
   855 
       
   856 private:
       
   857 
       
   858 	}; // class CCTSYIntegrationTestCustomAPI0058
       
   859 
       
   860 
       
   861 class CCTSYIntegrationTestCustomAPI0059 : public CCTSYIntegrationTestCustomAPIBase
       
   862 	{
       
   863 public:
       
   864 
       
   865 	CCTSYIntegrationTestCustomAPI0059(CEtelSessionMgr& aEtelSessionMgr);
       
   866 	~CCTSYIntegrationTestCustomAPI0059();
       
   867 	virtual TVerdict doTestStepL();
       
   868 	static TPtrC GetTestStepName();
       
   869 
       
   870 private:
       
   871 
       
   872 	}; // class CCTSYIntegrationTestCustomAPI0059
       
   873 
       
   874 
       
   875 class CCTSYIntegrationTestCustomAPI0060 : public CCTSYIntegrationTestCustomAPIBase
       
   876 	{
       
   877 public:
       
   878 
       
   879 	CCTSYIntegrationTestCustomAPI0060(CEtelSessionMgr& aEtelSessionMgr);
       
   880 	~CCTSYIntegrationTestCustomAPI0060();
       
   881 	virtual TVerdict doTestStepL();
       
   882 	static TPtrC GetTestStepName();
       
   883 
       
   884 private:
       
   885 
       
   886 	}; // class CCTSYIntegrationTestCustomAPI0060
       
   887 
       
   888 
       
   889 class CCTSYIntegrationTestCustomAPI0061 : public CCTSYIntegrationTestCustomAPIBase
       
   890 	{
       
   891 public:
       
   892 
       
   893 	CCTSYIntegrationTestCustomAPI0061(CEtelSessionMgr& aEtelSessionMgr);
       
   894 	~CCTSYIntegrationTestCustomAPI0061();
       
   895 	virtual TVerdict doTestStepL();
       
   896 	static TPtrC GetTestStepName();
       
   897 
       
   898 private:
       
   899 
       
   900 	}; // class CCTSYIntegrationTestCustomAPI0061
       
   901 
       
   902 
       
   903 class CCTSYIntegrationTestCustomAPI0062 : public CCTSYIntegrationTestCustomAPIBase
       
   904 	{
       
   905 public:
       
   906 
       
   907 	CCTSYIntegrationTestCustomAPI0062(CEtelSessionMgr& aEtelSessionMgr);
       
   908 	~CCTSYIntegrationTestCustomAPI0062();
       
   909 	virtual TVerdict doTestStepL();
       
   910 	static TPtrC GetTestStepName();
       
   911 
       
   912 private:
       
   913 
       
   914 	}; // class CCTSYIntegrationTestCustomAPI0062
       
   915 
       
   916 
       
   917 class CCTSYIntegrationTestCustomAPI0063 : public CCTSYIntegrationTestCustomAPIBase
       
   918 	{
       
   919 public:
       
   920 
       
   921 	CCTSYIntegrationTestCustomAPI0063(CEtelSessionMgr& aEtelSessionMgr);
       
   922 	~CCTSYIntegrationTestCustomAPI0063();
       
   923 	virtual TVerdict doTestStepL();
       
   924 	static TPtrC GetTestStepName();
       
   925 
       
   926 private:
       
   927 
       
   928 	}; // class CCTSYIntegrationTestCustomAPI0063
       
   929 
       
   930 
       
   931 class CCTSYIntegrationTestCustomAPI0064 : public CCTSYIntegrationTestCustomAPIBase
       
   932 	{
       
   933 public:
       
   934 
       
   935 	CCTSYIntegrationTestCustomAPI0064(CEtelSessionMgr& aEtelSessionMgr);
       
   936 	~CCTSYIntegrationTestCustomAPI0064();
       
   937 	virtual TVerdict doTestStepL();
       
   938 	static TPtrC GetTestStepName();
       
   939 
       
   940 private:
       
   941 
       
   942 	}; // class CCTSYIntegrationTestCustomAPI0064
       
   943 
       
   944 
       
   945 class CCTSYIntegrationTestCustomAPI0065 : public CCTSYIntegrationTestCustomAPIBase
       
   946 	{
       
   947 public:
       
   948 
       
   949 	CCTSYIntegrationTestCustomAPI0065(CEtelSessionMgr& aEtelSessionMgr);
       
   950 	~CCTSYIntegrationTestCustomAPI0065();
       
   951 	virtual TVerdict doTestStepL();
       
   952 	static TPtrC GetTestStepName();
       
   953 
       
   954 private:
       
   955 
       
   956 	}; // class CCTSYIntegrationTestCustomAPI0065
       
   957 
       
   958 
       
   959 class CCTSYIntegrationTestCustomAPI0066 : public CCTSYIntegrationTestCustomAPIBase
       
   960 	{
       
   961 public:
       
   962 
       
   963 	CCTSYIntegrationTestCustomAPI0066(CEtelSessionMgr& aEtelSessionMgr);
       
   964 	~CCTSYIntegrationTestCustomAPI0066();
       
   965 	virtual TVerdict doTestStepL();
       
   966 	static TPtrC GetTestStepName();
       
   967 
       
   968 private:
       
   969 
       
   970 	}; // class CCTSYIntegrationTestCustomAPI0066
       
   971 
       
   972 
       
   973 class CCTSYIntegrationTestCustomAPI0067 : public CCTSYIntegrationTestCustomAPIBase
       
   974 	{
       
   975 public:
       
   976 
       
   977 	CCTSYIntegrationTestCustomAPI0067(CEtelSessionMgr& aEtelSessionMgr);
       
   978 	~CCTSYIntegrationTestCustomAPI0067();
       
   979 	virtual TVerdict doTestStepL();
       
   980 	static TPtrC GetTestStepName();
       
   981 
       
   982 private:
       
   983 
       
   984 	}; // class CCTSYIntegrationTestCustomAPI0067
       
   985 
       
   986 
       
   987 class CCTSYIntegrationTestCustomAPI0068 : public CCTSYIntegrationTestCustomAPIBase
       
   988 	{
       
   989 public:
       
   990 
       
   991 	CCTSYIntegrationTestCustomAPI0068(CEtelSessionMgr& aEtelSessionMgr);
       
   992 	~CCTSYIntegrationTestCustomAPI0068();
       
   993 	virtual TVerdict doTestStepL();
       
   994 	static TPtrC GetTestStepName();
       
   995 
       
   996 private:
       
   997 
       
   998 	}; // class CCTSYIntegrationTestCustomAPI0068
       
   999 
       
  1000 
       
  1001 class CCTSYIntegrationTestCustomAPI0069 : public CCTSYIntegrationTestCustomAPIBase
       
  1002 	{
       
  1003 public:
       
  1004 
       
  1005 	CCTSYIntegrationTestCustomAPI0069(CEtelSessionMgr& aEtelSessionMgr);
       
  1006 	~CCTSYIntegrationTestCustomAPI0069();
       
  1007 	virtual TVerdict doTestStepL();
       
  1008 	static TPtrC GetTestStepName();
       
  1009 
       
  1010 private:
       
  1011 
       
  1012 	}; // class CCTSYIntegrationTestCustomAPI0069
       
  1013 
       
  1014 
       
  1015 class CCTSYIntegrationTestCustomAPI0070 : public CCTSYIntegrationTestCustomAPIBase
       
  1016 	{
       
  1017 public:
       
  1018 
       
  1019 	CCTSYIntegrationTestCustomAPI0070(CEtelSessionMgr& aEtelSessionMgr);
       
  1020 	~CCTSYIntegrationTestCustomAPI0070();
       
  1021 	virtual TVerdict doTestStepL();
       
  1022 	static TPtrC GetTestStepName();
       
  1023 
       
  1024 private:
       
  1025 
       
  1026 	}; // class CCTSYIntegrationTestCustomAPI0070
       
  1027 
       
  1028 
       
  1029 class CCTSYIntegrationTestCustomAPI0071 : public CCTSYIntegrationTestCustomAPIBase
       
  1030 	{
       
  1031 public:
       
  1032 
       
  1033 	CCTSYIntegrationTestCustomAPI0071(CEtelSessionMgr& aEtelSessionMgr);
       
  1034 	~CCTSYIntegrationTestCustomAPI0071();
       
  1035 	virtual TVerdict doTestStepL();
       
  1036 	static TPtrC GetTestStepName();
       
  1037 
       
  1038 private:
       
  1039 
       
  1040 	}; // class CCTSYIntegrationTestCustomAPI0071
       
  1041 
       
  1042 
       
  1043 class CCTSYIntegrationTestCustomAPI0072 : public CCTSYIntegrationTestCustomAPIBase
       
  1044 	{
       
  1045 public:
       
  1046 
       
  1047 	CCTSYIntegrationTestCustomAPI0072(CEtelSessionMgr& aEtelSessionMgr);
       
  1048 	~CCTSYIntegrationTestCustomAPI0072();
       
  1049 	virtual TVerdict doTestStepL();
       
  1050 	static TPtrC GetTestStepName();
       
  1051 
       
  1052 private:
       
  1053 
       
  1054 	}; // class CCTSYIntegrationTestCustomAPI0072
       
  1055 
       
  1056 
       
  1057 class CCTSYIntegrationTestCustomAPI0073 : public CCTSYIntegrationTestCustomAPIBase
       
  1058 	{
       
  1059 public:
       
  1060 
       
  1061 	CCTSYIntegrationTestCustomAPI0073(CEtelSessionMgr& aEtelSessionMgr);
       
  1062 	~CCTSYIntegrationTestCustomAPI0073();
       
  1063 	virtual TVerdict doTestStepL();
       
  1064 	static TPtrC GetTestStepName();
       
  1065 
       
  1066 private:
       
  1067 
       
  1068 	}; // class CCTSYIntegrationTestCustomAPI0073
       
  1069 
       
  1070 
       
  1071 class CCTSYIntegrationTestCustomAPI0074 : public CCTSYIntegrationTestCustomAPIBase
       
  1072 	{
       
  1073 public:
       
  1074 
       
  1075 	CCTSYIntegrationTestCustomAPI0074(CEtelSessionMgr& aEtelSessionMgr);
       
  1076 	~CCTSYIntegrationTestCustomAPI0074();
       
  1077 	virtual TVerdict doTestStepL();
       
  1078 	static TPtrC GetTestStepName();
       
  1079 
       
  1080 private:
       
  1081 
       
  1082 	}; // class CCTSYIntegrationTestCustomAPI0074
       
  1083 
       
  1084 
       
  1085 class CCTSYIntegrationTestCustomAPI0075 : public CCTSYIntegrationTestCustomAPIBase
       
  1086 	{
       
  1087 public:
       
  1088 
       
  1089 	CCTSYIntegrationTestCustomAPI0075(CEtelSessionMgr& aEtelSessionMgr);
       
  1090 	~CCTSYIntegrationTestCustomAPI0075();
       
  1091 	virtual TVerdict doTestStepL();
       
  1092 	static TPtrC GetTestStepName();
       
  1093 
       
  1094 private:
       
  1095 
       
  1096 	}; // class CCTSYIntegrationTestCustomAPI0075
       
  1097 
       
  1098 
       
  1099 
       
  1100 #endif // __CCTSYINTEGRATIONTESTCUSTOMAPI_H__