landmarks/locationlandmarks/tsrc/LandmarkTestModule/inc/FT_CPosTp143.h
branchRCL_3
changeset 44 2b4ea9893b66
equal deleted inserted replaced
42:02ba3f1733c6 44:2b4ea9893b66
       
     1 /*
       
     2 * Copyright (c) 2005 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 *   ?description_line
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 #ifndef CPosTp143_H
       
    21 #define CPosTp143_H
       
    22 
       
    23 #include <EPos_CPosLandmark.h> 
       
    24 #include "FT_CLandmarkTestProcedureBase.h"
       
    25 
       
    26 /**
       
    27 *  Test procedure 143
       
    28 */
       
    29 class CPosTp143 :public CLandmarkTestProcedureBase
       
    30     {
       
    31     public:  // Constructors and destructor
       
    32         
       
    33         /**
       
    34         * C++ default constructor.
       
    35         */
       
    36        
       
    37        CPosTp143(TInt tpno, CStifLogger* aLog) : CLandmarkTestProcedureBase(tpno, aLog) {};
       
    38         
       
    39         /**
       
    40         * Destructor.
       
    41         */
       
    42         ~CPosTp143() {};
       
    43 
       
    44     public: // Functions from base classes
       
    45 
       
    46        
       
    47         /**
       
    48         * From CLandmarkTestProcedureBase
       
    49         * Runs the test in the module
       
    50         */
       
    51         void StartL();
       
    52 
       
    53         /**
       
    54         * From CLandmarkTestProcedureBase
       
    55         * Cleans up after a test.
       
    56         * Always called, even if the test leaves. 
       
    57         */
       
    58         void CloseTest();
       
    59 
       
    60     private:
       
    61 
       
    62         void AddLandmarksL();
       
    63         
       
    64         void CheckCountersL();
       
    65 
       
    66     private: // data
       
    67         
       
    68         RPointerArray<CPosLandmark> iLandmarks;
       
    69     };
       
    70 
       
    71 #endif      // CPosTp143_H
       
    72             
       
    73 // End of File