sl@0
|
1 |
// Copyright (c) 2001-2009 Nokia Corporation and/or its subsidiary(-ies).
|
sl@0
|
2 |
// All rights reserved.
|
sl@0
|
3 |
// This component and the accompanying materials are made available
|
sl@0
|
4 |
// under the terms of "Eclipse Public License v1.0"
|
sl@0
|
5 |
// which accompanies this distribution, and is available
|
sl@0
|
6 |
// at the URL "http://www.eclipse.org/legal/epl-v10.html".
|
sl@0
|
7 |
//
|
sl@0
|
8 |
// Initial Contributors:
|
sl@0
|
9 |
// Nokia Corporation - initial contribution.
|
sl@0
|
10 |
//
|
sl@0
|
11 |
// Contributors:
|
sl@0
|
12 |
//
|
sl@0
|
13 |
// Description:
|
sl@0
|
14 |
// The definitions of the transition classes upon the CTransition class methods.
|
sl@0
|
15 |
//
|
sl@0
|
16 |
//
|
sl@0
|
17 |
|
sl@0
|
18 |
#ifndef __TRANSITIONTRANSITIONS_H__
|
sl@0
|
19 |
#define __TRANSITIONTRANSITIONS_H__
|
sl@0
|
20 |
|
sl@0
|
21 |
#include "TestUtilities.h"
|
sl@0
|
22 |
#include "StateAccessor.h"
|
sl@0
|
23 |
#include "LeakTestTransition.h"
|
sl@0
|
24 |
#include <ecom/test_bed/datalogger.h>
|
sl@0
|
25 |
#include <ecom/test_bed/transition.h>
|
sl@0
|
26 |
#include "TransitionStateAccessor.h"
|
sl@0
|
27 |
#include <ecom/test_bed/unittest.h>
|
sl@0
|
28 |
|
sl@0
|
29 |
#define CTransitionType CLeakTestTransition
|
sl@0
|
30 |
|
sl@0
|
31 |
// ______________________________________________________________________________
|
sl@0
|
32 |
//
|
sl@0
|
33 |
/**
|
sl@0
|
34 |
@internalComponent
|
sl@0
|
35 |
|
sl@0
|
36 |
Comments : Provide a NULL context for the CTargetTransition
|
sl@0
|
37 |
*/
|
sl@0
|
38 |
class CTargetTransition_UnitTestContext : public CUnitTestContext
|
sl@0
|
39 |
{
|
sl@0
|
40 |
public:
|
sl@0
|
41 |
/**
|
sl@0
|
42 |
@fn CTargetTransition_UnitTestContext(CDataLogger& aDataLogger,
|
sl@0
|
43 |
MStateAccessor& aStateAccessor,
|
sl@0
|
44 |
MTransitionObserver& aObserver)
|
sl@0
|
45 |
Intended Usage : Default constructor.
|
sl@0
|
46 |
Error Condition : None.
|
sl@0
|
47 |
@since 7.0
|
sl@0
|
48 |
@param aDataLogger The output logging object.
|
sl@0
|
49 |
@param aObserver The observer of this UnitTest's Transitions.
|
sl@0
|
50 |
@param aStateAccessor WhiteBox state access to the CTargetTransition class under test.
|
sl@0
|
51 |
@pre None.
|
sl@0
|
52 |
@post CTargetTransition_UnitTestContext is fully constructed, and initialised.
|
sl@0
|
53 |
*/
|
sl@0
|
54 |
inline CTargetTransition_UnitTestContext(CDataLogger& aDataLogger,
|
sl@0
|
55 |
MStateAccessor& aStateAccessor,
|
sl@0
|
56 |
MTransitionObserver& aObserver);
|
sl@0
|
57 |
|
sl@0
|
58 |
/**
|
sl@0
|
59 |
@fn ~CTargetTransition_UnitTestContext()
|
sl@0
|
60 |
Intended Usage : Default Destructor
|
sl@0
|
61 |
@since 7.0
|
sl@0
|
62 |
@pre CTargetTransition_UnitTestContext is fully constructed.
|
sl@0
|
63 |
@post CTargetTransition_UnitTestContext is fully destroyed
|
sl@0
|
64 |
*/
|
sl@0
|
65 |
virtual inline ~CTargetTransition_UnitTestContext();
|
sl@0
|
66 |
|
sl@0
|
67 |
/** A leave code value for testing*/
|
sl@0
|
68 |
TInt iLeaveCode;
|
sl@0
|
69 |
}; // CTargetTransition_UnitTestContext
|
sl@0
|
70 |
|
sl@0
|
71 |
// ______________________________________________________________________________
|
sl@0
|
72 |
//
|
sl@0
|
73 |
/**
|
sl@0
|
74 |
@internalComponent
|
sl@0
|
75 |
|
sl@0
|
76 |
Comments : Transition test of the CTarget::NullMethod method.
|
sl@0
|
77 |
*/
|
sl@0
|
78 |
class CTarget_NullMethod_Transition : public CTransition
|
sl@0
|
79 |
{
|
sl@0
|
80 |
public:
|
sl@0
|
81 |
/**
|
sl@0
|
82 |
@fn CTarget_NullMethod_Transition(CUnitTestContext& aUTContext,
|
sl@0
|
83 |
TTransitionValidator& aValidator)
|
sl@0
|
84 |
Intended Usage : Standard c'tor method.
|
sl@0
|
85 |
Error Condition : None.
|
sl@0
|
86 |
@since 7.0
|
sl@0
|
87 |
@param aUTContext The context this transition is operating in.
|
sl@0
|
88 |
@param aValidator Used for checking the pre & post conditions of the test object.
|
sl@0
|
89 |
@pre None.
|
sl@0
|
90 |
@post CTarget_NullMethod_Transition is fully constructed.
|
sl@0
|
91 |
*/
|
sl@0
|
92 |
CTarget_NullMethod_Transition(CUnitTestContext& aUTContext,
|
sl@0
|
93 |
TTransitionValidator& aValidator);
|
sl@0
|
94 |
/**
|
sl@0
|
95 |
@fn TransitMethodL()
|
sl@0
|
96 |
Intended Usage : To execute the CTarget::NullMethod method for the test harness.
|
sl@0
|
97 |
Error Condition : Leaves with an error code.
|
sl@0
|
98 |
@leave KErrNoMemory, (@see CTarget::NullMethod)
|
sl@0
|
99 |
@since 7.0
|
sl@0
|
100 |
@return None
|
sl@0
|
101 |
@pre CTarget_NullMethod_Transition is fully constructed.
|
sl@0
|
102 |
@post No change in the CTarget_NullMethod_Transition apart
|
sl@0
|
103 |
from iTarget, which may have changed state.
|
sl@0
|
104 |
(@see CTarget::NullMethod post-condition) for iTarget's new state.
|
sl@0
|
105 |
*/
|
sl@0
|
106 |
inline void TransitMethodL();
|
sl@0
|
107 |
|
sl@0
|
108 |
/**
|
sl@0
|
109 |
@fn Context() const
|
sl@0
|
110 |
Intended Usage : To provide access to the unit test context cast to the correct type.
|
sl@0
|
111 |
Error Condition : None.
|
sl@0
|
112 |
@since 7.0
|
sl@0
|
113 |
@return The unit test context cast to a CTargetTransition_UnitTestContext
|
sl@0
|
114 |
@pre iUTContext is a valid CTargetTransition_UnitTestContext.
|
sl@0
|
115 |
@post No change in the CTarget_NullMethod_Transition
|
sl@0
|
116 |
*/
|
sl@0
|
117 |
inline CTargetTransition_UnitTestContext& Context() const;
|
sl@0
|
118 |
}; // CTarget_NullMethod_Transition
|
sl@0
|
119 |
|
sl@0
|
120 |
|
sl@0
|
121 |
// ______________________________________________________________________________
|
sl@0
|
122 |
//
|
sl@0
|
123 |
/**
|
sl@0
|
124 |
@internalComponent
|
sl@0
|
125 |
|
sl@0
|
126 |
Comments : Provide all the CTransition specific
|
sl@0
|
127 |
parameters and behaviour on the CTransition
|
sl@0
|
128 |
test class for a transition.
|
sl@0
|
129 |
*/
|
sl@0
|
130 |
class CTransition_UnitTestContext : public CUnitTestContext
|
sl@0
|
131 |
{
|
sl@0
|
132 |
public:
|
sl@0
|
133 |
/**
|
sl@0
|
134 |
@fn CTransition_UnitTestContext(CDataLogger& aDataLogger,
|
sl@0
|
135 |
MStateAccessor& aStateAccessor,
|
sl@0
|
136 |
MTransitionObserver& aObserver)
|
sl@0
|
137 |
Intended Usage : Default constructor.
|
sl@0
|
138 |
Error Condition : None.
|
sl@0
|
139 |
@since 7.0
|
sl@0
|
140 |
@param aDataLogger The output logging object.
|
sl@0
|
141 |
@param aObserver The observer of this UnitTest's Transitions.
|
sl@0
|
142 |
@param aStateAccessor WhiteBox state access to the CTransition class under test.
|
sl@0
|
143 |
@pre None.
|
sl@0
|
144 |
@post CTransition_UnitTestContext is fully constructed, and initialised.
|
sl@0
|
145 |
*/
|
sl@0
|
146 |
inline CTransition_UnitTestContext(CDataLogger& aDataLogger,
|
sl@0
|
147 |
MStateAccessor& aStateAccessor,
|
sl@0
|
148 |
MTransitionObserver& aObserver);
|
sl@0
|
149 |
|
sl@0
|
150 |
/**
|
sl@0
|
151 |
@fn ~CTransition_UnitTestContext()
|
sl@0
|
152 |
Intended Usage : Default Destructor
|
sl@0
|
153 |
@since 7.0
|
sl@0
|
154 |
@pre CTransition_UnitTestContext is fully constructed.
|
sl@0
|
155 |
@post CTransition_UnitTestContext is fully destroyed
|
sl@0
|
156 |
*/
|
sl@0
|
157 |
virtual inline ~CTransition_UnitTestContext();
|
sl@0
|
158 |
|
sl@0
|
159 |
/** The instance of the class under test */
|
sl@0
|
160 |
CTarget_NullMethod_Transition* iTargetTransition;
|
sl@0
|
161 |
/** The target transitions context */
|
sl@0
|
162 |
CUnitTestContext* iTargetContext;
|
sl@0
|
163 |
/** The target transitions validator */
|
sl@0
|
164 |
TTransitionValidator* iTargetValidator;
|
sl@0
|
165 |
/** The blocking flag for testing */
|
sl@0
|
166 |
TBool iBlockingTransition;
|
sl@0
|
167 |
/** The error code returned by the target for itsa last error */
|
sl@0
|
168 |
TInt iTargetErrorCode;
|
sl@0
|
169 |
/** A reference to the id of the transition under test */
|
sl@0
|
170 |
TDesC* iTransitionId;
|
sl@0
|
171 |
/** A reference to the info returned by the tarnsition about itself */
|
sl@0
|
172 |
TTransitionInfo* iTransitionInfo;
|
sl@0
|
173 |
}; // CTransition_UnitTestContext
|
sl@0
|
174 |
|
sl@0
|
175 |
// ______________________________________________________________________________
|
sl@0
|
176 |
//
|
sl@0
|
177 |
/**
|
sl@0
|
178 |
@internalComponent
|
sl@0
|
179 |
|
sl@0
|
180 |
Comments : Transition test of the CTransition::NewL method.
|
sl@0
|
181 |
*/
|
sl@0
|
182 |
class CTransition_NewL_Transition : public CTransitionType
|
sl@0
|
183 |
{
|
sl@0
|
184 |
public:
|
sl@0
|
185 |
/**
|
sl@0
|
186 |
@fn CTransition_NewL_Transition(CUnitTestContext& aUTContext,
|
sl@0
|
187 |
TTransitionValidator& aValidator)
|
sl@0
|
188 |
Intended Usage : Standard c'tor method.
|
sl@0
|
189 |
Error Condition : None.
|
sl@0
|
190 |
@since 7.0
|
sl@0
|
191 |
@param aUTContext The context this transition is operating in.
|
sl@0
|
192 |
@param aValidator Used for checking the pre & post conditions of the test object.
|
sl@0
|
193 |
@pre None.
|
sl@0
|
194 |
@post CTransition_NewL_Transition is fully constructed.
|
sl@0
|
195 |
*/
|
sl@0
|
196 |
CTransition_NewL_Transition(CUnitTestContext& aUTContext,
|
sl@0
|
197 |
TTransitionValidator& aValidator);
|
sl@0
|
198 |
/**
|
sl@0
|
199 |
@fn TransitMethodL()
|
sl@0
|
200 |
Intended Usage : To execute the CTransition::NewL method for the test harness.
|
sl@0
|
201 |
Error Condition : Leaves with an error code.
|
sl@0
|
202 |
@leave KErrNoMemory, (@see CTransition::NewL)
|
sl@0
|
203 |
@since 7.0
|
sl@0
|
204 |
@return None
|
sl@0
|
205 |
@pre CTransition_NewL_Transition is fully constructed.
|
sl@0
|
206 |
@post No change in the CTransition_NewL_Transition apart
|
sl@0
|
207 |
from iTransition, which may have changed state.
|
sl@0
|
208 |
(@see CTransition::NewL post-condition) for iTransition's new state.
|
sl@0
|
209 |
*/
|
sl@0
|
210 |
inline void TransitMethodL();
|
sl@0
|
211 |
|
sl@0
|
212 |
/**
|
sl@0
|
213 |
@fn Context() const
|
sl@0
|
214 |
Intended Usage : To provide access to the unit test context cast to the correct type.
|
sl@0
|
215 |
Error Condition : None.
|
sl@0
|
216 |
@since 7.0
|
sl@0
|
217 |
@return The unit test context cast to a CTransition_UnitTestContext
|
sl@0
|
218 |
@pre iUTContext is a valid CTransition_UnitTestContext.
|
sl@0
|
219 |
@post No change in the CTransition_NewL_Transition
|
sl@0
|
220 |
*/
|
sl@0
|
221 |
inline CTransition_UnitTestContext& Context() const;
|
sl@0
|
222 |
}; // CTransition_NewL_Transition
|
sl@0
|
223 |
|
sl@0
|
224 |
// ______________________________________________________________________________
|
sl@0
|
225 |
//
|
sl@0
|
226 |
/**
|
sl@0
|
227 |
@internalComponent
|
sl@0
|
228 |
|
sl@0
|
229 |
Comments : Transition test of the CTransition::Dtor method.
|
sl@0
|
230 |
*/
|
sl@0
|
231 |
class CTransition_Dtor_Transition : public CTransition
|
sl@0
|
232 |
{
|
sl@0
|
233 |
public:
|
sl@0
|
234 |
/**
|
sl@0
|
235 |
@fn CTransition_Dtor_Transition(CUnitTestContext& aUTContext,
|
sl@0
|
236 |
TTransitionValidator& aValidator)
|
sl@0
|
237 |
Intended Usage : Standard c'tor method.
|
sl@0
|
238 |
Error Condition : None.
|
sl@0
|
239 |
@since 7.0
|
sl@0
|
240 |
@param aUTContext The context this transition is operating in.
|
sl@0
|
241 |
@param aValidator Used for checking the pre & post conditions of the test object.
|
sl@0
|
242 |
@pre None.
|
sl@0
|
243 |
@post CTransition_Dtor_Transition is fully constructed.
|
sl@0
|
244 |
*/
|
sl@0
|
245 |
CTransition_Dtor_Transition(CUnitTestContext& aUTContext,
|
sl@0
|
246 |
TTransitionValidator& aValidator);
|
sl@0
|
247 |
/**
|
sl@0
|
248 |
@fn TransitMethodL()
|
sl@0
|
249 |
Intended Usage : To execute the CTransition::Dtor method for the test harness.
|
sl@0
|
250 |
Error Condition : Leaves with an error code.
|
sl@0
|
251 |
@leave KErrNoMemory, (@see CTransition::Dtor)
|
sl@0
|
252 |
@since 7.0
|
sl@0
|
253 |
@return None
|
sl@0
|
254 |
@pre CTransition_Dtor_Transition is fully constructed.
|
sl@0
|
255 |
@post No change in the CTransition_Dtor_Transition apart
|
sl@0
|
256 |
from iTransition, which may have changed state.
|
sl@0
|
257 |
(@see CTransition::Dtor post-condition) for iTransition's new state.
|
sl@0
|
258 |
*/
|
sl@0
|
259 |
inline void TransitMethodL();
|
sl@0
|
260 |
|
sl@0
|
261 |
/**
|
sl@0
|
262 |
@fn Context() const
|
sl@0
|
263 |
Intended Usage : To provide access to the unit test context cast to the correct type.
|
sl@0
|
264 |
Error Condition : None.
|
sl@0
|
265 |
@since 7.0
|
sl@0
|
266 |
@return The unit test context cast to a CTransition_UnitTestContext
|
sl@0
|
267 |
@pre iUTContext is a valid CTransition_UnitTestContext.
|
sl@0
|
268 |
@post No change in the CTransition_Dtor_Transition
|
sl@0
|
269 |
*/
|
sl@0
|
270 |
inline CTransition_UnitTestContext& Context() const;
|
sl@0
|
271 |
}; // CTransition_Dtor_Transition
|
sl@0
|
272 |
|
sl@0
|
273 |
|
sl@0
|
274 |
// ______________________________________________________________________________
|
sl@0
|
275 |
//
|
sl@0
|
276 |
/**
|
sl@0
|
277 |
@internalComponent
|
sl@0
|
278 |
|
sl@0
|
279 |
Comments : Transition test of the CTransition::TransitMethodL method.
|
sl@0
|
280 |
*/
|
sl@0
|
281 |
class CTransition_TransitMethodL_Transition : public CTransitionType
|
sl@0
|
282 |
{
|
sl@0
|
283 |
public:
|
sl@0
|
284 |
/**
|
sl@0
|
285 |
@fn CTransition_TransitMethodL_Transition(CUnitTestContext& aUTContext,
|
sl@0
|
286 |
TTransitionValidator& aValidator)
|
sl@0
|
287 |
Intended Usage : Standard c'tor method.
|
sl@0
|
288 |
Error Condition : None.
|
sl@0
|
289 |
@since 7.0
|
sl@0
|
290 |
@param aUTContext The context this transition is operating in.
|
sl@0
|
291 |
@param aValidator Used for checking the pre & post conditions of the test object.
|
sl@0
|
292 |
@pre None.
|
sl@0
|
293 |
@post CTransition_TransitMethodL_Transition is fully constructed.
|
sl@0
|
294 |
*/
|
sl@0
|
295 |
CTransition_TransitMethodL_Transition(CUnitTestContext& aUTContext,
|
sl@0
|
296 |
TTransitionValidator& aValidator);
|
sl@0
|
297 |
/**
|
sl@0
|
298 |
@fn TransitMethodL()
|
sl@0
|
299 |
Intended Usage : To execute the CTransition::TransitMethodL method for the test harness.
|
sl@0
|
300 |
Error Condition : Leaves with an error code.
|
sl@0
|
301 |
@leave KErrNoMemory, (@see CTransition::TransitMethodL)
|
sl@0
|
302 |
@since 7.0
|
sl@0
|
303 |
@return None
|
sl@0
|
304 |
@pre CTransition_TransitMethodL_Transition is fully constructed.
|
sl@0
|
305 |
@post No change in the CTransition_TransitMethodL_Transition apart
|
sl@0
|
306 |
from iTransition, which may have changed state.
|
sl@0
|
307 |
(@see CTransition::TransitMethodL post-condition) for iTransition's new state.
|
sl@0
|
308 |
*/
|
sl@0
|
309 |
inline void TransitMethodL();
|
sl@0
|
310 |
|
sl@0
|
311 |
/**
|
sl@0
|
312 |
@fn Context() const
|
sl@0
|
313 |
Intended Usage : To provide access to the unit test context cast to the correct type.
|
sl@0
|
314 |
Error Condition : None.
|
sl@0
|
315 |
@since 7.0
|
sl@0
|
316 |
@return The unit test context cast to a CTransition_UnitTestContext
|
sl@0
|
317 |
@pre iUTContext is a valid CTransition_UnitTestContext.
|
sl@0
|
318 |
@post No change in the CTransition_TransitMethodL_Transition
|
sl@0
|
319 |
*/
|
sl@0
|
320 |
inline CTransition_UnitTestContext& Context() const;
|
sl@0
|
321 |
}; // CTransition_TransitMethodL_Transition
|
sl@0
|
322 |
|
sl@0
|
323 |
// ______________________________________________________________________________
|
sl@0
|
324 |
//
|
sl@0
|
325 |
/**
|
sl@0
|
326 |
@internalComponent
|
sl@0
|
327 |
|
sl@0
|
328 |
Comments : Transition test of the CTransition::RepeatOnce method.
|
sl@0
|
329 |
*/
|
sl@0
|
330 |
class CTransition_RepeatOnce_Transition : public CTransition
|
sl@0
|
331 |
{
|
sl@0
|
332 |
public:
|
sl@0
|
333 |
/**
|
sl@0
|
334 |
@fn CTransition_RepeatOnce_Transition(CUnitTestContext& aUTContext,
|
sl@0
|
335 |
TTransitionValidator& aValidator)
|
sl@0
|
336 |
Intended Usage : Standard c'tor method.
|
sl@0
|
337 |
Error Condition : None.
|
sl@0
|
338 |
@since 7.0
|
sl@0
|
339 |
@param aUTContext The context this transition is operating in.
|
sl@0
|
340 |
@param aValidator Used for checking the pre & post conditions of the test object.
|
sl@0
|
341 |
@pre None.
|
sl@0
|
342 |
@post CTransition_RepeatOnce_Transition is fully constructed.
|
sl@0
|
343 |
*/
|
sl@0
|
344 |
CTransition_RepeatOnce_Transition(CUnitTestContext& aUTContext,
|
sl@0
|
345 |
TTransitionValidator& aValidator);
|
sl@0
|
346 |
/**
|
sl@0
|
347 |
@fn TransitMethodL()
|
sl@0
|
348 |
Intended Usage : To execute the CTransition::RepeatOnce method for the test harness.
|
sl@0
|
349 |
Error Condition : Leaves with an error code.
|
sl@0
|
350 |
@leave KErrNoMemory, (@see CTransition::RepeatOnce)
|
sl@0
|
351 |
@since 7.0
|
sl@0
|
352 |
@return None
|
sl@0
|
353 |
@pre CTransition_RepeatOnce_Transition is fully constructed.
|
sl@0
|
354 |
@post No change in the CTransition_RepeatOnce_Transition apart
|
sl@0
|
355 |
from iTransition, which may have changed state.
|
sl@0
|
356 |
(@see CTransition::RepeatOnce post-condition) for iTransition's new state.
|
sl@0
|
357 |
*/
|
sl@0
|
358 |
inline void TransitMethodL();
|
sl@0
|
359 |
|
sl@0
|
360 |
/**
|
sl@0
|
361 |
@fn Context() const
|
sl@0
|
362 |
Intended Usage : To provide access to the unit test context cast to the correct type.
|
sl@0
|
363 |
Error Condition : None.
|
sl@0
|
364 |
@since 7.0
|
sl@0
|
365 |
@return The unit test context cast to a CTransition_UnitTestContext
|
sl@0
|
366 |
@pre iUTContext is a valid CTransition_UnitTestContext.
|
sl@0
|
367 |
@post No change in the CTransition_RepeatOnce_Transition
|
sl@0
|
368 |
*/
|
sl@0
|
369 |
inline CTransition_UnitTestContext& Context() const;
|
sl@0
|
370 |
}; // CTransition_RepeatOnce_Transition
|
sl@0
|
371 |
|
sl@0
|
372 |
// ______________________________________________________________________________
|
sl@0
|
373 |
//
|
sl@0
|
374 |
/**
|
sl@0
|
375 |
@internalComponent
|
sl@0
|
376 |
|
sl@0
|
377 |
Comments : Transition test of the CTransition::TransitionId method.
|
sl@0
|
378 |
*/
|
sl@0
|
379 |
class CTransition_TransitionId_Transition : public CTransition
|
sl@0
|
380 |
{
|
sl@0
|
381 |
public:
|
sl@0
|
382 |
/**
|
sl@0
|
383 |
@fn CTransition_TransitionId_Transition(CUnitTestContext& aUTContext,
|
sl@0
|
384 |
TTransitionValidator& aValidator)
|
sl@0
|
385 |
Intended Usage : Standard c'tor method.
|
sl@0
|
386 |
Error Condition : None.
|
sl@0
|
387 |
@since 7.0
|
sl@0
|
388 |
@param aUTContext The context this transition is operating in.
|
sl@0
|
389 |
@param aValidator Used for checking the pre & post conditions of the test object.
|
sl@0
|
390 |
@pre None.
|
sl@0
|
391 |
@post CTransition_TransitionId_Transition is fully constructed.
|
sl@0
|
392 |
*/
|
sl@0
|
393 |
CTransition_TransitionId_Transition(CUnitTestContext& aUTContext,
|
sl@0
|
394 |
TTransitionValidator& aValidator);
|
sl@0
|
395 |
/**
|
sl@0
|
396 |
@fn TransitMethodL()
|
sl@0
|
397 |
Intended Usage : To execute the CTransition::TransitionId method for the test harness.
|
sl@0
|
398 |
Error Condition : Leaves with an error code.
|
sl@0
|
399 |
@leave KErrNoMemory, (@see CTransition::TransitionId)
|
sl@0
|
400 |
@since 7.0
|
sl@0
|
401 |
@return None
|
sl@0
|
402 |
@pre CTransition_TransitionId_Transition is fully constructed.
|
sl@0
|
403 |
@post No change in the CTransition_TransitionId_Transition apart
|
sl@0
|
404 |
from iTransition, which may have changed state.
|
sl@0
|
405 |
(@see CTransition::TransitionId post-condition) for iTransition's new state.
|
sl@0
|
406 |
*/
|
sl@0
|
407 |
inline void TransitMethodL();
|
sl@0
|
408 |
|
sl@0
|
409 |
/**
|
sl@0
|
410 |
@fn Context() const
|
sl@0
|
411 |
Intended Usage : To provide access to the unit test context cast to the correct type.
|
sl@0
|
412 |
Error Condition : None.
|
sl@0
|
413 |
@since 7.0
|
sl@0
|
414 |
@return The unit test context cast to a CTransition_UnitTestContext
|
sl@0
|
415 |
@pre iUTContext is a valid CTransition_UnitTestContext.
|
sl@0
|
416 |
@post No change in the CTransition_TransitionId_Transition
|
sl@0
|
417 |
*/
|
sl@0
|
418 |
inline CTransition_UnitTestContext& Context() const;
|
sl@0
|
419 |
}; // CTransition_TransitionId_Transition
|
sl@0
|
420 |
|
sl@0
|
421 |
// ______________________________________________________________________________
|
sl@0
|
422 |
//
|
sl@0
|
423 |
/**
|
sl@0
|
424 |
@internalComponent
|
sl@0
|
425 |
|
sl@0
|
426 |
Comments : Transition test of the CTransition::TransitionInfo method.
|
sl@0
|
427 |
*/
|
sl@0
|
428 |
class CTransition_TransitionInfo_Transition : public CTransition
|
sl@0
|
429 |
{
|
sl@0
|
430 |
public:
|
sl@0
|
431 |
/**
|
sl@0
|
432 |
@fn CTransition_TransitionInfo_Transition(CUnitTestContext& aUTContext,
|
sl@0
|
433 |
TTransitionValidator& aValidator)
|
sl@0
|
434 |
Intended Usage : Standard c'tor method.
|
sl@0
|
435 |
Error Condition : None.
|
sl@0
|
436 |
@since 7.0
|
sl@0
|
437 |
@param aUTContext The context this transition is operating in.
|
sl@0
|
438 |
@param aValidator Used for checking the pre & post conditions of the test object.
|
sl@0
|
439 |
@pre None.
|
sl@0
|
440 |
@post CTransition_TransitionInfo_Transition is fully constructed.
|
sl@0
|
441 |
*/
|
sl@0
|
442 |
CTransition_TransitionInfo_Transition(CUnitTestContext& aUTContext,
|
sl@0
|
443 |
TTransitionValidator& aValidator);
|
sl@0
|
444 |
/**
|
sl@0
|
445 |
@fn TransitMethodL()
|
sl@0
|
446 |
Intended Usage : To execute the CTransition::TransitionInfo method for the test harness.
|
sl@0
|
447 |
Error Condition : Leaves with an error code.
|
sl@0
|
448 |
@leave KErrNoMemory, (@see CTransition::TransitionInfo)
|
sl@0
|
449 |
@since 7.0
|
sl@0
|
450 |
@return None
|
sl@0
|
451 |
@pre CTransition_TransitionInfo_Transition is fully constructed.
|
sl@0
|
452 |
@post No change in the CTransition_TransitionInfo_Transition apart
|
sl@0
|
453 |
from iTransition, which may have changed state.
|
sl@0
|
454 |
(@see CTransition::TransitionInfo post-condition) for iTransition's new state.
|
sl@0
|
455 |
*/
|
sl@0
|
456 |
inline void TransitMethodL();
|
sl@0
|
457 |
|
sl@0
|
458 |
/**
|
sl@0
|
459 |
@fn Context() const
|
sl@0
|
460 |
Intended Usage : To provide access to the unit test context cast to the correct type.
|
sl@0
|
461 |
Error Condition : None.
|
sl@0
|
462 |
@since 7.0
|
sl@0
|
463 |
@return The unit test context cast to a CTransition_UnitTestContext
|
sl@0
|
464 |
@pre iUTContext is a valid CTransition_UnitTestContext.
|
sl@0
|
465 |
@post No change in the CTransition_TransitionInfo_Transition
|
sl@0
|
466 |
*/
|
sl@0
|
467 |
inline CTransition_UnitTestContext& Context() const;
|
sl@0
|
468 |
}; // CTransition_TransitionInfo_Transition
|
sl@0
|
469 |
|
sl@0
|
470 |
// ______________________________________________________________________________
|
sl@0
|
471 |
//
|
sl@0
|
472 |
/**
|
sl@0
|
473 |
@internalComponent
|
sl@0
|
474 |
|
sl@0
|
475 |
Comments : Transition test of the CTransition::SetBlocking method.
|
sl@0
|
476 |
*/
|
sl@0
|
477 |
class CTransition_SetBlocking_Transition : public CTransition
|
sl@0
|
478 |
{
|
sl@0
|
479 |
public:
|
sl@0
|
480 |
/**
|
sl@0
|
481 |
@fn CTransition_SetBlocking_Transition(CUnitTestContext& aUTContext,
|
sl@0
|
482 |
TTransitionValidator& aValidator)
|
sl@0
|
483 |
Intended Usage : Standard c'tor method.
|
sl@0
|
484 |
Error Condition : None.
|
sl@0
|
485 |
@since 7.0
|
sl@0
|
486 |
@param aUTContext The context this transition is operating in.
|
sl@0
|
487 |
@param aValidator Used for checking the pre & post conditions of the test object.
|
sl@0
|
488 |
@pre None.
|
sl@0
|
489 |
@post CTransition_SetBlocking_Transition is fully constructed.
|
sl@0
|
490 |
*/
|
sl@0
|
491 |
CTransition_SetBlocking_Transition(CUnitTestContext& aUTContext,
|
sl@0
|
492 |
TTransitionValidator& aValidator);
|
sl@0
|
493 |
/**
|
sl@0
|
494 |
@fn TransitMethodL()
|
sl@0
|
495 |
Intended Usage : To execute the CTransition::SetBlocking method for the test harness.
|
sl@0
|
496 |
Error Condition : Leaves with an error code.
|
sl@0
|
497 |
@leave KErrNoMemory, (@see CTransition::SetBlocking)
|
sl@0
|
498 |
@since 7.0
|
sl@0
|
499 |
@return None
|
sl@0
|
500 |
@pre CTransition_SetBlocking_Transition is fully constructed.
|
sl@0
|
501 |
@post No change in the CTransition_SetBlocking_Transition apart
|
sl@0
|
502 |
from iTransition, which may have changed state.
|
sl@0
|
503 |
(@see CTransition::SetBlocking post-condition) for iTransition's new state.
|
sl@0
|
504 |
*/
|
sl@0
|
505 |
inline void TransitMethodL();
|
sl@0
|
506 |
|
sl@0
|
507 |
/**
|
sl@0
|
508 |
@fn Context() const
|
sl@0
|
509 |
Intended Usage : To provide access to the unit test context cast to the correct type.
|
sl@0
|
510 |
Error Condition : None.
|
sl@0
|
511 |
@since 7.0
|
sl@0
|
512 |
@return The unit test context cast to a CTransition_UnitTestContext
|
sl@0
|
513 |
@pre iUTContext is a valid CTransition_UnitTestContext.
|
sl@0
|
514 |
@post No change in the CTransition_SetBlocking_Transition
|
sl@0
|
515 |
*/
|
sl@0
|
516 |
inline CTransition_UnitTestContext& Context() const;
|
sl@0
|
517 |
}; // CTransition_SetBlocking_Transition
|
sl@0
|
518 |
|
sl@0
|
519 |
// ______________________________________________________________________________
|
sl@0
|
520 |
//
|
sl@0
|
521 |
/**
|
sl@0
|
522 |
@internalComponent
|
sl@0
|
523 |
|
sl@0
|
524 |
Comments : Transition test of the CTransition::IsBlocking method.
|
sl@0
|
525 |
*/
|
sl@0
|
526 |
class CTransition_IsBlocking_Transition : public CTransition
|
sl@0
|
527 |
{
|
sl@0
|
528 |
public:
|
sl@0
|
529 |
/**
|
sl@0
|
530 |
@fn CTransition_IsBlocking_Transition(CUnitTestContext& aUTContext,
|
sl@0
|
531 |
TTransitionValidator& aValidator)
|
sl@0
|
532 |
Intended Usage : Standard c'tor method.
|
sl@0
|
533 |
Error Condition : None.
|
sl@0
|
534 |
@since 7.0
|
sl@0
|
535 |
@param aUTContext The context this transition is operating in.
|
sl@0
|
536 |
@param aValidator Used for checking the pre & post conditions of the test object.
|
sl@0
|
537 |
@pre None.
|
sl@0
|
538 |
@post CTransition_IsBlocking_Transition is fully constructed.
|
sl@0
|
539 |
*/
|
sl@0
|
540 |
CTransition_IsBlocking_Transition(CUnitTestContext& aUTContext,
|
sl@0
|
541 |
TTransitionValidator& aValidator);
|
sl@0
|
542 |
/**
|
sl@0
|
543 |
@fn TransitMethodL()
|
sl@0
|
544 |
Intended Usage : To execute the CTransition::IsBlocking method for the test harness.
|
sl@0
|
545 |
Error Condition : Leaves with an error code.
|
sl@0
|
546 |
@leave KErrNoMemory, (@see CTransition::IsBlocking)
|
sl@0
|
547 |
@since 7.0
|
sl@0
|
548 |
@return None
|
sl@0
|
549 |
@pre CTransition_IsBlocking_Transition is fully constructed.
|
sl@0
|
550 |
@post No change in the CTransition_IsBlocking_Transition apart
|
sl@0
|
551 |
from iTransition, which may have changed state.
|
sl@0
|
552 |
(@see CTransition::IsBlocking post-condition) for iTransition's new state.
|
sl@0
|
553 |
*/
|
sl@0
|
554 |
inline void TransitMethodL();
|
sl@0
|
555 |
|
sl@0
|
556 |
/**
|
sl@0
|
557 |
@fn Context() const
|
sl@0
|
558 |
Intended Usage : To provide access to the unit test context cast to the correct type.
|
sl@0
|
559 |
Error Condition : None.
|
sl@0
|
560 |
@since 7.0
|
sl@0
|
561 |
@return The unit test context cast to a CTransition_UnitTestContext
|
sl@0
|
562 |
@pre iUTContext is a valid CTransition_UnitTestContext.
|
sl@0
|
563 |
@post No change in the CTransition_IsBlocking_Transition
|
sl@0
|
564 |
*/
|
sl@0
|
565 |
inline CTransition_UnitTestContext& Context() const;
|
sl@0
|
566 |
}; // CTransition_IsBlocking_Transition
|
sl@0
|
567 |
|
sl@0
|
568 |
// ______________________________________________________________________________
|
sl@0
|
569 |
//
|
sl@0
|
570 |
/**
|
sl@0
|
571 |
@internalComponent
|
sl@0
|
572 |
|
sl@0
|
573 |
Comments : Transition test of the CTransition::GetErrorCode method.
|
sl@0
|
574 |
*/
|
sl@0
|
575 |
class CTransition_GetErrorCode_Transition : public CTransition
|
sl@0
|
576 |
{
|
sl@0
|
577 |
public:
|
sl@0
|
578 |
/**
|
sl@0
|
579 |
@fn CTransition_GetErrorCode_Transition(CUnitTestContext& aUTContext,
|
sl@0
|
580 |
TTransitionValidator& aValidator)
|
sl@0
|
581 |
Intended Usage : Standard c'tor method.
|
sl@0
|
582 |
Error Condition : None.
|
sl@0
|
583 |
@since 7.0
|
sl@0
|
584 |
@param aUTContext The context this transition is operating in.
|
sl@0
|
585 |
@param aValidator Used for checking the pre & post conditions of the test object.
|
sl@0
|
586 |
@pre None.
|
sl@0
|
587 |
@post CTransition_GetErrorCode_Transition is fully constructed.
|
sl@0
|
588 |
*/
|
sl@0
|
589 |
CTransition_GetErrorCode_Transition(CUnitTestContext& aUTContext,
|
sl@0
|
590 |
TTransitionValidator& aValidator);
|
sl@0
|
591 |
/**
|
sl@0
|
592 |
@fn TransitMethodL()
|
sl@0
|
593 |
Intended Usage : To execute the CTransition::GetErrorCode method for the test harness.
|
sl@0
|
594 |
Error Condition : Leaves with an error code.
|
sl@0
|
595 |
@leave KErrNoMemory, (@see CTransition::GetErrorCode)
|
sl@0
|
596 |
@since 7.0
|
sl@0
|
597 |
@return None
|
sl@0
|
598 |
@pre CTransition_GetErrorCode_Transition is fully constructed.
|
sl@0
|
599 |
@post No change in the CTransition_GetErrorCode_Transition apart
|
sl@0
|
600 |
from iTransition, which may have changed state.
|
sl@0
|
601 |
(@see CTransition::GetErrorCode post-condition) for iTransition's new state.
|
sl@0
|
602 |
*/
|
sl@0
|
603 |
inline void TransitMethodL();
|
sl@0
|
604 |
|
sl@0
|
605 |
/**
|
sl@0
|
606 |
@fn Context() const
|
sl@0
|
607 |
Intended Usage : To provide access to the unit test context cast to the correct type.
|
sl@0
|
608 |
Error Condition : None.
|
sl@0
|
609 |
@since 7.0
|
sl@0
|
610 |
@return The unit test context cast to a CTransition_UnitTestContext
|
sl@0
|
611 |
@pre iUTContext is a valid CTransition_UnitTestContext.
|
sl@0
|
612 |
@post No change in the CTransition_GetErrorCode_Transition
|
sl@0
|
613 |
*/
|
sl@0
|
614 |
inline CTransition_UnitTestContext& Context() const;
|
sl@0
|
615 |
}; // CTransition_GetErrorCode_Transition
|
sl@0
|
616 |
|
sl@0
|
617 |
// ______________________________________________________________________________
|
sl@0
|
618 |
//
|
sl@0
|
619 |
/**
|
sl@0
|
620 |
@internalComponent
|
sl@0
|
621 |
|
sl@0
|
622 |
Comments : Transition test of the CTransition::RunTransition method.
|
sl@0
|
623 |
*/
|
sl@0
|
624 |
class CTransition_RunTransition_Transition : public CTransition
|
sl@0
|
625 |
{
|
sl@0
|
626 |
public:
|
sl@0
|
627 |
/**
|
sl@0
|
628 |
@fn CTransition_RunTransition_Transition(CUnitTestContext& aUTContext,
|
sl@0
|
629 |
TTransitionValidator& aValidator)
|
sl@0
|
630 |
Intended Usage : Standard c'tor method.
|
sl@0
|
631 |
Error Condition : None.
|
sl@0
|
632 |
@since 7.0
|
sl@0
|
633 |
@param aUTContext The context this transition is operating in.
|
sl@0
|
634 |
@param aValidator Used for checking the pre & post conditions of the test object.
|
sl@0
|
635 |
@pre None.
|
sl@0
|
636 |
@post CTransition_RunTransition_Transition is fully constructed.
|
sl@0
|
637 |
*/
|
sl@0
|
638 |
CTransition_RunTransition_Transition(CUnitTestContext& aUTContext,
|
sl@0
|
639 |
TTransitionValidator& aValidator);
|
sl@0
|
640 |
/**
|
sl@0
|
641 |
@fn TransitMethodL()
|
sl@0
|
642 |
Intended Usage : To execute the CTransition::RunTransition method for the test harness.
|
sl@0
|
643 |
Error Condition : Leaves with an error code.
|
sl@0
|
644 |
@leave KErrNoMemory, (@see CTransition::RunTransition)
|
sl@0
|
645 |
@since 7.0
|
sl@0
|
646 |
@return None
|
sl@0
|
647 |
@pre CTransition_RunTransition_Transition is fully constructed.
|
sl@0
|
648 |
@post No change in the CTransition_RunTransition_Transition apart
|
sl@0
|
649 |
from iTransition, which may have changed state.
|
sl@0
|
650 |
(@see CTransition::RunTransition post-condition) for iTransition's new state.
|
sl@0
|
651 |
*/
|
sl@0
|
652 |
inline void TransitMethodL();
|
sl@0
|
653 |
|
sl@0
|
654 |
/**
|
sl@0
|
655 |
@fn virtual void DoCancel()
|
sl@0
|
656 |
Intended Usage : Standard Active Object method for cancelling the current request
|
sl@0
|
657 |
@since 7.0
|
sl@0
|
658 |
@pre None
|
sl@0
|
659 |
@post Any outstanding requests are cancelled
|
sl@0
|
660 |
*/
|
sl@0
|
661 |
virtual void DoCancel();
|
sl@0
|
662 |
|
sl@0
|
663 |
/**
|
sl@0
|
664 |
@fn Context() const
|
sl@0
|
665 |
Intended Usage : To provide access to the unit test context cast to the correct type.
|
sl@0
|
666 |
Error Condition : None.
|
sl@0
|
667 |
@since 7.0
|
sl@0
|
668 |
@return The unit test context cast to a CTransition_UnitTestContext
|
sl@0
|
669 |
@pre iUTContext is a valid CTransition_UnitTestContext.
|
sl@0
|
670 |
@post No change in the CTransition_RunTransition_Transition
|
sl@0
|
671 |
*/
|
sl@0
|
672 |
inline CTransition_UnitTestContext& Context() const;
|
sl@0
|
673 |
}; // CTransition_RunTransition_Transition
|
sl@0
|
674 |
|
sl@0
|
675 |
// ______________________________________________________________________________
|
sl@0
|
676 |
//
|
sl@0
|
677 |
/**
|
sl@0
|
678 |
@internalComponent
|
sl@0
|
679 |
|
sl@0
|
680 |
Comments : Transition test of the CTransition::Cancel method.
|
sl@0
|
681 |
*/
|
sl@0
|
682 |
class CTransition_Cancel_Transition : public CTransition
|
sl@0
|
683 |
{
|
sl@0
|
684 |
public:
|
sl@0
|
685 |
/**
|
sl@0
|
686 |
@fn CTransition_Cancel_Transition(CUnitTestContext& aUTContext,
|
sl@0
|
687 |
TTransitionValidator& aValidator)
|
sl@0
|
688 |
Intended Usage : Standard c'tor method.
|
sl@0
|
689 |
Error Condition : None.
|
sl@0
|
690 |
@since 7.0
|
sl@0
|
691 |
@param aUTContext The context this transition is operating in.
|
sl@0
|
692 |
@param aValidator Used for checking the pre & post conditions of the test object.
|
sl@0
|
693 |
@pre None.
|
sl@0
|
694 |
@post CTransition_Cancel_Transition is fully constructed.
|
sl@0
|
695 |
*/
|
sl@0
|
696 |
CTransition_Cancel_Transition(CUnitTestContext& aUTContext,
|
sl@0
|
697 |
TTransitionValidator& aValidator);
|
sl@0
|
698 |
/**
|
sl@0
|
699 |
@fn TransitMethodL()
|
sl@0
|
700 |
Intended Usage : To execute the CTransition::Cancel method for the test harness.
|
sl@0
|
701 |
Error Condition : Leaves with an error code.
|
sl@0
|
702 |
@leave KErrNoMemory, (@see CTransition::Cancel)
|
sl@0
|
703 |
@since 7.0
|
sl@0
|
704 |
@return None
|
sl@0
|
705 |
@pre CTransition_Cancel_Transition is fully constructed.
|
sl@0
|
706 |
@post No change in the CTransition_Cancel_Transition apart
|
sl@0
|
707 |
from iTransition, which may have changed state.
|
sl@0
|
708 |
(@see CTransition::Cancel post-condition) for iTransition's new state.
|
sl@0
|
709 |
*/
|
sl@0
|
710 |
inline void TransitMethodL();
|
sl@0
|
711 |
|
sl@0
|
712 |
/**
|
sl@0
|
713 |
@fn Context() const
|
sl@0
|
714 |
Intended Usage : To provide access to the unit test context cast to the correct type.
|
sl@0
|
715 |
Error Condition : None.
|
sl@0
|
716 |
@since 7.0
|
sl@0
|
717 |
@return The unit test context cast to a CTransition_UnitTestContext
|
sl@0
|
718 |
@pre iUTContext is a valid CTransition_UnitTestContext.
|
sl@0
|
719 |
@post No change in the CTransition_Cancel_Transition
|
sl@0
|
720 |
*/
|
sl@0
|
721 |
inline CTransition_UnitTestContext& Context() const;
|
sl@0
|
722 |
}; // CTransition_Cancel_Transition
|
sl@0
|
723 |
|
sl@0
|
724 |
#include "TransitionTransitions.inl"
|
sl@0
|
725 |
|
sl@0
|
726 |
#include "TransitionUnitTestContext.inl"
|
sl@0
|
727 |
|
sl@0
|
728 |
#endif // __TRANSITIONTRANSITIONS_H__
|
sl@0
|
729 |
|