os/persistentdata/traceservices/commsdebugutility/TE_commsdebugutility/inc/step_025_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 025.xx
    15 
    16 
    17 #include <comms-infras/commsdebugutility.h>
    18 
    19 
    20 #if (!defined __STEP_025_XX_H__)
    21 #define __STEP__025_XX_H__
    22 
    23 
    24 
    25 class CFloggerTest025_BuildTestUdeb1 : public CTestStepFlogger
    26 	{
    27 	public:
    28 	CFloggerTest025_BuildTestUdeb1();
    29 	~CFloggerTest025_BuildTestUdeb1();
    30 
    31 	TInt DoTestCheckWriteL();
    32 	
    33 	virtual enum TVerdict doTestStepL( void );	
    34 	TInt executeStepL();
    35 	TInt executeStepL(TBool);	
    36 	};
    37 
    38 /* Removed - see cpp file
    39 class CFloggerTest025_BuildTestUdeb2 : public CTestStepFlogger
    40 	{
    41 	public:
    42 	CFloggerTest025_BuildTestUdeb2();
    43 	~CFloggerTest025_BuildTestUdeb2();
    44 
    45 	TInt DoTestCheckWriteL();
    46 	
    47 	virtual enum TVerdict doTestStepL( void );	
    48 	TInt executeStepL();
    49 	TInt executeStepL(TBool);	
    50 	};
    51 */
    52 
    53 class CFloggerTest025_BuildTestUdeb3 : public CTestStepFlogger
    54 	{
    55 	public:
    56 	CFloggerTest025_BuildTestUdeb3();
    57 	~CFloggerTest025_BuildTestUdeb3();
    58 
    59 	TInt DoTestCheckWriteL();
    60 	
    61 	virtual enum TVerdict doTestStepL( void );	
    62 	TInt executeStepL();
    63 	TInt executeStepL(TBool);	
    64 	};
    65 	
    66 	
    67 class CFloggerTest025_BuildTestUdeb4 : public CTestStepFlogger
    68 	{
    69 	public:
    70 	CFloggerTest025_BuildTestUdeb4();
    71 	~CFloggerTest025_BuildTestUdeb4();
    72 
    73 	TInt DoTestCheckWriteL();
    74 	
    75 	virtual enum TVerdict doTestStepL( void );	
    76 	TInt executeStepL();
    77 	TInt executeStepL(TBool);	
    78 	};
    79 	
    80 	
    81 
    82 
    83 class CFloggerTest025_BuildTestUrel1 : public CTestStepFlogger
    84 	{
    85 	public:
    86 	CFloggerTest025_BuildTestUrel1();
    87 	~CFloggerTest025_BuildTestUrel1();
    88 
    89 	TInt DoTestCheckWriteL();
    90 	
    91 	virtual enum TVerdict doTestStepL( void );	
    92 	TInt executeStepL();
    93 	TInt executeStepL(TBool);	
    94 	};
    95 
    96 /* Removed - see cpp file
    97 class CFloggerTest025_BuildTestUrel2 : public CTestStepFlogger
    98 	{
    99 	public:
   100 	CFloggerTest025_BuildTestUrel2();
   101 	~CFloggerTest025_BuildTestUrel2();
   102 
   103 	TInt DoTestCheckWriteL();
   104 	
   105 	virtual enum TVerdict doTestStepL( void );	
   106 	TInt executeStepL();
   107 	TInt executeStepL(TBool);	
   108 	};
   109 */
   110 
   111 class CFloggerTest025_BuildTestUrel3 : public CTestStepFlogger
   112 	{
   113 	public:
   114 	CFloggerTest025_BuildTestUrel3();
   115 	~CFloggerTest025_BuildTestUrel3();
   116 
   117 	TInt DoTestCheckWriteL();
   118 	
   119 	virtual enum TVerdict doTestStepL( void );	
   120 	TInt executeStepL(TBool);
   121 	TInt executeStepL();
   122 	
   123 	};
   124 	
   125 	
   126 class CFloggerTest025_BuildTestUrel4 : public CTestStepFlogger
   127 	{
   128 	public:
   129 	CFloggerTest025_BuildTestUrel4();
   130 	~CFloggerTest025_BuildTestUrel4();
   131 
   132 	TInt DoTestCheckWriteL();
   133 	
   134 	virtual enum TVerdict doTestStepL( void );	
   135 	TInt executeStepL(TBool);
   136 	TInt executeStepL();
   137 	
   138 	};
   139 #endif //(__STEP_025_XX_H__)
   140 
   141