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