os/persistentdata/traceservices/tracefw/ulogger/unit_test/te-server/te_uloggerservertestsuitestepbase.h
Update contrib.
2 * Copyright (c) 2004-2009 Nokia Corporation and/or its subsidiary(-ies).
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".
9 * Initial Contributors:
10 * Nokia Corporation - initial contribution.
21 @file Te_UloggerServerTestSuiteStepBase.h
25 #if (!defined __TE_ULOGGERSERVERTEST_STEP_BASE__)
26 #define __TE_ULOGGERSERVERTEST_STEP_BASE__
27 #include <test/testexecutestepbase.h>
28 // Please add your include here if you have
30 /****************************************************************************
31 * The reason to have a new step base is that it is very much possible
32 * that the all individual test steps have project related common variables
34 * and this is the place to define these common variable and members.
36 ****************************************************************************/
37 class CTe_UloggerServerTestSuiteStepBase : public CTestStep
40 virtual ~CTe_UloggerServerTestSuiteStepBase();
41 CTe_UloggerServerTestSuiteStepBase();
42 virtual TVerdict doTestStepPreambleL();
43 virtual TVerdict doTestStepPostambleL();
45 //Please add your class members which will be common to all individual test steps: