lbstest/lbstestproduct/lbsx3p/inc/ctlbsx3pstepnegative.h
changeset 0 9cfd9a3ee49c
equal deleted inserted replaced
-1:000000000000 0:9cfd9a3ee49c
       
     1 // Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of "Eclipse Public License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 // @file ctlbsx3pstepnegative.h
       
    15 // This contains the header file for LBS Assistance GPS Data Test Step Base
       
    16 // 
       
    17 //
       
    18 
       
    19 #ifndef __CT_LBS_X3P_STEP_NEGATIVE_H__
       
    20 #define __CT_LBS_X3P_STEP_NEGATIVE_H__
       
    21 
       
    22 #include <test/testexecutestepbase.h>
       
    23 
       
    24 
       
    25 #include "ctlbsx3pserver.h"
       
    26 
       
    27 const TUint KBadPriority = 0;
       
    28 _LIT(KLbsX3P_Step_Negative, "LbsX3P_Step_Negative");
       
    29 _LIT(KBadDestination, "07712345678");
       
    30 
       
    31 
       
    32 //#define X3P_PRIORITY_PUSH			0x02
       
    33 //#define X3P_PRIORITY_MENU			0x08
       
    34 //#define X3P_PRIORITY_TIMER			0x10
       
    35 
       
    36 
       
    37 class CT_LbsX3PStep_Negative :	public CTestStep
       
    38 {
       
    39 
       
    40 public:
       
    41 
       
    42 	virtual TVerdict doTestStepPreambleL();
       
    43 	virtual TVerdict doTestStepPostambleL();
       
    44 
       
    45 	virtual ~CT_LbsX3PStep_Negative();
       
    46 	static CT_LbsX3PStep_Negative* New(CT_LbsX3PServer& aParent);
       
    47 	
       
    48 private:
       
    49 	TInt iTestCaseId;
       
    50 
       
    51 	void ConstructL();
       
    52 	virtual TVerdict doTestStepL();
       
    53 		
       
    54 		
       
    55 protected:
       
    56 	CT_LbsX3PStep_Negative(CT_LbsX3PServer& aParent);
       
    57 
       
    58 	// Class members which will be common to all individual test steps:
       
    59 	const CT_LbsX3PServer& iParent;
       
    60 		
       
    61 };
       
    62 
       
    63 #endif // __CT_LBS_X3P_STEP_NEGATIVE_H__