testexecfw/tef/test/regressiontest/teststep/inc/te_regsteptestsuitedefs.h
changeset 0 3e07fef1e154
equal deleted inserted replaced
-1:000000000000 0:3e07fef1e154
       
     1 /*
       
     2 * Copyright (c) 2005-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 "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 * This file define all the common values thoughout your test project
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 
       
    21 /**
       
    22  @file Te_RegressionSuiteDefs.h
       
    23 */
       
    24 #if (!defined __TE_REG_STEPTEST_SUITEDEFS_H__)
       
    25 #define __TE_REG_STEPTEST_SUITEDEFS_H__
       
    26 
       
    27 // Please modify below value with your project and must match with your configuration ini file which is required to be modified as well
       
    28 _LIT(KServerName,"te_RegStepTestSuite");
       
    29 _LIT(KOOMTestStep,"OOMTestStep");
       
    30 _LIT(KMacrosTestStep,"MacrosTestStep");
       
    31 _LIT(KShortFunsTestStep,"ShortFunsTestStep");
       
    32 _LIT(KAbortTestStep,"AbortTestStep");
       
    33 _LIT(KReadWriteConfigStep, "ReadWriteConfigStep");
       
    34 _LIT(KReadWriteConfigNegStep, "ReadWriteConfigNegStep");
       
    35 _LIT(KPanicTestStep, "PanicTestStep");
       
    36 
       
    37 _LIT(KTe_RegStepTestSuiteString, "TheString");
       
    38 _LIT(KTe_RegStepTestSuiteInt, "TheInt");
       
    39 _LIT(KTe_RegStepTestSuiteBool, "TheBool");
       
    40 _LIT(KTe_RegStepTestSuiteHex, "TheHex");
       
    41 
       
    42 // For test step panics
       
    43 _LIT(KTe_RegStepTestSuitePanic, "te_RegStepTestSuite");
       
    44 
       
    45 #endif