common/tools/ats/smoketest/localisation/apparchitecture/tef/T_StartAppStep.h
changeset 793 0c32c669a39d
child 872 17498133d9ad
equal deleted inserted replaced
792:893b85cda81b 793:0c32c669a39d
       
     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 the License "Symbian Foundation License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.symbianfoundation.org/legal/sfl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 //
       
    15 
       
    16 
       
    17 
       
    18 /**
       
    19  @file
       
    20  @test
       
    21  @internalComponent - Internal Symbian test code 
       
    22 */
       
    23 
       
    24 #if (!defined __T_DATATYPEMAPPINGS_STEP_H__)
       
    25 #define __T_DATATYPEMAPPINGS_STEP_H__
       
    26 
       
    27 #include "testableapalssession.h"
       
    28 #include "appfwk_test_AppUi.h"
       
    29 
       
    30 _LIT(KT_StartAppStep,"T_StartApp");
       
    31 
       
    32 class CT_StartAppTestStep : public CTestStep
       
    33 	{
       
    34 public:
       
    35 	CT_StartAppTestStep();
       
    36 	~CT_StartAppTestStep();
       
    37 	virtual TVerdict doTestStepPreambleL();
       
    38 	virtual TVerdict doTestStepPostambleL();
       
    39 	virtual TVerdict doTestStepL();
       
    40 	
       
    41 private:
       
    42 	void RunTestCasesL();
       
    43 	void TestStartApp1L();
       
    44 	void TestStartApp2L();
       
    45 	void TestStartApp3L();
       
    46 	void TestStartApp4L();
       
    47 	void TestStartApp5L();
       
    48 	void TestStartApp6L();
       
    49 	void TestStartApp7L();
       
    50 	void TestStartApp8L();
       
    51 	void TestStartApp9L();
       
    52 	void TestInsertDataTypeL();
       
    53 	void TestAppForDataTypeL();
       
    54 	void TestDeleteDataTypeL();
       
    55 	void TestIpcFuzzL();
       
    56 	
       
    57 private:
       
    58 	TFileName SearchAndReturnCompleteFileName(const TDesC& aFileName);
       
    59 	
       
    60 private:
       
    61 	RTestableApaLsSession iApaLsSession;
       
    62 	TFileName iStartAppTestsFilename;
       
    63 	TUid iStartAppTestsUid;
       
    64 	};
       
    65 
       
    66 #endif