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_MMTSTH01
18 #ifndef __TSU_MMTSTH01_H__
19 #define __TSU_MMTSTH01_H__
21 #include "TSU_MmTsthStep01.h"
23 // Parseline : MM-TSTH-U-0101
25 class RTestMmTsthU0101 : public RTSUMmTsthStep01
28 static RTestMmTsthU0101* NewL();
30 virtual TVerdict OpenL();
32 virtual TVerdict DoTestStepL();
35 // Parseline : MM-TSTH-U-0102
37 class RTestMmTsthU0102 : public RTSUMmTsthStep01
40 static RTestMmTsthU0102* NewL();
42 virtual TVerdict DoTestStepL();
45 // Parseline : MM-TSTH-U-0103
47 class RTestMmTsthU0103 : public RTSUMmTsthStep01
50 static RTestMmTsthU0103* NewL();
52 virtual TVerdict DoTestStepL();
55 // Parseline : MM-TSTH-U-0104
57 class RTestMmTsthU0104 : public RTSUMmTsthStep01
60 static RTestMmTsthU0104* NewL();
62 virtual TVerdict DoTestStepL();
65 // Parseline : MM-TSTH-U-0111
67 class RTestMmTsthU0111 : public RTSUMmTsthStep01
70 static RTestMmTsthU0111* NewL();
72 virtual TVerdict DoTestStepL();
78 class RTestStepDummy : public RTestStep
81 static RTestStepDummy* NewL();
83 virtual TVerdict DoTestStepL();
86 // Dummy panic test step
88 class RPanicTestStepDummy : public RTestStep
91 static RPanicTestStepDummy* NewL();
92 RPanicTestStepDummy();
93 virtual TVerdict DoTestStepL();
96 #endif // __TSU_MMTSTH01_H__