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