cbsref/telephonyrefplugins/atltsy/integrationtest/inc/testltsyphonestorebase.h
branchRCL_3
changeset 65 630d2f34d719
equal deleted inserted replaced
61:17af172ffa5f 65:630d2f34d719
       
     1 // Copyright (c) 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 testltsyphonestorebase.h
       
    15 // 
       
    16 
       
    17 #ifndef TESTLTSYPHONESTOREBASE_H_
       
    18 #define TESTLTSYPHONESTOREBASE_H_
       
    19 
       
    20 class CTestLtsyModel;
       
    21 // user include
       
    22 #include "te_integration_stltsysuitestepbase.h"
       
    23 #include "testltsymodel.h"
       
    24 
       
    25 
       
    26 // class declaration
       
    27 /**
       
    28  * This class provide the common functionalities related to the PhoneStore
       
    29  * 
       
    30  */
       
    31 class CTestLtsyPhoneStoreBase : public CTe_integration_stltsySuiteStepBase
       
    32 /**
       
    33  * @internalAll
       
    34  * @test
       
    35  */
       
    36 	{
       
    37 public:
       
    38 	virtual ~CTestLtsyPhoneStoreBase();
       
    39 	         CTestLtsyPhoneStoreBase(CTestLtsyModel& aTestModel);
       
    40 protected:
       
    41 	TVerdict doTestStepPreambleL();
       
    42 	TVerdict doTestStepPostambleL();
       
    43 	RMobileONStore& PhoneONStore();
       
    44 	RMobileENStore& PhoneENStore();	
       
    45 	RMobilePhoneBookStore& PhoneBookStore();
       
    46 	void OpenPhoneL();
       
    47 
       
    48 protected:
       
    49 	CTestLtsyModel& iModel;
       
    50 	};
       
    51 
       
    52 #endif /*TESTLTSYPHONESTOREBASE_H_*/