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_MMTSTH11
18 #ifndef __TSU_MMTSTH11_H__
19 #define __TSU_MMTSTH11_H__
22 // TestStep : MM-TSTH-U-1101
23 class RTestMmTsthU1101 : public RTSUMmTsthStep11
26 static RTestMmTsthU1101* NewL();
28 virtual TVerdict OpenL();
30 virtual TVerdict DoTestStepL();
34 // TestStep : MM-TSTH-U-1102
35 class RTestMmTsthU1102 : public RTSUMmTsthStep11
38 static RTestMmTsthU1102* NewL();
40 virtual TVerdict DoTestStepL();
44 // TestStep : MM-TSTH-U-1103
45 class RTestMmTsthU1103 : public RTSUMmTsthStep11
48 static RTestMmTsthU1103* NewL();
50 virtual TVerdict DoTestStepL();
54 // TestStep : MM-TSTH-U-1104
55 class RTestMmTsthU1104 : public RTSUMmTsthStep11
58 static RTestMmTsthU1104* NewL();
60 virtual TVerdict DoTestStepL();
64 // TestStep : MM-TSTH-U-1105
65 class RTestMmTsthU1105 : public RTSUMmTsthStep11
68 static RTestMmTsthU1105* NewL();
70 virtual TVerdict DoTestStepL();
74 // TestStep : MM-TSTH-U-1111
75 class RTestMmTsthU1111 : public RTSUMmTsthStep11
78 static RTestMmTsthU1111* NewL();
80 virtual TVerdict DoTestStepL();
84 #endif // __TSU_MMTSTH11_H__