os/ossrv/genericservices/taskscheduler/Test/Testexecute/src/Te_floating_scheduleSuiteStepBase.h
Update contrib.
2 * Copyright (c) 2005-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.
20 #if (!defined __TE_SCHSVR_FLOATING_SCHEDULE_STEP_BASE__)
21 #define __TE_SCHSVR_FLOATING_SCHEDULE_STEP_BASE__
22 #include <test/testexecutestepbase.h>
24 // Please add your include here if you have
26 #include <e32property.h>
29 /****************************************************************************
30 * The reason to have a new step base is that it is very much possible
31 * that the all individual test steps have project related common variables
33 * and this is the place to define these common variable and members.
35 ****************************************************************************/
36 static RScheduler TheScheduler;
38 typedef CArrayFixFlat<TScheduleEntryInfo2> CScheduleEntryInfoArray;
39 typedef CArrayFixFlat<TTaskSchedulerCondition> CSchConditionArray;
41 const TUid KTestUid = TUid::Uid(0x101F7784);
42 const TInt KTestKey1 = 1;
43 const TInt KTestKey2 = 2;
44 const TInt KTestKey3 = 3;
45 const TInt KTestKey4 = 4;
46 const TInt KTestKey5 = 5;
47 const TInt KTestKey6 = 6;
48 const TInt KTestKey7 = 7;
49 const TInt KTestKey8 = 8;
51 _LIT(KMinimalTaskHandler, "MinimalTaskHandler");
54 class CTe_floating_scheduleSuiteStepBase : public CTestStep
57 virtual ~CTe_floating_scheduleSuiteStepBase();
58 CTe_floating_scheduleSuiteStepBase();
59 virtual TVerdict doTestStepPreambleL();
60 virtual TVerdict doTestStepPostambleL();
62 //Please add your class members which will be common to all individual test steps: