appfw/apparchitecture/tef/T_CaptionStep.h
branchRCL_3
changeset 62 924385140d98
parent 0 2e3d3ce01487
child 63 c2c61fdca848
equal deleted inserted replaced
58:0818dd463d41 62:924385140d98
     1 // Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 2008-2010 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();
    45 	virtual TVerdict doTestStepL();
    47 	virtual TVerdict doTestStepL();
    46 private:
    48 private:
    47 	void DoLanguageTestL();
    49 	void DoLanguageTestL();
    48 	void DoShortCaptionTestL();
    50 	void DoShortCaptionTestL();
    49 	void ChangeLocaleL(TLanguage aLanguage);
    51 	void ChangeLocaleL(TLanguage aLanguage);
    56 	void TestIconCaptionOverridesL();
    58 	void TestIconCaptionOverridesL();
    57 	void TestApiPrecedenceOverCenRepConfigInfoL();
    59 	void TestApiPrecedenceOverCenRepConfigInfoL();
    58 	void TestCenRepChangeNotificationL();
    60 	void TestCenRepChangeNotificationL();
    59 	void TestIconCaptionOverridesWithChangeLangL();
    61 	void TestIconCaptionOverridesWithChangeLangL();
    60 	void TestIconCaptionOverridesMemoryLeaksL();
    62 	void TestIconCaptionOverridesMemoryLeaksL();
       
    63 	void ForceApplistUpdate();
       
    64 	void ChangeLocaleWaitForApplistUpdate(TLanguage aLanguage);
    61 private:
    65 private:
    62 	RFs iFs;
    66 	RFs iFs;
    63 	RTestableApaLsSession iLs;
    67 	RTestableApaLsSession iLs;
    64 	};
    68 	};
    65 
    69