common/tools/ats/smoketest/lbs/lbsclient/inc/ctlbsclientpostp169.h
changeset 748 e13acd883fbe
child 872 17498133d9ad
equal deleted inserted replaced
747:76f9aaeefbab 748:e13acd883fbe
       
     1 /*
       
     2 * Copyright (c) 2001-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 the License "Symbian Foundation License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.symbianfoundation.org/legal/sfl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #ifndef __CT_LBS_CLIENT_POS_TP169_H__
       
    21 #define __CT_LBS_CLIENT_POS_TP169_H__
       
    22 
       
    23 //  INCLUDES
       
    24 #include "ctlbsportedstepbase.h"
       
    25 
       
    26 // FORWARD DECLARATIONS
       
    27 
       
    28 // CLASS DECLARATION
       
    29 
       
    30 /**
       
    31 *  Test procedure 169
       
    32 *
       
    33 */
       
    34 class CT_LbsClientPosTp169 :public CT_LbsPortedStepBase
       
    35     {
       
    36     public:  // Constructors and destructor
       
    37 
       
    38         /**
       
    39         * C++ default constructor.
       
    40         */
       
    41         CT_LbsClientPosTp169(CT_LbsServer& aParent);
       
    42 
       
    43         /**
       
    44         * Destructor.
       
    45         */
       
    46         ~CT_LbsClientPosTp169();
       
    47 
       
    48     public: // Functions from base classes
       
    49 
       
    50         /**
       
    51         * From CT_LbsPortedStepBase
       
    52         * Runs the test in the module
       
    53         */
       
    54         void StartL();
       
    55 
       
    56 	private: // New functions
       
    57 
       
    58         /**
       
    59         * Leaves if aCondition is false.
       
    60         * @param aCondition something that should be true
       
    61         */
       
    62         void AssertTrueL(TBool aCondition, const TDesC& errorMsg);
       
    63 
       
    64 		/**
       
    65         * Leaves if aCondition is false.
       
    66         * @param aCondition something that should be true
       
    67         */
       
    68 		void AssertTrueSecL(TBool aCondition, const TDesC& aErrorMsg, TInt aErrorCode);
       
    69 
       
    70         /**
       
    71 		* This testpart tests error report "ESLI-5W9D7M Poison4 - Sort order after full reset"
       
    72 		* verifies that the Horizontal/Vertical accuracy 0 value is returned as NaN when reading
       
    73 		* the value from the modulesdb, uses the panic psy which has values 0 for
       
    74 		* horizontal and vertical accuracy
       
    75 		*/
       
    76 		void TestNaNFromPSY();
       
    77     };
       
    78 
       
    79 #endif      // __CT_LBS_CLIENT_POS_TP169_H__
       
    80 
       
    81 // End of File