localisation/apparchitecture/tef/T_IntegritySupportRebootStep.h
branchSymbian2
changeset 1 8758140453c0
child 6 c108117318cb
equal deleted inserted replaced
0:e8c1ea2c6496 1:8758140453c0
       
     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  @internalComponent - Internal Symbian test code 
       
    21 */
       
    22 
       
    23  
       
    24 #ifndef __T_INTEGRITYREBOOTSUPPORT_STEP_H__
       
    25 #define __T_INTEGRITYREBOOTSUPPORT_STEP_H__
       
    26 
       
    27 #include "t_abstractnonnativeappsstep.h"
       
    28 
       
    29 _LIT(KT_IntegritySupportReboot1Step,"T_IntegritySupportReboot1");
       
    30 
       
    31 class CT_IntegritySupportReboot1TestStep : public CT_AbstractNonNativeAppsTestStep
       
    32 	{
       
    33 public:
       
    34 	CT_IntegritySupportReboot1TestStep();
       
    35 	~CT_IntegritySupportReboot1TestStep();
       
    36 	virtual TVerdict doTestStepPreambleL();
       
    37 	virtual TVerdict doTestStepPostambleL();
       
    38 	virtual TVerdict doTestStepL();
       
    39 	
       
    40 private:
       
    41 	TInt RunTestCasesL();
       
    42 	void TestSetupL();
       
    43 	};
       
    44 
       
    45 _LIT(KT_IntegritySupportReboot2Step,"T_IntegritySupportReboot2");
       
    46 
       
    47 class CT_IntegritySupportReboot2TestStep : public CT_AbstractNonNativeAppsTestStep
       
    48 	{
       
    49 public:
       
    50 	CT_IntegritySupportReboot2TestStep();
       
    51 	~CT_IntegritySupportReboot2TestStep();
       
    52 	virtual TVerdict doTestStepPreambleL();
       
    53 	virtual TVerdict doTestStepPostambleL();
       
    54 	virtual TVerdict doTestStepL();
       
    55 	
       
    56 private:
       
    57 	TInt RunTestCasesL();
       
    58 	void TestClosingSessionL();
       
    59 	void TestAppsAreIgnoredL();
       
    60 	void TestUpdatesL();
       
    61 	void TestRollbackL();
       
    62 	};
       
    63 
       
    64 #endif