cbsref/telephonyrefplugins/atltsy/integrationtest/inc/testltsyphbkwriteinvalidindex.h
branchRCL_3
changeset 20 07a122eea281
parent 19 630d2f34d719
child 21 4814c5a49428
equal deleted inserted replaced
19:630d2f34d719 20:07a122eea281
     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 testltsyphbkwriteinvalidindex.h
       
    15 // 
       
    16 
       
    17 #ifndef TESTLTSYPHBKWRITEINVALIDINDEX_H
       
    18 #define TESTLTSYPHBKWRITEINVALIDINDEX_H
       
    19 
       
    20 //system include 
       
    21 #include <e32std.h>
       
    22 #include <e32base.h>
       
    23 
       
    24 //user include
       
    25 #include "testltsyphonestorebase.h"
       
    26 #include "testltsymodel.h"
       
    27 // CLASS DECLARATION
       
    28 
       
    29 /**
       
    30  * CTestLtsyPhbkWriteInvalidIndex
       
    31  *
       
    32  */
       
    33 class CTestLtsyPhbkWriteInvalidIndex : public CTestLtsyPhoneStoreBase
       
    34 	{
       
    35 public:
       
    36 
       
    37 	~CTestLtsyPhbkWriteInvalidIndex();
       
    38 	static CTestLtsyPhbkWriteInvalidIndex* NewL(CTestLtsyModel& aTestModel);
       
    39 	static CTestLtsyPhbkWriteInvalidIndex* NewLC(CTestLtsyModel& aTestModel);
       
    40 	CTestLtsyPhbkWriteInvalidIndex(CTestLtsyModel& aTestModel);
       
    41 	void ConstructL();
       
    42 protected:	
       
    43 	virtual TVerdict doTestStepPreambleL();
       
    44 	virtual TVerdict doTestStepL();
       
    45 	virtual TVerdict doTestStepPostambleL();
       
    46 	void WriteEntryL(TInt aIndex);
       
    47 private:
       
    48 	
       
    49 	}; // class CTestLtsyPhbkWriteInvalidIndex
       
    50 _LIT(KCTestLtsyPhbkWriteInvalidIndex,"CTestLtsyPhbkWriteInvalidIndex");
       
    51 
       
    52 #endif // TESTLTSYPHBKWRITEINVALIDINDEX_H