os/persistentdata/traceservices/tracefw/ulogger/unit_test/te-server/uloggerservertest5step.h
author sl@SLION-WIN7.fritz.box
Fri, 15 Jun 2012 03:10:57 +0200
changeset 0 bde4ae8d615e
permissions -rw-r--r--
First public contribution.
     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 <test/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