installationservices/swinstallationfw/test/tusif/source/tsifcommonverificationstep.h
branchRCL_3
changeset 26 8b7f4e561641
parent 25 7333d7932ef7
child 27 e8965914fac7
equal deleted inserted replaced
25:7333d7932ef7 26:8b7f4e561641
     1 /*
       
     2 * Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of the License "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description: 
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 /**
       
    20  @file
       
    21  @internalTechnology 
       
    22 */
       
    23 
       
    24 #if (!defined TSIFCOMMONVERIFICATIONSTEP_H)
       
    25 #define TSIFCOMMONVERIFICATIONSTEP_H
       
    26 #include <test/testexecutestepbase.h>
       
    27 #include "tsifsuitestepbase.h"
       
    28 
       
    29 namespace Usif
       
    30 	{
       
    31 	class CSifCommonVerificationStep : public CSifSuiteStepBase
       
    32 		{
       
    33 	public:
       
    34 		CSifCommonVerificationStep();
       
    35 		~CSifCommonVerificationStep();
       
    36 		virtual void ImplTestStepPreambleL();
       
    37 		virtual void ImplTestStepL();
       
    38 		virtual void ImplTestStepPostambleL();
       
    39 
       
    40 	private:
       
    41 	TScomoState GetScomoStateL(TComponentId aComponentId);
       
    42 
       
    43 	private:
       
    44 		TInt iExpectedResult;
       
    45 		};
       
    46 
       
    47 	_LIT(KSifCommonVerificationStep,"SifCommonVerificationStep");
       
    48 
       
    49 	} // namespace Sif
       
    50 
       
    51 #endif // TSIFCOMMONVERIFICATIONSTEP_H