applayerpluginsandutils/bookmarksupport/test/Integration/TestBookmarksSuite/TestCreateBookmarkItemsStep.h
changeset 0 b16258d2340f
equal deleted inserted replaced
-1:000000000000 0:b16258d2340f
       
     1 // Copyright (c) 2005-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 // Contains declaration of CTestCreateBookmarkItemsStep class
       
    15 // 
       
    16 //
       
    17 
       
    18 #ifndef __TEST_CREATE_BOOKMARK_ITEMS_STEP_H__
       
    19 #define __TEST_CREATE_BOOKMARK_ITEMS_STEP_H__
       
    20 
       
    21 // User Includes
       
    22 #include "TestBookmarksServer.h"
       
    23 #include "TestBookmarksBaseStep.h"
       
    24 
       
    25 /**
       
    26 The test step that creates a bookmark item as per the configuration
       
    27 specified in the ini file
       
    28 @internalTechnology
       
    29 @test
       
    30 */
       
    31 class CTestCreateBookmarkItemsStep : public CTestBookmarksBaseStep
       
    32 	{
       
    33 public:
       
    34 	CTestCreateBookmarkItemsStep(CTestBookmarksServer& aTestServer);
       
    35 
       
    36 	// TEF pure virtual
       
    37 	virtual enum TVerdict 	doTestStepL();
       
    38 
       
    39 	void 					DoTestL(const TPtrC& aTypeOfItem, const TPtrC& aTitle, const TPtrC& aParent);
       
    40 	void 					AppendArraysL(const Bookmark::TItemId& aId, const TPtrC& aTitle);
       
    41 	};
       
    42 
       
    43 /*@{*/
       
    44 // Literal constant defined for identifying step name
       
    45 _LIT(KTestCreateBookmarkItemsStep, "TestCreateBookmarkItemsStep");
       
    46 /*@}*/
       
    47 
       
    48 #endif		// __TEST_CREATE_BOOKMARK_ITEMS_STEP_H__