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