localisation/apparchitecture/tef/t_largestackstep.h
branchSymbian2
changeset 1 8758140453c0
child 6 c108117318cb
equal deleted inserted replaced
0:e8c1ea2c6496 1:8758140453c0
       
     1 // Copyright (c) 2006-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 #ifndef		__T_LARGESTACK_H
       
    25 #define		__T_LARGESTACK_H
       
    26 
       
    27 #include "appfwk_test_AppUi.h"
       
    28 
       
    29 _LIT(KT_LargeStackStep, "T_LargeStack");
       
    30 
       
    31 class RTestApaLsSession : public RApaLsSession
       
    32 	{
       
    33 public:
       
    34 	TInt TestExeRecognizerL(const CApaCommandLine& aCommandLine);
       
    35 	};
       
    36 
       
    37 class CT_LargeStackStep : public CTestStep
       
    38 	{
       
    39 public:
       
    40 	CT_LargeStackStep();
       
    41 	~CT_LargeStackStep();
       
    42 	
       
    43 	//from CTestStep
       
    44 	TVerdict doTestStepL();
       
    45 
       
    46 private:
       
    47 	void TestLargeStackL();
       
    48 
       
    49 private:
       
    50 	RTestApaLsSession iApaLsSession;
       
    51 	};
       
    52 
       
    53 #endif