First public contribution.
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_MMTSTH12
18 #ifndef __TSU_MMTSTH12_H__
19 #define __TSU_MMTSTH12_H__
22 // TestSuite : MM-TSTH-U-1201
23 class RTestMmTsthU1201 : public RTSUMmTsthStep12
26 static RTestMmTsthU1201* NewL();
28 virtual TVerdict OpenL();
30 virtual TVerdict DoTestStepL();
34 // TestSuite : MM-TSTH-U-1202
35 class RTestMmTsthU1202 : public RTSUMmTsthStep12
38 static RTestMmTsthU1202* NewL();
40 virtual TVerdict DoTestStepL();
44 // TestSuite : MM-TSTH-U-1203
45 class RTestMmTsthU1203 : public RTSUMmTsthStep12
48 static RTestMmTsthU1203* NewL();
50 virtual TVerdict DoTestStepL();
54 // TestSuite : MM-TSTH-U-1221
55 class RTestMmTsthU1221 : public RTSUMmTsthStep12
58 static RTestMmTsthU1221* NewL();
60 virtual TVerdict DoTestStepL();
64 // TestSuite : MM-TSTH-U-1222
65 class RTestMmTsthU1222 : public RTSUMmTsthStep12
68 static RTestMmTsthU1222* NewL();
70 virtual TVerdict DoTestStepL();
73 #endif // __TSU_MMTSTH12_H__