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_MMTSTH13
18 #ifndef __TSU_MMTSTH13_H__
19 #define __TSU_MMTSTH13_H__
22 // TestUtils : MM-TSTH-U-1301
23 class RTestMmTsthU1301 : public RTSUMmTsthStep13
26 static RTestMmTsthU1301* NewL();
28 virtual TVerdict OpenL();
30 virtual TVerdict DoTestStepL();
34 // TestUtils : MM-TSTH-U-1302
35 class RTestMmTsthU1302 : public RTSUMmTsthStep13
38 static RTestMmTsthU1302* NewL();
40 virtual TVerdict OpenL();
42 virtual TVerdict DoTestStepL();
46 // TestUtils : MM-TSTH-U-1303
47 class RTestMmTsthU1303 : public RTSUMmTsthStep13
50 static RTestMmTsthU1303* NewL();
52 virtual TVerdict OpenL();
54 virtual TVerdict DoTestStepL();
58 // TestUtils : MM-TSTH-U-1304
59 class RTestMmTsthU1304 : public RTSUMmTsthStep13
62 static RTestMmTsthU1304* NewL();
64 virtual TVerdict OpenL();
66 virtual TVerdict DoTestStepL();
70 // TestUtils : MM-TSTH-U-1305
71 class RTestMmTsthU1305 : public RTSUMmTsthStep13
74 static RTestMmTsthU1305* NewL();
76 virtual TVerdict OpenL();
78 virtual TVerdict DoTestStepL();
82 // TestUtils : MM-TSTH-U-1306
83 class RTestMmTsthU1306 : public RTSUMmTsthStep13
86 static RTestMmTsthU1306* NewL();
88 virtual TVerdict OpenL();
90 virtual TVerdict DoTestStepL();
94 // TestUtils : MM-TSTH-U-1311
95 class RTestMmTsthU1311 : public RTSUMmTsthStep13
98 static RTestMmTsthU1311* NewL();
100 virtual TVerdict DoTestStepL();
104 #endif // __TSU_MMTSTH13_H__