traceservices/tracefw/ulogger/unit_test/te-outfrwkchans/te-serial/uloggerserialplugintest.h
changeset 0 08ec8eefde2f
child 23 26645d81f48d
equal deleted inserted replaced
-1:000000000000 0:08ec8eefde2f
       
     1 /*
       
     2 * Copyright (c) 2004-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:
       
    15 * UloggerFilePluginTest.h
       
    16 * 
       
    17 *
       
    18 */
       
    19 
       
    20 
       
    21 
       
    22 #ifndef __ULOGGERSERIALPLUGINTEST_H__
       
    23 #define __ULOGGERSERIALPLUGINTEST_H__
       
    24 
       
    25 #include <tefunit.h>
       
    26 #include "uloggerserialplugin.h"
       
    27 #include "te_serialsuitestepbase.h"
       
    28 	
       
    29 class CSerial0Step : public CTe_serialSuiteStepBase
       
    30 	{
       
    31 public:
       
    32 	CSerial0Step();
       
    33 	~CSerial0Step();
       
    34 	virtual TVerdict doTestStepL();
       
    35 	virtual TVerdict doTestStepPostambleL();
       
    36 	virtual TVerdict doTestStepPreambleL(); 
       
    37 	
       
    38 private:
       
    39 	// Tests
       
    40 	void TestNewL();
       
    41 	void TestUnlockResources(); 
       
    42 	void TestSettings();
       
    43 	void TestWrite(); 
       
    44 	RFs iFileServer;
       
    45 	};
       
    46 
       
    47 _LIT(KSerial0Step,"serial0Step");
       
    48 
       
    49 #endif // __ULOGGERSERIALPLUGINTEST_H__