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_MMTSTH03
18 #ifndef __TSU_MMTSTH03_H__
19 #define __TSU_MMTSTH03_H__
22 // FileName : MM-TSTH-U-0301
23 class RTestMmTsthU0301 : public RTSUMmTsthStep03
26 static RTestMmTsthU0301* NewL();
28 virtual TVerdict OpenL();
30 virtual TVerdict DoTestStepL();
34 // FileName : MM-TSTH-U-0302
35 class RTestMmTsthU0302 : public RTSUMmTsthStep03
38 static RTestMmTsthU0302* NewL();
40 virtual TVerdict DoTestStepL();
44 // FileName : MM-TSTH-U-0303
45 class RTestMmTsthU0303 : public RTSUMmTsthStep03
48 static RTestMmTsthU0303* NewL();
50 virtual TVerdict DoTestStepL();
54 // FileName : MM-TSTH-U-0304
55 class RTestMmTsthU0304 : public RTSUMmTsthStep03
58 static RTestMmTsthU0304* NewL();
60 virtual TVerdict DoTestStepL();
64 // FileName : MM-TSTH-U-0305
65 class RTestMmTsthU0305 : public RTSUMmTsthStep03
68 static RTestMmTsthU0305* NewL();
70 virtual TVerdict DoTestStepL();
74 // FileName : MM-TSTH-U-0311
75 class RTestMmTsthU0311 : public RTSUMmTsthStep03
78 static RTestMmTsthU0311* NewL();
80 virtual TVerdict DoTestStepL();
84 #endif //__TSU_MMTSTH02_H__