os/ossrv/lowlevellibsandfws/pluginfw/Test_Bed/ComponentTesterTest/ComponentTesterTransitionValidation.inl
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 implementation of the transition validation classes upon the CComponentTester class methods.
18 // ______________________________________________________________________________
20 inline TComponentTester_Ctor_TransitionValidator::TComponentTester_Ctor_TransitionValidator(CUnitTestContext& aUTContext)
21 :TTransitionValidator(aUTContext)
26 inline TBool TComponentTester_Ctor_TransitionValidator::ValidatePreConditions()
31 inline TBool TComponentTester_Ctor_TransitionValidator::ValidatePostConditions(TTestBedAsyncState /* aAsyncState */)
33 if(iUTContext.StateAccessor().InvariantTest(REINTERPRET_CAST(CComponentTester_UnitTestContext&,iUTContext).iComponentTester))
38 // ______________________________________________________________________________
40 inline TComponentTester_Dtor_TransitionValidator::TComponentTester_Dtor_TransitionValidator(CUnitTestContext& aUTContext)
41 :TTransitionValidator(aUTContext)
46 inline TBool TComponentTester_Dtor_TransitionValidator::ValidatePreConditions()
48 if(iUTContext.StateAccessor().InvariantTest(REINTERPRET_CAST(CComponentTester_UnitTestContext&,iUTContext).iComponentTester))
53 inline TBool TComponentTester_Dtor_TransitionValidator::ValidatePostConditions(TTestBedAsyncState /* aAsyncState */)
58 // ______________________________________________________________________________
60 inline TComponentTester_TransitionSets_TransitionValidator::TComponentTester_TransitionSets_TransitionValidator(CUnitTestContext& aUTContext)
61 :TTransitionValidator(aUTContext)
66 inline TBool TComponentTester_TransitionSets_TransitionValidator::ValidatePreConditions()
68 // Implement the correct pre-condition test for this unit test transition.
69 //#pragma message( __FILE__LINE__ "TO DO : Implement the correct pre-condition test for this unit test transition.")
70 // For a c'tor this should be empty.
71 if(iUTContext.StateAccessor().InvariantTest(REINTERPRET_CAST(CComponentTester_UnitTestContext&,iUTContext).iComponentTester))
76 inline TBool TComponentTester_TransitionSets_TransitionValidator::ValidatePostConditions(TTestBedAsyncState /* aAsyncState */)
78 // Implement the correct post-condition test for this unit test transition.
79 //#pragma message( __FILE__LINE__ "TO DO : Implement the correct post-condition test for this unit test transition.")
80 // For a d'tor this should be empty.
81 if(iUTContext.StateAccessor().InvariantTest(REINTERPRET_CAST(CComponentTester_UnitTestContext&,iUTContext).iComponentTester))
86 // ______________________________________________________________________________
88 inline TComponentTester_AddUnitTest_TransitionValidator::TComponentTester_AddUnitTest_TransitionValidator(CUnitTestContext& aUTContext)
89 :TTransitionValidator(aUTContext)
94 inline TBool TComponentTester_AddUnitTest_TransitionValidator::ValidatePreConditions()
96 // Implement the correct pre-condition test for this unit test transition.
97 //#pragma message( __FILE__LINE__ "TO DO : Implement the correct pre-condition test for this unit test transition.")
98 // For a c'tor this should be empty.
99 if(iUTContext.StateAccessor().InvariantTest(REINTERPRET_CAST(CComponentTester_UnitTestContext&,iUTContext).iComponentTester))
104 inline TBool TComponentTester_AddUnitTest_TransitionValidator::ValidatePostConditions(TTestBedAsyncState /* aAsyncState */)
106 // Implement the correct post-condition test for this unit test transition.
107 //#pragma message( __FILE__LINE__ "TO DO : Implement the correct post-condition test for this unit test transition.")
108 // For a d'tor this should be empty.
109 if(iUTContext.StateAccessor().InvariantTest(REINTERPRET_CAST(CComponentTester_UnitTestContext&,iUTContext).iComponentTester))
114 // ______________________________________________________________________________
116 inline TComponentTester_AddParamUnitTest_TransitionValidator::TComponentTester_AddParamUnitTest_TransitionValidator(CUnitTestContext& aUTContext)
117 :TTransitionValidator(aUTContext)
122 inline TBool TComponentTester_AddParamUnitTest_TransitionValidator::ValidatePreConditions()
124 // Implement the correct pre-condition test for this unit test transition.
125 //#pragma message( __FILE__LINE__ "TO DO : Implement the correct pre-condition test for this unit test transition.")
126 // For a c'tor this should be empty.
127 if(iUTContext.StateAccessor().InvariantTest(REINTERPRET_CAST(CComponentTester_UnitTestContext&,iUTContext).iComponentTester))
132 inline TBool TComponentTester_AddParamUnitTest_TransitionValidator::ValidatePostConditions(TTestBedAsyncState /* aAsyncState */)
134 // Implement the correct post-condition test for this unit test transition.
135 //#pragma message( __FILE__LINE__ "TO DO : Implement the correct post-condition test for this unit test transition.")
136 // For a d'tor this should be empty.
137 if(iUTContext.StateAccessor().InvariantTest(REINTERPRET_CAST(CComponentTester_UnitTestContext&,iUTContext).iComponentTester))
142 // ______________________________________________________________________________
144 inline TComponentTester_TestComponent_TransitionValidator::TComponentTester_TestComponent_TransitionValidator(CUnitTestContext& aUTContext)
145 :TTransitionValidator(aUTContext)
150 inline TBool TComponentTester_TestComponent_TransitionValidator::ValidatePreConditions()
152 // Implement the correct pre-condition test for this unit test transition.
153 //#pragma message( __FILE__LINE__ "TO DO : Implement the correct pre-condition test for this unit test transition.")
154 // For a c'tor this should be empty.
155 if(iUTContext.StateAccessor().InvariantTest(REINTERPRET_CAST(CComponentTester_UnitTestContext&,iUTContext).iComponentTester))
160 inline TBool TComponentTester_TestComponent_TransitionValidator::ValidatePostConditions(TTestBedAsyncState /* aAsyncState */)
162 // Implement the correct post-condition test for this unit test transition.
163 //#pragma message( __FILE__LINE__ "TO DO : Implement the correct post-condition test for this unit test transition.")
164 // For a d'tor this should be empty.
165 if(iUTContext.StateAccessor().InvariantTest(REINTERPRET_CAST(CComponentTester_UnitTestContext&,iUTContext).iComponentTester))
170 // ______________________________________________________________________________
172 inline TComponentTester_Run_TransitionValidator::TComponentTester_Run_TransitionValidator(CUnitTestContext& aUTContext)
173 :TTransitionValidator(aUTContext)
178 inline TBool TComponentTester_Run_TransitionValidator::ValidatePreConditions()
180 // Implement the correct pre-condition test for this unit test transition.
181 //#pragma message( __FILE__LINE__ "TO DO : Implement the correct pre-condition test for this unit test transition.")
182 // For a c'tor this should be empty.
183 if(iUTContext.StateAccessor().InvariantTest(REINTERPRET_CAST(CComponentTester_UnitTestContext&,iUTContext).iComponentTester))
188 inline TBool TComponentTester_Run_TransitionValidator::ValidatePostConditions(TTestBedAsyncState /* aAsyncState */)
190 // Implement the correct post-condition test for this unit test transition.
191 //#pragma message( __FILE__LINE__ "TO DO : Implement the correct post-condition test for this unit test transition.")
192 // For a d'tor this should be empty.
193 if(iUTContext.StateAccessor().InvariantTest(REINTERPRET_CAST(CComponentTester_UnitTestContext&,iUTContext).iComponentTester))
198 // ______________________________________________________________________________
200 inline TComponentTester_Complete_TransitionValidator::TComponentTester_Complete_TransitionValidator(CUnitTestContext& aUTContext)
201 :TTransitionValidator(aUTContext)
206 inline TBool TComponentTester_Complete_TransitionValidator::ValidatePreConditions()
208 // Implement the correct pre-condition test for this unit test transition.
209 //#pragma message( __FILE__LINE__ "TO DO : Implement the correct pre-condition test for this unit test transition.")
210 // For a c'tor this should be empty.
211 if(iUTContext.StateAccessor().InvariantTest(REINTERPRET_CAST(CComponentTester_UnitTestContext&,iUTContext).iComponentTester))
216 inline TBool TComponentTester_Complete_TransitionValidator::ValidatePostConditions(TTestBedAsyncState /* aAsyncState */)
218 // Implement the correct post-condition test for this unit test transition.
219 //#pragma message( __FILE__LINE__ "TO DO : Implement the correct post-condition test for this unit test transition.")
220 // For a d'tor this should be empty.
221 if(iUTContext.StateAccessor().InvariantTest(REINTERPRET_CAST(CComponentTester_UnitTestContext&,iUTContext).iComponentTester))