appfw/apparchitecture/tef/T_CaptionStep.h
branchRCL_3
changeset 20 c2c61fdca848
parent 19 924385140d98
equal deleted inserted replaced
19:924385140d98 20:c2c61fdca848
     1 // Copyright (c) 2008-2010 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
     2 // All rights reserved.
     2 // All rights reserved.
     3 // This component and the accompanying materials are made available
     3 // This component and the accompanying materials are made available
     4 // under the terms of "Eclipse Public License v1.0"
     4 // under the terms of "Eclipse Public License v1.0"
     5 // which accompanies this distribution, and is available
     5 // which accompanies this distribution, and is available
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
    40 class CT_CaptionStep :public CTestStep
    40 class CT_CaptionStep :public CTestStep
    41 	{
    41 	{
    42 public:
    42 public:
    43 	CT_CaptionStep();
    43 	CT_CaptionStep();
    44 	~CT_CaptionStep();
    44 	~CT_CaptionStep();
    45 	virtual TVerdict doTestStepPreambleL();
       
    46     virtual TVerdict doTestStepPostambleL();
       
    47 	virtual TVerdict doTestStepL();
    45 	virtual TVerdict doTestStepL();
    48 private:
    46 private:
    49 	void DoLanguageTestL();
    47 	void DoLanguageTestL();
    50 	void DoShortCaptionTestL();
    48 	void DoShortCaptionTestL();
    51 	void ChangeLocaleL(TLanguage aLanguage);
    49 	void ChangeLocaleL(TLanguage aLanguage);
    58 	void TestIconCaptionOverridesL();
    56 	void TestIconCaptionOverridesL();
    59 	void TestApiPrecedenceOverCenRepConfigInfoL();
    57 	void TestApiPrecedenceOverCenRepConfigInfoL();
    60 	void TestCenRepChangeNotificationL();
    58 	void TestCenRepChangeNotificationL();
    61 	void TestIconCaptionOverridesWithChangeLangL();
    59 	void TestIconCaptionOverridesWithChangeLangL();
    62 	void TestIconCaptionOverridesMemoryLeaksL();
    60 	void TestIconCaptionOverridesMemoryLeaksL();
    63 	void ForceApplistUpdate();
       
    64 	void ChangeLocaleWaitForApplistUpdate(TLanguage aLanguage);
       
    65 private:
    61 private:
    66 	RFs iFs;
    62 	RFs iFs;
    67 	RTestableApaLsSession iLs;
    63 	RTestableApaLsSession iLs;
    68 	};
    64 	};
    69 
    65