commsprocess/commsrootserverconfig/TE_rootserver/inc/RootServerTestSection5.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 // This is the header file for ROOTSERVER test section 1
       
    15 // 
       
    16 //
       
    17 
       
    18 
       
    19 #if (!defined __ROOTSERVERTEST_5_H__)
       
    20 #define __ROOTSERVERTEST_5_H__
       
    21 
       
    22 class CRootServerTest_GracefulUnload : public CTestStepRootServer
       
    23 {
       
    24 public:
       
    25 	CRootServerTest_GracefulUnload(CTE_RootServerServer *aSuite);
       
    26 protected:
       
    27 	TVerdict UnloadGracefullyL(TThreadPriority aPriority);
       
    28 };
       
    29 
       
    30 class CRootServerTest5_1 : public CRootServerTest_GracefulUnload
       
    31 {
       
    32 public:
       
    33 	CRootServerTest5_1(CTE_RootServerServer *aSuite);
       
    34 
       
    35 	virtual TVerdict doTestStepL( void );
       
    36 };
       
    37 
       
    38 class CRootServerTest5_2 : public CRootServerTest_GracefulUnload
       
    39 {
       
    40 public:
       
    41 	CRootServerTest5_2(CTE_RootServerServer *aSuite);
       
    42 
       
    43 	virtual TVerdict doTestStepL( void );
       
    44 };
       
    45 
       
    46 class CRootServerTest5_3 : public CTestStepRootServer
       
    47 {
       
    48 public:
       
    49 	CRootServerTest5_3(CTE_RootServerServer *aSuite);
       
    50 
       
    51 	virtual TVerdict doTestStepL( void );
       
    52 };
       
    53 
       
    54 class CRootServerTest_UngracefulUnload: public CTestStepRootServer
       
    55 	{
       
    56 public:
       
    57 	CRootServerTest_UngracefulUnload(CTE_RootServerServer *aSuite);
       
    58 protected:
       
    59 	TVerdict UnloadNonGracefullyL(TThreadPriority aPriority);
       
    60 	};
       
    61 
       
    62 class CRootServerTest5_4 : public CRootServerTest_UngracefulUnload
       
    63 {
       
    64 public:
       
    65 	CRootServerTest5_4(CTE_RootServerServer *aSuite);
       
    66 
       
    67 	virtual TVerdict doTestStepL( void );
       
    68 };
       
    69 
       
    70 class CRootServerTest5_5 : public CRootServerTest_UngracefulUnload
       
    71 {
       
    72 public:
       
    73 	CRootServerTest5_5(CTE_RootServerServer *aSuite);
       
    74 
       
    75 	virtual TVerdict doTestStepL( void );
       
    76 };
       
    77 
       
    78 class CRootServerTest5_6 : public CTestStepRootServer
       
    79 {
       
    80 public:
       
    81 	CRootServerTest5_6(CTE_RootServerServer *aSuite);
       
    82 
       
    83 	virtual TVerdict doTestStepL( void );
       
    84 };
       
    85 
       
    86 class CRootServerTest5_7 : public CTestStepRootServer
       
    87 {
       
    88 public:
       
    89 	CRootServerTest5_7(CTE_RootServerServer *aSuite);
       
    90 
       
    91 	virtual TVerdict doTestStepL( void );
       
    92 };
       
    93 
       
    94 class CRootServerTest5_8 : public CTestStepRootServer
       
    95 {
       
    96 public:
       
    97 	CRootServerTest5_8(CTE_RootServerServer *aSuite);
       
    98 
       
    99 	virtual TVerdict doTestStepL( void );
       
   100 };
       
   101 
       
   102 
       
   103 #endif //(__ROOTSERVERTEST_1_H__)