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_MMTSTH10
18 #ifndef __TSU_MMTSTH10_H__
19 #define __TSU_MMTSTH10_H__
22 // Log : MM-TSTH-U-1001
24 class RTestMmTsthU1001 : public RTestStep
27 static RTestMmTsthU1001* NewL();
29 virtual TVerdict DoTestStepL();
33 // Log : MM-TSTH-U-1011
35 class RTestMmTsthU1011 : public RTestStep
38 static RTestMmTsthU1011* NewL();
40 virtual TVerdict DoTestStepL();
44 // Log : MM-TSTH-U-1012
46 class RTestMmTsthU1012 : public RTestStep
49 static RTestMmTsthU1012* NewL();
51 virtual TVerdict DoTestStepL();
55 // Log : MM-TSTH-U-1013
57 class RTestMmTsthU1013 : public RTestStep
60 static RTestMmTsthU1013* NewL();
62 virtual TVerdict DoTestStepL();
66 #endif // __TSU_MMTSTH10_H__