traceservices/tracefw/ulogger/unit_test/te-server/uloggerservertest5step.h
changeset 0 08ec8eefde2f
child 23 26645d81f48d
equal deleted inserted replaced
-1:000000000000 0:08ec8eefde2f
       
     1 /**
       
     2 * Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 /**
       
    21  @file uloggerservertest5step.h
       
    22  @internalTechnology
       
    23 */
       
    24 
       
    25 #if (!defined __ULOGGERSERVERTEST5_STEP_H__)
       
    26 #define __ULOGGERSERVERTEST5_STEP_H__
       
    27 #include <testexecutestepbase.h>
       
    28 #include "te_uloggerservertestsuitestepbase.h"
       
    29 
       
    30 
       
    31 namespace Ulogger
       
    32 {
       
    33 
       
    34 class CUloggerServerTest5Step : public CTe_UloggerServerTestSuiteStepBase
       
    35 	{
       
    36 	friend class CControlFramework;
       
    37 public:
       
    38 	CUloggerServerTest5Step();
       
    39 	~CUloggerServerTest5Step();
       
    40 	virtual TVerdict doTestStepPreambleL();
       
    41 	virtual TVerdict doTestStepL();
       
    42 	virtual TVerdict doTestStepPostambleL();
       
    43 
       
    44 	
       
    45 	//test methods
       
    46 	TInt Test1L(); //CUloggerChannelSettings
       
    47 	
       
    48 // Please add/modify your class members here:
       
    49 private:
       
    50 	CActiveScheduler *iScheduler;
       
    51 	TInt iErrors;
       
    52 	};
       
    53 }
       
    54 
       
    55 _LIT(KUloggerServerTest5Step,"UloggerServerTest5Step");
       
    56 
       
    57 #endif