Update contrib.
1 // Copyright (c) 2002-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 "Eclipse Public License v1.0"
5 // which accompanies this distribution, and is available
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
8 // Initial Contributors:
9 // Nokia Corporation - initial contribution.
14 // This file contains definitions of the test step classes for TSU_MMTSTH02
18 #ifndef __TSU_MMTSTH02_H__
19 #define __TSU_MMTSTH02_H__
21 #include "TSU_MmTsthStep02.h"
23 // Script : MM-TSTH-U-0201
25 class RTestMmTsthU0201 : public RTestStep // NB not derived from RTSUMmTsthStep02
28 static RTestMmTsthU0201* NewL();
30 virtual TVerdict DoTestStepL();
34 // Script : MM-TSTH-U-0202
36 class RTestMmTsthU0202 : public RTSUMmTsthStep02
39 static RTestMmTsthU0202* NewL();
41 virtual TVerdict DoTestStepL();
45 // Script : MM-TSTH-U-0203
47 class RTestMmTsthU0203 : public RTSUMmTsthStep02
50 static RTestMmTsthU0203* NewL();
52 virtual TVerdict DoTestStepL();
56 #endif // __TSU_MMTSTH02_H__