traceservices/tracefw/ost_trace_api/unit_test/te_ost/inc/te_check_build_variability_step.h
changeset 0 08ec8eefde2f
child 23 26645d81f48d
equal deleted inserted replaced
-1:000000000000 0:08ec8eefde2f
       
     1 // Copyright (c) 2007-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 //
       
    15 
       
    16 
       
    17 
       
    18 /**
       
    19  @file te_check_build_variability_step.h
       
    20  @internalTechnology
       
    21 */
       
    22 #ifndef TE_USER_STEP_H_
       
    23 #define TE_USER_STEP_H_
       
    24 #include <TestExecuteStepBase.h>
       
    25 #include "te_suite_step_base.h"
       
    26 
       
    27 
       
    28 class CCheckBuildVariabilityStep : public CTe_UTraceSuiteStepBase
       
    29 	{
       
    30 public:
       
    31 	CCheckBuildVariabilityStep();
       
    32 	~CCheckBuildVariabilityStep();
       
    33 	//virtual TVerdict doTestStepPreambleL();
       
    34 	virtual TVerdict doTestStepL();
       
    35 //	virtual TVerdict doTestStepPostambleL();
       
    36 private:
       
    37 	TVerdict CheckBuildtimeVariability();
       
    38 	TVerdict CheckLoggingVariability();
       
    39 	TBool TestTraces();
       
    40 	TBool DoSendTrace(TTraceApiUsed aApiUsed);
       
    41 	TBool WasTraceVariabilitySuccessful(TInt aTraceResult);
       
    42 	};
       
    43 
       
    44 _LIT(KCheckBuildVariabilityStep,"CCheckBuildVariabilityStep");
       
    45 
       
    46 #endif /*TE_USER_STEP_H_*/