os/persistentdata/traceservices/commsdebugutility/TE_commsdebugutility/inc/step_029_xx.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 // 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 
    15 #include <comms-infras/commsdebugutility.h>
    16 
    17 
    18 
    19 #if (!defined __STEP_029_XX_H__)
    20 #define __STEP_029_XX_H__
    21 
    22 class CFloggerTest029_IniFile01 : public CTestStepFlogger
    23 	{
    24 	public:
    25 	CFloggerTest029_IniFile01();
    26 	~CFloggerTest029_IniFile01();
    27 
    28 	TInt DoTestCheckWriteL();
    29 	
    30 	virtual enum TVerdict doTestStepL( void );	
    31 	TInt executeStepL();
    32 	TInt executeStepL(TBool);	
    33 	};
    34 
    35 class CFloggerTest029_IniFile02 : public CTestStepFlogger
    36 	{
    37 	public:
    38 	CFloggerTest029_IniFile02();
    39 	~CFloggerTest029_IniFile02();
    40 
    41 	virtual enum TVerdict doTestStepL( void );	
    42 	
    43 	TInt executeStepL();
    44 	TInt executeStepL(TBool);	
    45 	};
    46 
    47 
    48 class CFloggerTest029_IniFile03 : public CTestStepFlogger
    49 	{
    50 	public:
    51 	CFloggerTest029_IniFile03();
    52 	~CFloggerTest029_IniFile03();
    53 
    54 	TInt DoTestCheckWriteL();
    55 	
    56 	virtual enum TVerdict doTestStepL( void );	
    57 	TInt executeStepL();
    58 	TInt executeStepL(TBool);	
    59 	};
    60 
    61 
    62 	
    63 class CFloggerTest029_IniFile04 : public CTestStepFlogger
    64 	{
    65 	public:
    66 	CFloggerTest029_IniFile04();
    67 	~CFloggerTest029_IniFile04();
    68 
    69 	virtual enum TVerdict doTestStepL( void );
    70 	TInt DoTestCheckWriteL(TInt aFileStatus);
    71 	TInt DoTestWrite(TInt aStatus);
    72 	TInt executeStepL(TBool heapTest);
    73 	TInt executeStepL();
    74 	private:
    75 	TBuf8<50> iOrgData;
    76 	RFileLogger iFlogger; 
    77 	};
    78 
    79 
    80 class CFloggerTest029_IniFile04H : public CTestStepFlogger
    81 	{
    82 	public:
    83 	CFloggerTest029_IniFile04H();
    84 	~CFloggerTest029_IniFile04H();
    85 
    86 	virtual enum TVerdict doTestStepL( void );
    87 	};
    88 
    89 
    90 #endif //(__STEP_029_XX_H__)