os/persistentdata/traceservices/commsdebugutility/TE_commsdebugutility/inc/step_027_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_027_xx.h Fri Jun 15 03:10:57 2012 +0200
1.3 @@ -0,0 +1,192 @@
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 +// See the test specification for details of what these test cases do.
1.18 +
1.19 +#include <comms-infras/commsdebugutility.h>
1.20 +
1.21 +
1.22 +#if (!defined __STEP_027_XX_H__)
1.23 +#define __STEP__027_XX_H__
1.24 +
1.25 +class CFloggerTest027_01 : public CTestStepFlogger
1.26 + {
1.27 + public:
1.28 + CFloggerTest027_01();
1.29 + ~CFloggerTest027_01();
1.30 +
1.31 + virtual enum TVerdict doTestStepL( void );
1.32 + TInt executeStepL(TBool);
1.33 + TInt executeStepL();
1.34 +
1.35 + };
1.36 +
1.37 +
1.38 +class CFloggerTest027_02 : public CTestStepFlogger
1.39 + {
1.40 + public:
1.41 + CFloggerTest027_02();
1.42 + ~CFloggerTest027_02();
1.43 +
1.44 + virtual enum TVerdict doTestStepL( void );
1.45 + TInt executeStepL(TBool);
1.46 + TInt executeStepL();
1.47 + RFileLogger iFlogger;
1.48 +
1.49 + };
1.50 +
1.51 +class CFloggerTest027_03 : public CTestStepFlogger
1.52 + {
1.53 + public:
1.54 + CFloggerTest027_03();
1.55 + ~CFloggerTest027_03();
1.56 +
1.57 + virtual enum TVerdict doTestStepL( void );
1.58 + TInt executeStepL(TBool);
1.59 + TInt executeStepL();
1.60 +
1.61 + };
1.62 +
1.63 +
1.64 +class CFloggerTest027_04 : public CTestStepFlogger
1.65 + {
1.66 + public:
1.67 + CFloggerTest027_04();
1.68 + ~CFloggerTest027_04();
1.69 + TInt DoTestWrite();
1.70 + TInt DoTestCheckWriteL();
1.71 +
1.72 + virtual enum TVerdict doTestStepL( void );
1.73 + TInt executeStepL(TBool);
1.74 + TInt executeStepL();
1.75 +
1.76 + };
1.77 +
1.78 +class CFloggerTest027_05 : public CTestStepFlogger
1.79 + {
1.80 + public:
1.81 + CFloggerTest027_05();
1.82 + ~CFloggerTest027_05();
1.83 + TInt DoTestWrite();
1.84 + TInt DoTestCheckWriteL();
1.85 +
1.86 + virtual enum TVerdict doTestStepL( void );
1.87 + TInt executeStepL(TBool);
1.88 + TInt executeStepL();
1.89 +
1.90 + };
1.91 +
1.92 +
1.93 +class CFloggerTest027_06 : public CTestStepFlogger
1.94 + {
1.95 + public:
1.96 + CFloggerTest027_06();
1.97 + ~CFloggerTest027_06();
1.98 + TInt DoTestWrite();
1.99 + TInt DoTestCheckWriteL();
1.100 +
1.101 + virtual enum TVerdict doTestStepL( void );
1.102 + TInt executeStepL(TBool);
1.103 + TInt executeStepL();
1.104 +
1.105 + };
1.106 +
1.107 +class CFloggerTest027_07 : public CTestStepFlogger
1.108 + {
1.109 + public:
1.110 + CFloggerTest027_07();
1.111 + ~CFloggerTest027_07();
1.112 + TInt DoTestWrite();
1.113 + TInt DoTestCheckWriteL();
1.114 +
1.115 + virtual enum TVerdict doTestStepL( void );
1.116 + TInt executeStepL(TBool);
1.117 + TInt executeStepL();
1.118 +
1.119 + };
1.120 +
1.121 +class CFloggerTest027_08 : public CTestStepFlogger
1.122 + {
1.123 + public:
1.124 + CFloggerTest027_08();
1.125 + ~CFloggerTest027_08();
1.126 + TInt DoTestWrite();
1.127 + TInt DoTestCheckWriteL();
1.128 +
1.129 + virtual enum TVerdict doTestStepL( void );
1.130 + TInt executeStepL(TBool);
1.131 + TInt executeStepL();
1.132 +
1.133 + };
1.134 +
1.135 +class CFloggerTest027_09 : public CTestStepFlogger
1.136 + {
1.137 + public:
1.138 + CFloggerTest027_09();
1.139 + ~CFloggerTest027_09();
1.140 + TInt DoTestWrite();
1.141 + TInt DoTestCheckWriteL();
1.142 +
1.143 + virtual enum TVerdict doTestStepL( void );
1.144 + TInt executeStepL(TBool);
1.145 + TInt executeStepL();
1.146 +
1.147 + };
1.148 +
1.149 +class CFloggerTest027_10 : public CTestStepFlogger
1.150 + {
1.151 + public:
1.152 + CFloggerTest027_10();
1.153 + ~CFloggerTest027_10();
1.154 + TInt DoTestWrite();
1.155 + TInt DoTestCheckWriteL();
1.156 +
1.157 + virtual enum TVerdict doTestStepL( void );
1.158 + TInt executeStepL(TBool);
1.159 + TInt executeStepL();
1.160 +
1.161 + };
1.162 +
1.163 +class CFloggerTest027_11 : public CTestStepFlogger
1.164 + {
1.165 + public:
1.166 + CFloggerTest027_11();
1.167 + ~CFloggerTest027_11();
1.168 + TInt DoTestWrite();
1.169 + TInt DoTestCheckWriteL();
1.170 +
1.171 + virtual enum TVerdict doTestStepL( void );
1.172 + TInt executeStepL(TBool);
1.173 + TInt executeStepL();
1.174 +
1.175 + };
1.176 +
1.177 +
1.178 +class CFloggerTest027_12 : public CTestStepFlogger
1.179 + {
1.180 + public:
1.181 + CFloggerTest027_12();
1.182 + ~CFloggerTest027_12();
1.183 + TInt DoTestWrite();
1.184 + TInt DoTestCheckWriteL();
1.185 +
1.186 + virtual enum TVerdict doTestStepL( void );
1.187 + TInt executeStepL(TBool);
1.188 + TInt executeStepL();
1.189 +
1.190 + };
1.191 +
1.192 +
1.193 +
1.194 +
1.195 +#endif //(__STEP_027_XX_H__)