os/persistentdata/traceservices/commsdebugutility/TE_commsdebugutility/inc/step_025_xx.h
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/os/persistentdata/traceservices/commsdebugutility/TE_commsdebugutility/inc/step_025_xx.h Fri Jun 15 03:10:57 2012 +0200
1.3 @@ -0,0 +1,141 @@
1.4 +// Copyright (c) 2003-2009 Nokia Corporation and/or its subsidiary(-ies).
1.5 +// All rights reserved.
1.6 +// This component and the accompanying materials are made available
1.7 +// under the terms of "Eclipse Public License v1.0"
1.8 +// which accompanies this distribution, and is available
1.9 +// at the URL "http://www.eclipse.org/legal/epl-v10.html".
1.10 +//
1.11 +// Initial Contributors:
1.12 +// Nokia Corporation - initial contribution.
1.13 +//
1.14 +// Contributors:
1.15 +//
1.16 +// Description:
1.17 +// This is the header file for Flogger test 025.xx
1.18 +
1.19 +
1.20 +#include <comms-infras/commsdebugutility.h>
1.21 +
1.22 +
1.23 +#if (!defined __STEP_025_XX_H__)
1.24 +#define __STEP__025_XX_H__
1.25 +
1.26 +
1.27 +
1.28 +class CFloggerTest025_BuildTestUdeb1 : public CTestStepFlogger
1.29 + {
1.30 + public:
1.31 + CFloggerTest025_BuildTestUdeb1();
1.32 + ~CFloggerTest025_BuildTestUdeb1();
1.33 +
1.34 + TInt DoTestCheckWriteL();
1.35 +
1.36 + virtual enum TVerdict doTestStepL( void );
1.37 + TInt executeStepL();
1.38 + TInt executeStepL(TBool);
1.39 + };
1.40 +
1.41 +/* Removed - see cpp file
1.42 +class CFloggerTest025_BuildTestUdeb2 : public CTestStepFlogger
1.43 + {
1.44 + public:
1.45 + CFloggerTest025_BuildTestUdeb2();
1.46 + ~CFloggerTest025_BuildTestUdeb2();
1.47 +
1.48 + TInt DoTestCheckWriteL();
1.49 +
1.50 + virtual enum TVerdict doTestStepL( void );
1.51 + TInt executeStepL();
1.52 + TInt executeStepL(TBool);
1.53 + };
1.54 +*/
1.55 +
1.56 +class CFloggerTest025_BuildTestUdeb3 : public CTestStepFlogger
1.57 + {
1.58 + public:
1.59 + CFloggerTest025_BuildTestUdeb3();
1.60 + ~CFloggerTest025_BuildTestUdeb3();
1.61 +
1.62 + TInt DoTestCheckWriteL();
1.63 +
1.64 + virtual enum TVerdict doTestStepL( void );
1.65 + TInt executeStepL();
1.66 + TInt executeStepL(TBool);
1.67 + };
1.68 +
1.69 +
1.70 +class CFloggerTest025_BuildTestUdeb4 : public CTestStepFlogger
1.71 + {
1.72 + public:
1.73 + CFloggerTest025_BuildTestUdeb4();
1.74 + ~CFloggerTest025_BuildTestUdeb4();
1.75 +
1.76 + TInt DoTestCheckWriteL();
1.77 +
1.78 + virtual enum TVerdict doTestStepL( void );
1.79 + TInt executeStepL();
1.80 + TInt executeStepL(TBool);
1.81 + };
1.82 +
1.83 +
1.84 +
1.85 +
1.86 +class CFloggerTest025_BuildTestUrel1 : public CTestStepFlogger
1.87 + {
1.88 + public:
1.89 + CFloggerTest025_BuildTestUrel1();
1.90 + ~CFloggerTest025_BuildTestUrel1();
1.91 +
1.92 + TInt DoTestCheckWriteL();
1.93 +
1.94 + virtual enum TVerdict doTestStepL( void );
1.95 + TInt executeStepL();
1.96 + TInt executeStepL(TBool);
1.97 + };
1.98 +
1.99 +/* Removed - see cpp file
1.100 +class CFloggerTest025_BuildTestUrel2 : public CTestStepFlogger
1.101 + {
1.102 + public:
1.103 + CFloggerTest025_BuildTestUrel2();
1.104 + ~CFloggerTest025_BuildTestUrel2();
1.105 +
1.106 + TInt DoTestCheckWriteL();
1.107 +
1.108 + virtual enum TVerdict doTestStepL( void );
1.109 + TInt executeStepL();
1.110 + TInt executeStepL(TBool);
1.111 + };
1.112 +*/
1.113 +
1.114 +class CFloggerTest025_BuildTestUrel3 : public CTestStepFlogger
1.115 + {
1.116 + public:
1.117 + CFloggerTest025_BuildTestUrel3();
1.118 + ~CFloggerTest025_BuildTestUrel3();
1.119 +
1.120 + TInt DoTestCheckWriteL();
1.121 +
1.122 + virtual enum TVerdict doTestStepL( void );
1.123 + TInt executeStepL(TBool);
1.124 + TInt executeStepL();
1.125 +
1.126 + };
1.127 +
1.128 +
1.129 +class CFloggerTest025_BuildTestUrel4 : public CTestStepFlogger
1.130 + {
1.131 + public:
1.132 + CFloggerTest025_BuildTestUrel4();
1.133 + ~CFloggerTest025_BuildTestUrel4();
1.134 +
1.135 + TInt DoTestCheckWriteL();
1.136 +
1.137 + virtual enum TVerdict doTestStepL( void );
1.138 + TInt executeStepL(TBool);
1.139 + TInt executeStepL();
1.140 +
1.141 + };
1.142 +#endif //(__STEP_025_XX_H__)
1.143 +
1.144 +