os/persistentdata/traceservices/commsdebugutility/TE_commsdebugutility/inc/step_017_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 // This is the header file for Flogger test 017.xx
    15 
    16 
    17 #include <comms-infras/commsdebugutility.h>
    18 
    19 #if (!defined __STEP_017_XX_H__)
    20 #define __STEP__017_XX_H__
    21 
    22 class CFloggerTest017_01 : public CTestStepFlogger
    23 	{
    24 	public:
    25 	CFloggerTest017_01();
    26 	~CFloggerTest017_01();
    27 
    28 	virtual enum TVerdict doTestStepL( void );
    29 	TInt executeStepL(TBool heapTest);
    30 	TInt executeStepL();
    31 	TInt DoTestWrite();
    32 	TInt DoTestCheckWriteL();
    33 	TInt DoHeapTestWrite();
    34 	private:
    35 	};
    36 
    37 class CFloggerTest017_02 : public CTestStepFlogger
    38 	{
    39 	public:
    40 	CFloggerTest017_02();
    41 	~CFloggerTest017_02();
    42 
    43 	virtual enum TVerdict doTestStepL( void );
    44 	TInt executeStepL(TBool heapTest);
    45 	TInt executeStepL( void );
    46 	TInt DoTestWrite();
    47 	TInt DoTestCheckWriteL();
    48 	private:
    49 	};
    50 
    51 
    52 class CFloggerTest017_03 : public CTestStepFlogger
    53 	{
    54 	public:
    55 	CFloggerTest017_03();
    56 	~CFloggerTest017_03();
    57 
    58 	virtual enum TVerdict doTestStepL( void );
    59 	TInt executeStepL(TBool heapTest);
    60 	TInt executeStepL();
    61 	TInt DoTestWrite();
    62 	TInt DoTestCheckWriteL();
    63 	
    64 	private:
    65 	};
    66 
    67 class CFloggerTest017_04 : public CTestStepFlogger
    68 	{
    69 	public:
    70 	CFloggerTest017_04();
    71 	~CFloggerTest017_04();
    72 
    73 	virtual enum TVerdict doTestStepL( void );
    74 	TInt executeStepL(TBool heapTest);
    75 	TInt executeStepL();
    76 	TInt DoTestWrite();
    77 	TInt DoTestCheckWriteL();
    78 	
    79 	private:
    80 	};
    81 
    82 class CFloggerTest017_05 : public CTestStepFlogger
    83 	{
    84 	public:
    85 	CFloggerTest017_05();
    86 	~CFloggerTest017_05();
    87 
    88 	virtual enum TVerdict doTestStepL( void );
    89 	TInt executeStepL(TBool heapTest);
    90 	TInt executeStepL();
    91 	TInt DoTestWrite();
    92 	TInt DoTestCheckWriteL();
    93 	
    94 	private:
    95 	};
    96 
    97 
    98 class CFloggerTest017_06 : public CTestStepFlogger
    99 	{
   100 	public:
   101 	CFloggerTest017_06();
   102 	~CFloggerTest017_06();
   103 
   104 	virtual enum TVerdict doTestStepL( void );
   105 	};
   106 
   107 
   108 #endif //(__STEP_017_XX_H__)
   109 
   110