os/persistentdata/traceservices/commsdebugutility/TE_commsdebugutility/inc/step_017_xx.h
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".
8 // Initial Contributors:
9 // Nokia Corporation - initial contribution.
14 // This is the header file for Flogger test 017.xx
17 #include <comms-infras/commsdebugutility.h>
19 #if (!defined __STEP_017_XX_H__)
20 #define __STEP__017_XX_H__
22 class CFloggerTest017_01 : public CTestStepFlogger
26 ~CFloggerTest017_01();
28 virtual enum TVerdict doTestStepL( void );
29 TInt executeStepL(TBool heapTest);
32 TInt DoTestCheckWriteL();
33 TInt DoHeapTestWrite();
37 class CFloggerTest017_02 : public CTestStepFlogger
41 ~CFloggerTest017_02();
43 virtual enum TVerdict doTestStepL( void );
44 TInt executeStepL(TBool heapTest);
45 TInt executeStepL( void );
47 TInt DoTestCheckWriteL();
52 class CFloggerTest017_03 : public CTestStepFlogger
56 ~CFloggerTest017_03();
58 virtual enum TVerdict doTestStepL( void );
59 TInt executeStepL(TBool heapTest);
62 TInt DoTestCheckWriteL();
67 class CFloggerTest017_04 : public CTestStepFlogger
71 ~CFloggerTest017_04();
73 virtual enum TVerdict doTestStepL( void );
74 TInt executeStepL(TBool heapTest);
77 TInt DoTestCheckWriteL();
82 class CFloggerTest017_05 : public CTestStepFlogger
86 ~CFloggerTest017_05();
88 virtual enum TVerdict doTestStepL( void );
89 TInt executeStepL(TBool heapTest);
92 TInt DoTestCheckWriteL();
98 class CFloggerTest017_06 : public CTestStepFlogger
101 CFloggerTest017_06();
102 ~CFloggerTest017_06();
104 virtual enum TVerdict doTestStepL( void );
108 #endif //(__STEP_017_XX_H__)