applayerpluginsandutils/bookmarksupport/test/Integration/TestBookmarksSuite/TestVersionStep.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 CTestVersionStep class
       
    15 // 
       
    16 //
       
    17 
       
    18 #ifndef __TEST_VERSION_STEP_H__
       
    19 #define __TEST_VERSION_STEP_H__
       
    20 
       
    21 // User Includes
       
    22 #include "TestBookmarksServer.h"
       
    23 #include "TestBookmarksBaseStep.h"
       
    24 
       
    25 /**
       
    26 The test step that tests the DB Version
       
    27 @internalTechnology
       
    28 @test
       
    29 */
       
    30 class CTestVersionStep : public CTestBookmarksBaseStep
       
    31 	{
       
    32 public:
       
    33 	CTestVersionStep(CTestBookmarksServer& aTestServer);
       
    34 
       
    35 	// TEF pure virtual
       
    36 	virtual enum TVerdict 	doTestStepL();
       
    37 
       
    38 	void 					DoTest(const TInt& aMajor, const TInt& aMinor, const TInt& aBuild);
       
    39 	};
       
    40 
       
    41 /*@{*/
       
    42 // Literal constant defined for identifying step name
       
    43 _LIT(KTestVersionStep, "TestVersionStep");
       
    44 /*@}*/
       
    45 
       
    46 #endif		// __TEST_VERSION_STEP_H__