|
1 // Copyright (c) 1997-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 // Declarations for ProtocolBase tests |
|
15 // |
|
16 // |
|
17 |
|
18 /** |
|
19 @File ProtocolTestSection20.h |
|
20 */ |
|
21 |
|
22 #if (!defined __PROTOCOLTEST_H) |
|
23 #define __PROTOCOLTEST_H |
|
24 #include "TestStepProtocol.h" |
|
25 |
|
26 |
|
27 class CProtocolTest1 : public CTestStepProtocol |
|
28 { |
|
29 public: |
|
30 static const TDesC& GetTestName(); |
|
31 virtual enum TVerdict InternalDoTestStepL(); |
|
32 }; |
|
33 |
|
34 class CProtocolTest2 : public CTestStepProtocol |
|
35 { |
|
36 public: |
|
37 static const TDesC& GetTestName(); |
|
38 virtual enum TVerdict InternalDoTestStepL(); |
|
39 }; |
|
40 |
|
41 class CProtocolTest3 : public CTestStepProtocol |
|
42 { |
|
43 public: |
|
44 static const TDesC& GetTestName(); |
|
45 virtual enum TVerdict InternalDoTestStepL(); |
|
46 }; |
|
47 |
|
48 class CProtocolTest4 : public CTestStepProtocol |
|
49 { |
|
50 public: |
|
51 static const TDesC& GetTestName(); |
|
52 virtual enum TVerdict InternalDoTestStepL(); |
|
53 }; |
|
54 |
|
55 class CProtocolTest5 : public CTestStepProtocol |
|
56 { |
|
57 public: |
|
58 static const TDesC& GetTestName(); |
|
59 virtual enum TVerdict InternalDoTestStepL(); |
|
60 }; |
|
61 |
|
62 class CProtocolTest6 : public CTestStepProtocol |
|
63 { |
|
64 public: |
|
65 static const TDesC& GetTestName(); |
|
66 virtual enum TVerdict InternalDoTestStepL(); |
|
67 }; |
|
68 |
|
69 class CProtocolTest7 : public CTestStepProtocol |
|
70 { |
|
71 public: |
|
72 static const TDesC& GetTestName(); |
|
73 virtual enum TVerdict InternalDoTestStepL(); |
|
74 }; |
|
75 |
|
76 class CProtocolTest8 : public CTestStepProtocol |
|
77 { |
|
78 public: |
|
79 static const TDesC& GetTestName(); |
|
80 virtual enum TVerdict InternalDoTestStepL(); |
|
81 }; |
|
82 |
|
83 class CProtocolTest9 : public CTestStepProtocol |
|
84 { |
|
85 public: |
|
86 static const TDesC& GetTestName(); |
|
87 virtual enum TVerdict InternalDoTestStepL(); |
|
88 }; |
|
89 |
|
90 class CProtocolTest10 : public CTestStepProtocol |
|
91 { |
|
92 public: |
|
93 static const TDesC& GetTestName(); |
|
94 virtual enum TVerdict InternalDoTestStepL(); |
|
95 }; |
|
96 |
|
97 class CProtocolTest11 : public CTestStepProtocol |
|
98 { |
|
99 public: |
|
100 static const TDesC& GetTestName(); |
|
101 virtual enum TVerdict InternalDoTestStepL(); |
|
102 }; |
|
103 |
|
104 class CProtocolTest12 : public CTestStepProtocol |
|
105 { |
|
106 public: |
|
107 static const TDesC& GetTestName(); |
|
108 virtual enum TVerdict InternalDoTestStepL(); |
|
109 }; |
|
110 |
|
111 class CProtocolTest13 : public CTestStepProtocol |
|
112 { |
|
113 public: |
|
114 static const TDesC& GetTestName(); |
|
115 virtual enum TVerdict InternalDoTestStepL(); |
|
116 }; |
|
117 |
|
118 class CProtocolTest14 : public CTestStepProtocol |
|
119 { |
|
120 public: |
|
121 static const TDesC& GetTestName(); |
|
122 virtual enum TVerdict InternalDoTestStepL(); |
|
123 }; |
|
124 |
|
125 #endif |
|
126 |