appfw/apparchitecture/tef/T_groupNametest_ver1.h
branchRCL_3
changeset 19 924385140d98
parent 0 2e3d3ce01487
child 20 c2c61fdca848
equal deleted inserted replaced
18:0818dd463d41 19:924385140d98
     1 // Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 2005-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".
    29 class CT_GroupNameStep_ver1 : public CTestStep
    29 class CT_GroupNameStep_ver1 : public CTestStep
    30 	{
    30 	{
    31 public:
    31 public:
    32 	CT_GroupNameStep_ver1();
    32 	CT_GroupNameStep_ver1();
    33 	~CT_GroupNameStep_ver1();
    33 	~CT_GroupNameStep_ver1();
       
    34     virtual TVerdict doTestStepPreambleL();
       
    35     virtual TVerdict doTestStepPostambleL();	
    34 	virtual TVerdict doTestStepL();
    36 	virtual TVerdict doTestStepL();
    35 	void DoTestGroupNameL(RApaLsSession& aLs);
    37 	void DoTestGroupNameL(RApaLsSession& aLs);
    36 
    38 
    37 private:
    39 private:
    38 	};
    40 	};