os/ossrv/lowlevellibsandfws/pluginfw/Framework/RegistrarTest/RegistrarTransitionValidation.h
Update contrib.
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".
8 // Initial Contributors:
9 // Nokia Corporation - initial contribution.
14 // The validation class definitions for the CRegistrar class.
18 #ifndef __REGISTRARTRANSITIONVALIDATION_H__
19 #define __REGISTRARTRANSITIONVALIDATION_H__
21 // ______________________________________________________________________________
25 Comments : Provide all the CtorUnit Test's specific
26 validatation for the state of a transition before and after its execution.
27 on the CRegistrar test class for a transition.
29 class TRegistrar_Ctor_TransitionValidator : public TTransitionValidator
33 @fn TRegistrar_Ctor_TransitionValidator(CUnitTestContext& aUTContext)
37 @param aUTContext The context within which this transition is executing
39 inline TRegistrar_Ctor_TransitionValidator(CUnitTestContext& aUTContext);
42 @fn ValidatePreConditions()
43 Intended Usage : Implemented by the developer to check the
44 end state of the transition behaviour.
45 Error Condition : Invalid pre-conditions
47 @return TBool ETrue if the pre-conditions were valid, EFalse otherwise.
48 @pre TRegistrar_Ctor_TransitionValidator is fully constructed.
49 @post No change to the iUTContext class.
51 virtual inline TBool ValidatePreConditions();
54 @fn ValidatePostConditions(TTestBedAsyncState aAsyncState)
55 Intended Usage : Implemented by the developer to check the
56 end state of the transition behaviour.
57 When overriding, if the transition calls an asynchronous function
58 ValidatePostConditions will be called twice. Firstly, after the
59 asynchronous function has been called and, secondly, after the
60 asynchronous request has completed. The parameter aAsyncState can
61 be used to distinguish between these two cases.
62 Error Condition : Invalid post-conditions.
64 @param aAsyncState EAsyncCalled if the async function has been just been called,
65 EAsyncCompleted if the function has completed.
66 @return TBool ETrue if the post-conditions were valid, EFalse otherwise.
67 @pre TRegistrar_Ctor_TransitionValidator is fully constructed.
68 @post No change to the iUTContext class.
70 virtual inline TBool ValidatePostConditions(TTestBedAsyncState aAsyncState);
71 }; // TRegistrar_Ctor_TransitionValidator
73 // ______________________________________________________________________________
77 Comments : Provide all the DtorUnit Test's specific
78 validatation for the state of a transition before and after its execution.
79 on the CRegistrar test class for a transition.
81 class TRegistrar_Dtor_TransitionValidator : public TTransitionValidator
85 @fn TRegistrar_Dtor_TransitionValidator(CUnitTestContext& aUTContext)
89 @param aUTContext The context within which this transition is executing
91 inline TRegistrar_Dtor_TransitionValidator(CUnitTestContext& aUTContext);
94 @fn ValidatePreConditions()
95 Intended Usage : Implemented by the developer to check the
96 end state of the transition behaviour.
97 Error Condition : Invalid pre-conditions
99 @return TBool ETrue if the pre-conditions were valid, EFalse otherwise.
100 @pre TRegistrar_Dtor_TransitionValidator is fully constructed.
101 @post No change to the iUTContext class.
103 virtual inline TBool ValidatePreConditions();
106 @fn ValidatePostConditions(TTestBedAsyncState aAsyncState)
107 Intended Usage : Implemented by the developer to check the
108 end state of the transition behaviour.
109 When overriding, if the transition calls an asynchronous function
110 ValidatePostConditions will be called twice. Firstly, after the
111 asynchronous function has been called and, secondly, after the
112 asynchronous request has completed. The parameter aAsyncState can
113 be used to distinguish between these two cases.
114 Error Condition : Invalid post-conditions.
116 @param aAsyncState EAsyncCalled if the async function has been just been called,
117 EAsyncCompleted if the function has completed.
118 @return TBool ETrue if the post-conditions were valid, EFalse otherwise.
119 @pre TRegistrar_Dtor_TransitionValidator is fully constructed.
120 @post No change to the iUTContext class.
122 virtual inline TBool ValidatePostConditions(TTestBedAsyncState aAsyncState);
123 }; // TRegistrar_Dtor_TransitionValidator
125 // ______________________________________________________________________________
129 Comments : Provide all the DefaultUnit Test's specific
130 validatation for the state of a transition before and after its execution.
131 on the CRegistrar test class for a transition.
133 class TRegistrar_Default_TransitionValidator : public TTransitionValidator
137 @fn TRegistrar_Default_TransitionValidator(CUnitTestContext& aUTContext)
141 @param aUTContext The context within which this transition is executing
143 inline TRegistrar_Default_TransitionValidator(CUnitTestContext& aUTContext);
146 @fn ValidatePreConditions()
147 Intended Usage : Implemented by the developer to check the
148 end state of the transition behaviour.
149 Error Condition : Invalid pre-conditions
151 @return TBool ETrue if the pre-conditions were valid, EFalse otherwise.
152 @pre TRegistrar_Default_TransitionValidator is fully constructed.
153 @post No change to the iUTContext class.
155 virtual inline TBool ValidatePreConditions();
158 @fn ValidatePostConditions(TTestBedAsyncState aAsyncState)
159 Intended Usage : Implemented by the developer to check the
160 end state of the transition behaviour.
161 When overriding, if the transition calls an asynchronous function
162 ValidatePostConditions will be called twice. Firstly, after the
163 asynchronous function has been called and, secondly, after the
164 asynchronous request has completed. The parameter aAsyncState can
165 be used to distinguish between these two cases.
166 Error Condition : Invalid post-conditions.
168 @param aAsyncState EAsyncCalled if the async function has been just been called,
169 EAsyncCompleted if the function has completed.
170 @return TBool ETrue if the post-conditions were valid, EFalse otherwise.
171 @pre TRegistrar_Default_TransitionValidator is fully constructed.
172 @post No change to the iUTContext class.
174 virtual inline TBool ValidatePostConditions(TTestBedAsyncState aAsyncState);
175 }; // TRegistrar_Default_TransitionValidator
177 // ______________________________________________________________________________
181 Comments : Provide all the RegisterDiscoveryLUnit Test's specific
182 validatation for the state of a transition before and after its execution.
183 on the CRegistrar test class for a transition.
185 class TRegistrar_RegisterDiscoveryL_TransitionValidator : public TTransitionValidator
189 @fn TRegistrar_RegisterDiscoveryL_TransitionValidator(CUnitTestContext& aUTContext)
193 @param aUTContext The context within which this transition is executing
195 inline TRegistrar_RegisterDiscoveryL_TransitionValidator(CUnitTestContext& aUTContext);
198 @fn ValidatePreConditions()
199 Intended Usage : Implemented by the developer to check the
200 end state of the transition behaviour.
201 Error Condition : Invalid pre-conditions
203 @return TBool ETrue if the pre-conditions were valid, EFalse otherwise.
204 @pre TRegistrar_RegisterDiscoveryL_TransitionValidator is fully constructed.
205 @post No change to the iUTContext class.
207 virtual inline TBool ValidatePreConditions();
210 @fn ValidatePostConditions(TTestBedAsyncState aAsyncState)
211 Intended Usage : Implemented by the developer to check the
212 end state of the transition behaviour.
213 When overriding, if the transition calls an asynchronous function
214 ValidatePostConditions will be called twice. Firstly, after the
215 asynchronous function has been called and, secondly, after the
216 asynchronous request has completed. The parameter aAsyncState can
217 be used to distinguish between these two cases.
218 Error Condition : Invalid post-conditions.
220 @param aAsyncState EAsyncCalled if the async function has been just been called,
221 EAsyncCompleted if the function has completed.
222 @return TBool ETrue if the post-conditions were valid, EFalse otherwise.
223 @pre TRegistrar_RegisterDiscoveryL_TransitionValidator is fully constructed.
224 @post No change to the iUTContext class.
226 virtual inline TBool ValidatePostConditions(TTestBedAsyncState aAsyncState);
227 }; // TRegistrar_RegisterDiscoveryL_TransitionValidator
229 // ______________________________________________________________________________
233 Comments : Provide all the DriveRemoved Transition's validatation.
235 class TRegistrar_DriveRemoved_TransitionValidator : public TTransitionValidator
239 @fn TRegistrar_DriveRemoved_TransitionValidator(CUnitTestContext& aUTContext)
243 @param aUTContext The context within which this transition is executing
245 inline TRegistrar_DriveRemoved_TransitionValidator(CUnitTestContext& aUTContext);
248 @fn ValidatePreConditions()
249 Intended Usage : Implemented by the developer to check the
250 end state of the transition behaviour.
251 Error Condition : Invalid pre-conditions
253 @return TBool ETrue if the pre-conditions were valid, EFalse otherwise.
254 @pre TRegistrar_DriveRemoved_TransitionValidator is fully constructed.
255 @post No change to the iUTContext class.
257 virtual inline TBool ValidatePreConditions();
260 @fn ValidatePostConditions(TTestBedAsyncState aAsyncState)
261 Intended Usage : Implemented by the developer to check the
262 end state of the transition behaviour.
263 When overriding, if the transition calls an asynchronous function
264 ValidatePostConditions will be called twice. Firstly, after the
265 asynchronous function has been called and, secondly, after the
266 asynchronous request has completed. The parameter aAsyncState can
267 be used to distinguish between these two cases.
268 Error Condition : Invalid post-conditions.
270 @param aAsyncState EAsyncCalled if the async function has been just been called,
271 EAsyncCompleted if the function has completed.
272 @return TBool ETrue if the post-conditions were valid, EFalse otherwise.
273 @pre TRegistrar_DriveRemoved_TransitionValidator is fully constructed.
274 @post No change to the iUTContext class.
276 virtual inline TBool ValidatePostConditions(TTestBedAsyncState aAsyncState);
277 }; // TRegistrar_DriveRemoved_TransitionValidator
279 // ______________________________________________________________________________
283 Comments : Provide all the DriveRemoved Transition's validatation.
285 class TRegistrar_CheckRegWhileDiscovering_TransitionValidator : public TTransitionValidator
289 @fn TRegistrar_CheckRegWhileDiscovering_TransitionValidator(CUnitTestContext& aUTContext)
293 @param aUTContext The context within which this transition is executing
295 inline TRegistrar_CheckRegWhileDiscovering_TransitionValidator(CUnitTestContext& aUTContext);
298 @fn ValidatePreConditions()
299 Intended Usage : Implemented by the developer to check the
300 end state of the transition behaviour.
301 Error Condition : Invalid pre-conditions
303 @return TBool ETrue if the pre-conditions were valid, EFalse otherwise.
304 @pre TRegistrar_CheckRegWhileDiscovering_TransitionValidator is fully constructed.
305 @post No change to the iUTContext class.
307 virtual inline TBool ValidatePreConditions();
310 @fn ValidatePostConditions(TTestBedAsyncState aAsyncState)
311 Intended Usage : Implemented by the developer to check the
312 end state of the transition behaviour.
313 When overriding, if the transition calls an asynchronous function
314 ValidatePostConditions will be called twice. Firstly, after the
315 asynchronous function has been called and, secondly, after the
316 asynchronous request has completed. The parameter aAsyncState can
317 be used to distinguish between these two cases.
318 Error Condition : Invalid post-conditions.
320 @param aAsyncState EAsyncCalled if the async function has been just been called,
321 EAsyncCompleted if the function has completed.
322 @return TBool ETrue if the post-conditions were valid, EFalse otherwise.
323 @pre TRegistrar_CheckRegWhileDiscovering_TransitionValidator is fully constructed.
324 @post No change to the iUTContext class.
326 virtual inline TBool ValidatePostConditions(TTestBedAsyncState aAsyncState);
327 }; // TRegistrar_CheckRegWhileDiscovering_TransitionValidator
329 // ______________________________________________________________________________
333 Comments : Provide all the DiscoveriesComplete Transition's validatation.
335 class TRegistrar_NewLHasContent_TransitionValidator : public TTransitionValidator
339 @fn TRegistrar_NewLHasContent_TransitionValidator(CUnitTestContext& aUTContext)
343 @param aUTContext The context within which this transition is executing
345 inline TRegistrar_NewLHasContent_TransitionValidator(CUnitTestContext& aUTContext);
348 @fn ValidatePreConditions()
349 Intended Usage : Implemented by the developer to check the
350 end state of the transition behaviour.
351 Error Condition : Invalid pre-conditions
353 @return TBool ETrue if the pre-conditions were valid, EFalse otherwise.
354 @pre TRegistrar_NewLHasContent_TransitionValidator is fully constructed.
355 @post No change to the iUTContext class.
357 virtual inline TBool ValidatePreConditions();
360 @fn ValidatePostConditions(TTestBedAsyncState aAsyncState)
361 Intended Usage : Implemented by the developer to check the
362 end state of the transition behaviour.
363 When overriding, if the transition calls an asynchronous function
364 ValidatePostConditions will be called twice. Firstly, after the
365 asynchronous function has been called and, secondly, after the
366 asynchronous request has completed. The parameter aAsyncState can
367 be used to distinguish between these two cases.
368 Error Condition : Invalid post-conditions.
370 @param aAsyncState EAsyncCalled if the async function has been just been called,
371 EAsyncCompleted if the function has completed.
372 @return TBool ETrue if the post-conditions were valid, EFalse otherwise.
373 @pre TRegistrar_NewLHasContent_TransitionValidator is fully constructed.
374 @post No change to the iUTContext class.
376 virtual inline TBool ValidatePostConditions(TTestBedAsyncState aAsyncState);
377 }; // TRegistrar_NewLHasContent_TransitionValidator
379 #include "RegistrarTransitionValidation.inl"
381 #endif // __REGISTRARTRANSITIONVALIDATION_H__