applayerpluginsandutils/bookmarksupport/test/Integration/TestBookmarksSuite/TestDeleteItemsInFolderStep.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 CTestDeleteItemsInFolderStep class
       
    15 // 
       
    16 //
       
    17 
       
    18 #ifndef __TEST_DELETE_ITEMS_IN_FOLDER_STEP_H__
       
    19 #define __TEST_DELETE_ITEMS_IN_FOLDER_STEP_H__
       
    20 
       
    21 // User Includes
       
    22 #include "TestBookmarksServer.h"
       
    23 #include "TestBookmarksBaseStep.h"
       
    24 
       
    25 /**
       
    26 The test step that deletes the children of a folder mentioned in
       
    27 the ini file
       
    28 @internalTechnology
       
    29 @test
       
    30 */
       
    31 class CTestDeleteItemsInFolderStep : public CTestBookmarksBaseStep
       
    32 	{
       
    33 public:
       
    34 	CTestDeleteItemsInFolderStep(CTestBookmarksServer& aTestServer);
       
    35 
       
    36 	// TEF pure virtual
       
    37 	virtual enum TVerdict 	doTestStepL();
       
    38 
       
    39 	void 					DoTestL(const TPtrC& aTitle);
       
    40 	};
       
    41 
       
    42 /*@{*/
       
    43 // Literal constant defined for identifying step name
       
    44 _LIT(KTestDeleteItemsInFolderStep, "TestDeleteItemsInFolderStep");
       
    45 /*@}*/
       
    46 
       
    47 #endif		// __TEST_DELETE_ITEMS_IN_FOLDER_STEP_H__