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