os/persistentdata/traceservices/commsdebugutility/TE_commsdebugutility/inc/step_009_xx.h
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     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 Flogger test 009.xx
    15 
    16 
    17 #include <comms-infras/commsdebugutility.h>
    18 
    19 
    20 #if (!defined __STEP_009_XX_H__)
    21 #define __STEP__009_XX_H__
    22 
    23 class CFloggerTest009_01 : public CTestStepFlogger
    24 	{
    25 	public:
    26 	CFloggerTest009_01();
    27 	~CFloggerTest009_01();
    28 
    29 	virtual enum TVerdict doTestStepL( void );
    30 	TInt DoTestConnect( void );
    31 	TInt executeStepL(TBool heapTest);
    32 	TInt executeStepL();
    33 	TInt DoTestWrite();
    34 	TInt DoTestCheckWriteL();
    35 	TInt DoTestWriteFormat(TRefByValue<const TDesC8> aFmt,...);
    36 	
    37 	private:
    38 	RFileLogger iFlogger;
    39 
    40 	};
    41 
    42 class CFloggerTest009_02 : public CTestStepFlogger
    43 	{
    44 	public:
    45 	CFloggerTest009_02();
    46 	~CFloggerTest009_02();
    47 
    48 	virtual enum TVerdict doTestStepL( void );
    49 	TInt DoTestConnect( void );
    50 	TInt executeStepL( void );
    51 	TInt executeStepL(TBool);
    52 	TInt DoTestWrite();
    53 	TInt DoTestCheckWriteL();
    54 	
    55 	TInt DoTestWriteFormat(TRefByValue<const TDesC8> aFmt,...);
    56 
    57 	private:
    58 	RFileLogger iFlogger;
    59 	};
    60 
    61 
    62 
    63 class CFloggerTest009_03 : public CTestStepFlogger
    64 	{
    65 	public:
    66 	CFloggerTest009_03();
    67 	~CFloggerTest009_03();
    68 
    69 	virtual enum TVerdict doTestStepL( void );
    70 	};
    71 
    72 
    73 #endif //(__STEP_009_XX_H__)
    74 
    75