traceservices/tracefw/ulogger/unit_test/te-outfrwkchans/te-serial/uloggerserialplugintest.h
branchRCL_3
changeset 23 26645d81f48d
parent 0 08ec8eefde2f
child 24 cc28652e0254
equal deleted inserted replaced
21:28839de615b4 23:26645d81f48d
    20 
    20 
    21 
    21 
    22 #ifndef __ULOGGERSERIALPLUGINTEST_H__
    22 #ifndef __ULOGGERSERIALPLUGINTEST_H__
    23 #define __ULOGGERSERIALPLUGINTEST_H__
    23 #define __ULOGGERSERIALPLUGINTEST_H__
    24 
    24 
    25 #include <tefunit.h>
    25 #include <test/tefunit.h>
       
    26 
    26 #include "uloggerserialplugin.h"
    27 #include "uloggerserialplugin.h"
    27 #include "te_serialsuitestepbase.h"
    28 #include "te_serialsuitestepbase.h"
    28 	
    29 	
    29 class CSerial0Step : public CTe_serialSuiteStepBase
    30 class CSerial0Step : public CTe_serialSuiteStepBase
    30 	{
    31 	{
    36 	virtual TVerdict doTestStepPreambleL(); 
    37 	virtual TVerdict doTestStepPreambleL(); 
    37 	
    38 	
    38 private:
    39 private:
    39 	// Tests
    40 	// Tests
    40 	void TestNewL();
    41 	void TestNewL();
    41 	void TestUnlockResources(); 
    42 	void TestUnlockResourcesL(); 
    42 	void TestSettings();
    43 	void TestSettingsL();
    43 	void TestWrite(); 
    44 	void TestWriteL(); 
    44 	RFs iFileServer;
    45 	RFs iFileServer;
    45 	};
    46 	};
    46 
    47 
    47 _LIT(KSerial0Step,"serial0Step");
    48 _LIT(KSerial0Step,"serial0Step");
    48 
    49