|
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". |
|
7 // |
|
8 // Initial Contributors: |
|
9 // Nokia Corporation - initial contribution. |
|
10 // |
|
11 // Contributors: |
|
12 // |
|
13 // Description: |
|
14 // This file contains definitions of the test step classes for TSU_MMTSTH13 |
|
15 // |
|
16 // |
|
17 |
|
18 #ifndef __TSU_MMTSTH13_H__ |
|
19 #define __TSU_MMTSTH13_H__ |
|
20 |
|
21 |
|
22 // TestUtils : MM-TSTH-U-1301 |
|
23 class RTestMmTsthU1301 : public RTSUMmTsthStep13 |
|
24 { |
|
25 public: |
|
26 static RTestMmTsthU1301* NewL(); |
|
27 RTestMmTsthU1301(); |
|
28 virtual TVerdict OpenL(); |
|
29 virtual void Close(); |
|
30 virtual TVerdict DoTestStepL(); |
|
31 |
|
32 }; |
|
33 |
|
34 // TestUtils : MM-TSTH-U-1302 |
|
35 class RTestMmTsthU1302 : public RTSUMmTsthStep13 |
|
36 { |
|
37 public: |
|
38 static RTestMmTsthU1302* NewL(); |
|
39 RTestMmTsthU1302(); |
|
40 virtual TVerdict OpenL(); |
|
41 virtual void Close(); |
|
42 virtual TVerdict DoTestStepL(); |
|
43 |
|
44 }; |
|
45 |
|
46 // TestUtils : MM-TSTH-U-1303 |
|
47 class RTestMmTsthU1303 : public RTSUMmTsthStep13 |
|
48 { |
|
49 public: |
|
50 static RTestMmTsthU1303* NewL(); |
|
51 RTestMmTsthU1303(); |
|
52 virtual TVerdict OpenL(); |
|
53 virtual void Close(); |
|
54 virtual TVerdict DoTestStepL(); |
|
55 |
|
56 }; |
|
57 |
|
58 // TestUtils : MM-TSTH-U-1304 |
|
59 class RTestMmTsthU1304 : public RTSUMmTsthStep13 |
|
60 { |
|
61 public: |
|
62 static RTestMmTsthU1304* NewL(); |
|
63 RTestMmTsthU1304(); |
|
64 virtual TVerdict OpenL(); |
|
65 virtual void Close(); |
|
66 virtual TVerdict DoTestStepL(); |
|
67 |
|
68 }; |
|
69 |
|
70 // TestUtils : MM-TSTH-U-1305 |
|
71 class RTestMmTsthU1305 : public RTSUMmTsthStep13 |
|
72 { |
|
73 public: |
|
74 static RTestMmTsthU1305* NewL(); |
|
75 RTestMmTsthU1305(); |
|
76 virtual TVerdict OpenL(); |
|
77 virtual void Close(); |
|
78 virtual TVerdict DoTestStepL(); |
|
79 |
|
80 }; |
|
81 |
|
82 // TestUtils : MM-TSTH-U-1306 |
|
83 class RTestMmTsthU1306 : public RTSUMmTsthStep13 |
|
84 { |
|
85 public: |
|
86 static RTestMmTsthU1306* NewL(); |
|
87 RTestMmTsthU1306(); |
|
88 virtual TVerdict OpenL(); |
|
89 virtual void Close(); |
|
90 virtual TVerdict DoTestStepL(); |
|
91 |
|
92 }; |
|
93 |
|
94 // TestUtils : MM-TSTH-U-1311 |
|
95 class RTestMmTsthU1311 : public RTSUMmTsthStep13 |
|
96 { |
|
97 public: |
|
98 static RTestMmTsthU1311* NewL(); |
|
99 RTestMmTsthU1311(); |
|
100 virtual TVerdict DoTestStepL(); |
|
101 |
|
102 }; |
|
103 |
|
104 #endif // __TSU_MMTSTH13_H__ |