traceservices/tracefw/integ_test/ost/TEF/te_ostv2integsuite_performance/inc/te_perfoutputsanity.h
branchRCL_3
changeset 23 26645d81f48d
parent 0 08ec8eefde2f
child 24 cc28652e0254
equal deleted inserted replaced
21:28839de615b4 23:26645d81f48d
    19  @file te_uloggerperfsanitytest.h
    19  @file te_uloggerperfsanitytest.h
    20  @internalTechnology
    20  @internalTechnology
    21 */
    21 */
    22 #if (!defined TE_OUTPUTSANITYTEST_H)
    22 #if (!defined TE_OUTPUTSANITYTEST_H)
    23 #define TE_OUTPUTSANITYTEST_H
    23 #define TE_OUTPUTSANITYTEST_H
    24 #include <datawrapper.h>
    24 #include <test/datawrapper.h>
    25 #include "te_ostv2integsuite_basewrapper.h"
    25 #include "te_ostv2integsuite_basewrapper.h"
    26 #include <e32base.h>
    26 #include <e32base.h>
    27 #include <e32math.h>
    27 #include <e32math.h>
    28 #include <uloggerclient.h>
    28 #include <uloggerclient.h>
    29 using namespace Ulogger; //CA:added so can use old ulogger api
    29 using namespace Ulogger; //CA:added so can use old ulogger api
    40 						const TTEFSectionName& aSection, 
    40 						const TTEFSectionName& aSection, 
    41 						const TInt aAsyncErrorIndex);
    41 						const TInt aAsyncErrorIndex);
    42 private:
    42 private:
    43 	COutputCSVSanityWrapper();
    43 	COutputCSVSanityWrapper();
    44 	void ConstructL();
    44 	void ConstructL();
    45 	TVerdict	 	TestBaselineCsv();
    45 	TVerdict	 	TestBaselineCsvL();
    46 	TInt 		ReadCsvFile(const TDesC& aFilename, RBuf8& aBuffer);
    46 	TInt 		ReadCsvFileL(const TDesC& aFilename, RBuf8& aBuffer);
    47 	TInt		CsvFileSize(const TDesC& aFilename, TInt& aSize);
    47 	TInt		CsvFileSizeL(const TDesC& aFilename, TInt& aSize);
    48 
    48 
    49 	};
    49 	};
    50 
    50 
    51 
    51 
    52 _LIT(KOutputCSVSanityWrapper,"OutputCSVSanityTest");
    52 _LIT(KOutputCSVSanityWrapper,"OutputCSVSanityTest");