traceservices/tracefw/ulogger/unit_test/te-outfrwkchans/te-file/uloggerfileplugintest.h
branchRCL_3
changeset 23 26645d81f48d
parent 0 08ec8eefde2f
child 24 cc28652e0254
equal deleted inserted replaced
21:28839de615b4 23:26645d81f48d
    18 
    18 
    19 
    19 
    20 #ifndef __ULOGGERFILEPLUGINTEST_H__
    20 #ifndef __ULOGGERFILEPLUGINTEST_H__
    21 #define __ULOGGERFILEPLUGINTEST_H__
    21 #define __ULOGGERFILEPLUGINTEST_H__
    22 
    22 
    23 #include <tefunit.h>
    23 #include <test/tefunit.h>
       
    24 
    24 #include "uloggerfileplugin.h"
    25 #include "uloggerfileplugin.h"
    25 #include "te_filesuitestepbase.h"
    26 #include "te_filesuitestepbase.h"
    26 
    27 
    27 
    28 
    28 class CFile0Step : public CTe_fileSuiteStepBase
    29 class CFile0Step : public CTe_fileSuiteStepBase
    35 	virtual TVerdict doTestStepPreambleL(); 
    36 	virtual TVerdict doTestStepPreambleL(); 
    36 	
    37 	
    37 private:
    38 private:
    38 	// Tests
    39 	// Tests
    39 	void TestNewL();
    40 	void TestNewL();
    40 	void TestUnlockResources(); 
    41 	void TestUnlockResourcesL(); 
    41 	void TestSettings();
    42 	void TestSettingsL();
    42 	void TestWrite(); 
    43 	void TestWriteL(); 
    43 	RFs iFileServer;
    44 	RFs iFileServer;
    44 	};
    45 	};
    45 
    46 
    46 _LIT(KFile0Step,"file0Step");
    47 _LIT(KFile0Step,"file0Step");
    47 
    48