traceservices/tracefw/ulogger/unit_test/te-outfrwkchans/te-file/uloggerfileplugintest.h
changeset 35 0d6db0a14001
parent 17 55f2396f6d25
equal deleted inserted replaced
25:63532cdadd44 35:0d6db0a14001
    36 	virtual TVerdict doTestStepPreambleL(); 
    36 	virtual TVerdict doTestStepPreambleL(); 
    37 	
    37 	
    38 private:
    38 private:
    39 	// Tests
    39 	// Tests
    40 	void TestNewL();
    40 	void TestNewL();
    41 	void TestUnlockResources(); 
    41 	void TestUnlockResourcesL(); 
    42 	void TestSettings();
    42 	void TestSettingsL();
    43 	void TestWrite(); 
    43 	void TestWriteL(); 
    44 	RFs iFileServer;
    44 	RFs iFileServer;
    45 	};
    45 	};
    46 
    46 
    47 _LIT(KFile0Step,"file0Step");
    47 _LIT(KFile0Step,"file0Step");
    48 
    48