commsprocess/commsrootserverconfig/ts_rootserver/RootServerTestSection6.h
changeset 72 ae47d0499bee
parent 68 5da8188e392b
child 77 c9776eadbffd
equal deleted inserted replaced
68:5da8188e392b 72:ae47d0499bee
     1 // Copyright (c) 2003-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 // // Root Server Test Section 6 - Loading modules in Root Server
       
    15 // 
       
    16 //
       
    17 
       
    18 
       
    19 #if (!defined __ROOTSERVERTEST_6_H__)
       
    20 #define __ROOTSERVERTEST_6_H__
       
    21 
       
    22 
       
    23 class CRootServerTest6_1 : public CTestStepRootServer
       
    24 {
       
    25 public:
       
    26 	CRootServerTest6_1();
       
    27 
       
    28 	virtual TVerdict doTestStepL( void );
       
    29 };
       
    30 
       
    31 class CRootServerTest6_2 : public CTestStepRootServer
       
    32 {
       
    33 public:
       
    34 	CRootServerTest6_2();
       
    35 
       
    36 	virtual TVerdict doTestStepL( void );
       
    37 };
       
    38 
       
    39 class CRootServerTest6_BindWithinModule : public CTestStepRootServer
       
    40 {
       
    41 protected:
       
    42 	TVerdict BindWithinModuleL(TThreadPriority aPriority);
       
    43 };
       
    44 
       
    45 class CRootServerTest6_3 : public CRootServerTest6_BindWithinModule
       
    46 {
       
    47 public:
       
    48 	CRootServerTest6_3();
       
    49 
       
    50 	virtual TVerdict doTestStepL( void );
       
    51 };
       
    52 
       
    53 class CRootServerTest6_4 : public CRootServerTest6_BindWithinModule
       
    54 {
       
    55 public:
       
    56 	CRootServerTest6_4();
       
    57 
       
    58 	virtual TVerdict doTestStepL( void );
       
    59 };
       
    60 
       
    61 class CRootServerTest6_5 : public CTestStepRootServer
       
    62 {
       
    63 public:
       
    64 	CRootServerTest6_5();
       
    65 
       
    66 	virtual TVerdict doTestStepL( void );
       
    67 };
       
    68 
       
    69 class CRootServerTest6_6 : public CTestStepRootServer
       
    70 {
       
    71 public:
       
    72 	CRootServerTest6_6();
       
    73 
       
    74 	virtual TVerdict doTestStepL( void );
       
    75 };
       
    76 
       
    77 class CRootServerTest6_7 : public CTestStepRootServer
       
    78 {
       
    79 public:
       
    80 	CRootServerTest6_7();
       
    81 
       
    82 	virtual TVerdict doTestStepL( void );
       
    83 };
       
    84 
       
    85 class CRootServerTest6_UnbindWithinModule : public CTestStepRootServer
       
    86 {
       
    87 protected:
       
    88 	TVerdict UnbindWithinModuleL(TThreadPriority aPriority);
       
    89 };
       
    90 
       
    91 class CRootServerTest6_8 : public CRootServerTest6_UnbindWithinModule
       
    92 {
       
    93 public:
       
    94 	CRootServerTest6_8();
       
    95 
       
    96 	virtual TVerdict doTestStepL( void );
       
    97 };
       
    98 
       
    99 class CRootServerTest6_9 : public CRootServerTest6_UnbindWithinModule
       
   100 {
       
   101 public:
       
   102 	CRootServerTest6_9();
       
   103 
       
   104 	virtual TVerdict doTestStepL( void );
       
   105 };
       
   106 
       
   107 class CRootServerTest6_10 : public CTestStepRootServer
       
   108 {
       
   109 public:
       
   110 	CRootServerTest6_10();
       
   111 
       
   112 	virtual TVerdict doTestStepL( void );
       
   113 };
       
   114 
       
   115 class CRootServerTest6_11 : public CTestStepRootServer
       
   116 {
       
   117 public:
       
   118 	CRootServerTest6_11();
       
   119 
       
   120 	virtual TVerdict doTestStepL( void );
       
   121 };
       
   122 
       
   123 class CRootServerTest6_12 : public CTestStepRootServer
       
   124 {
       
   125 public:
       
   126 	CRootServerTest6_12();
       
   127 
       
   128 	virtual TVerdict doTestStepL( void );
       
   129 };
       
   130 
       
   131 class CRootServerTest6_13 : public CTestStepRootServer
       
   132 {
       
   133 public:
       
   134 	CRootServerTest6_13();
       
   135 
       
   136 	virtual TVerdict doTestStepL( void );
       
   137 };
       
   138 
       
   139 class CRootServerTest6_14 : public CTestStepRootServer
       
   140 {
       
   141 public:
       
   142 	CRootServerTest6_14();
       
   143 
       
   144 	virtual TVerdict doTestStepL( void );
       
   145 };
       
   146 
       
   147 class CRootServerTest6_15 : public CTestStepRootServer
       
   148 {
       
   149 public:
       
   150 	CRootServerTest6_15();
       
   151 
       
   152 	virtual TVerdict doTestStepL( void );
       
   153 };
       
   154 
       
   155 class CRootServerTest6_16 : public CTestStepRootServer
       
   156 {
       
   157 public:
       
   158 	CRootServerTest6_16();
       
   159 
       
   160 	virtual TVerdict doTestStepL( void );
       
   161 };
       
   162 
       
   163 #endif //(__ROOTSERVERTEST_6_H__)
       
   164