appfw/apparchitecture/tef/T_groupNametest_ver2.h
branchRCL_3
changeset 63 c2c61fdca848
parent 62 924385140d98
equal deleted inserted replaced
62:924385140d98 63:c2c61fdca848
     1 // Copyright (c) 2005-2010 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 2005-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".
    28 class CT_GroupNameStep_ver2 : public CTestStep
    28 class CT_GroupNameStep_ver2 : public CTestStep
    29 	{
    29 	{
    30 public:
    30 public:
    31 	CT_GroupNameStep_ver2();
    31 	CT_GroupNameStep_ver2();
    32 	~CT_GroupNameStep_ver2();
    32 	~CT_GroupNameStep_ver2();
    33     virtual TVerdict doTestStepPreambleL();
       
    34     virtual TVerdict doTestStepPostambleL();	
       
    35 	virtual TVerdict doTestStepL();
    33 	virtual TVerdict doTestStepL();
    36 	void DoTestCaptionNameL(RApaLsSession& aLs);
    34 	void DoTestCaptionNameL(RApaLsSession& aLs);
    37 	
    35 	
    38 private:
    36 private:
    39 	};
    37 	};