os/persistentdata/traceservices/commsdebugutility/TE_commsdebugutility/inc/step_024_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 024.xx
17 #include <comms-infras/commsdebugutility.h>
21 #if (!defined __STEP_024_XX_H__)
22 #define __STEP__024_XX_H__
24 class CFloggerTest024_01 : public CTestStepFlogger
28 ~CFloggerTest024_01();
30 virtual enum TVerdict doTestStepL( void );
31 TInt DoTestCheckWriteL();
32 TInt executeStepL(TBool);
38 class CFloggerTest024_02 : public CTestStepFlogger
42 ~CFloggerTest024_02();
44 virtual enum TVerdict doTestStepL( void );
45 TInt DoTestCheckWriteL();
46 TInt executeStepL(TBool);
52 class CFloggerTest024_03 : public CTestStepFlogger
56 ~CFloggerTest024_03();
58 virtual enum TVerdict doTestStepL( void );
59 TInt DoTestCheckWriteL();
60 TInt executeStepL(TBool);
66 class CFloggerTest024_04 : public CTestStepFlogger
70 ~CFloggerTest024_04();
72 virtual enum TVerdict doTestStepL( void );
73 TInt DoTestCheckWriteL();
74 TInt executeStepL(TBool);
80 class CFloggerTest024_05 : public CTestStepFlogger
84 ~CFloggerTest024_05();
86 virtual enum TVerdict doTestStepL( void );
87 TInt DoTestCheckWriteL();
88 TInt executeStepL(TBool);
94 class CFloggerTest024_06 : public CTestStepFlogger
98 ~CFloggerTest024_06();
100 virtual enum TVerdict doTestStepL( void );
101 TInt DoTestCheckWriteL();
102 TInt executeStepL(TBool);
108 class CFloggerTest024_07 : public CTestStepFlogger
111 CFloggerTest024_07();
112 ~CFloggerTest024_07();
114 TInt DoTestCheckWriteL();
115 TInt connectionTest();
117 virtual enum TVerdict doTestStepL( void );
118 TInt executeStepL(TBool);
123 class CFloggerTest024_08 : public CTestStepFlogger
126 CFloggerTest024_08();
127 ~CFloggerTest024_08();
129 virtual enum TVerdict doTestStepL( void );
130 TInt DoTestCheckWriteL();
131 TInt executeStepL(TBool);
139 #endif //(__STEP_024_XX_H__)