First public contribution.
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 definition of the CResolver unit test classes.
18 #ifndef __RESOLVERUNITTESTS_H__
19 #define __RESOLVERUNITTESTS_H__
21 #include "ResolverTransitions.h"
22 #include "ResolverStateAccessor.h"
23 #include "ResolverTransitionValidation.h"
25 // ______________________________________________________________________________
30 Comments : Unit Test for CreateAndDestroy on CDefaultResolver, the class under test.
32 class CDefaultResolver_CreateAndDestroy_UnitTest : public CUnitTest
36 @fn NewL(CDataLogger& aDataLogger,
37 MUnitTestObserver& aObserver)
38 Intended Usage : Standard two-phase construction which leaves nothing on the
40 Error Condition : Leaves with the error code.
43 @param aDataLogger The output logging object.
44 @param aObserver The observer of this UnitTest.
45 @return CDefaultResolver_CreateAndDestroy_UnitTest* The constructed object.
47 @post CDefaultResolver_CreateAndDestroy_UnitTest is fully constructed, and initialised.
49 static CDefaultResolver_CreateAndDestroy_UnitTest* NewL(CDataLogger& aDataLogger,
50 MUnitTestObserver& aObserver);
53 @fn RunError(TInt aError)
54 Intended Usage : Intercept the panic caused by a RunL leave,
55 to restore the CDefaultResolver_CreateAndDestroy_UnitTest
56 object to a sensible state.
57 (called by the Active Scheduler immediately before the Panic).
58 Error Condition : @see CUnitTest::RunError().
60 @return TInt KErrNone if cleanup successful, otherwise
61 @see CUnitTest::RunError()
62 @pre CDefaultResolver_CreateAndDestroy_UnitTest is fully constructed, and initialised.
63 @post The object has been restored to a sensible state.
65 inline TInt RunError(TInt aError);
68 @fn ~CDefaultResolver_CreateAndDestroy_UnitTest()
69 Intended Usage : Standard Destructor.
70 Error Condition : None.
72 @pre CDefaultResolver_CreateAndDestroy_UnitTest is fully constructed.
73 @post CDefaultResolver_CreateAndDestroy_UnitTest is fully destroyed.
75 ~CDefaultResolver_CreateAndDestroy_UnitTest();
78 @fn PrepareUnitTestL()
79 Intended Usage : Called by test framework just before test is run to allow
80 any test preparation to take place.
83 @pre CDefaultResolver_CreateAndDestroy_UnitTest is fully constructed.
84 @post This unit test is ready to run.
86 void PrepareUnitTestL();
90 @fn CDefaultResolver_CreateAndDestroy_UnitTest(CDataLogger& aDataLogger,
91 MUnitTestObserver& aObserver)
92 Intended Usage : Default constructor.
93 Error Condition : None.
95 @param aDataLogger The output logging object.
96 @param aObserver The observer of this UnitTest.
97 @param aStateAccessor WhiteBox state access to the CDefaultResolver class.
99 @post CDefaultResolver_CreateAndDestroy_UnitTest is fully constructed.
101 inline CDefaultResolver_CreateAndDestroy_UnitTest(CDataLogger& aDataLogger,
102 MUnitTestObserver& aObserver);
105 @fn void ConstructL()
106 Intended Usage : Second phase of safe two phase construction,
107 to complete the object initialisation.
108 Error Condition : Leaves with an error code.
109 @leave KErrNoMemory, and @see CUnitTest::BaseNewL().
112 @pre CDefaultResolver_CreateAndDestroy_UnitTest is fully constructed.
113 @post CDefaultResolver_CreateAndDestroy_UnitTest is fully initialised.
118 The context of the Unit Test.
119 i.e The CDefaultResolver class tested by this UnitTest's transitions.
121 CDefaultResolver_UnitTestContext* iUTContext;
122 TDefaultResolver_StateAccessor* iStateAccessor;
123 // C'tor, d'tor, and method transition validators
124 TDefaultResolver_Ctor_TransitionValidator* iCtorValidator;
125 TDefaultResolver_Dtor_TransitionValidator* iDtorValidator;
126 }; // CDefaultResolver_CreateAndDestroy_UnitTest
128 // ______________________________________________________________________________
133 Comments : Unit Test for IdentifyImplementation on CDefaultResolver, the class under test.
135 class CDefaultResolver_IdentifyImplementation_UnitTest : public CUnitTest
139 @fn NewL(CDataLogger& aDataLogger,
140 MUnitTestObserver& aObserver)
141 Intended Usage : Standard two-phase construction which leaves nothing on the
143 Error Condition : Leaves with the error code.
146 @param aDataLogger The output logging object.
147 @param aObserver The observer of this UnitTest.
148 @return CDefaultResolver_IdentifyImplementation_UnitTest* The constructed object.
150 @post CDefaultResolver_IdentifyImplementation_UnitTest is fully constructed, and initialised.
152 static CDefaultResolver_IdentifyImplementation_UnitTest* NewL(CDataLogger& aDataLogger,
153 MUnitTestObserver& aObserver);
156 @fn RunError(TInt aError)
157 Intended Usage : Intercept the panic caused by a RunL leave,
158 to restore the CDefaultResolver_IdentifyImplementation_UnitTest
159 object to a sensible state.
160 (called by the Active Scheduler immediately before the Panic).
161 Error Condition : @see CUnitTest::RunError().
163 @return TInt KErrNone if cleanup successful, otherwise
164 @see CUnitTest::RunError()
165 @pre CDefaultResolver_IdentifyImplementation_UnitTest is fully constructed, and initialised.
166 @post The object has been restored to a sensible state.
168 inline TInt RunError(TInt aError);
171 @fn ~CDefaultResolver_IdentifyImplementation_UnitTest()
172 Intended Usage : Standard Destructor.
173 Error Condition : None.
175 @pre CDefaultResolver_IdentifyImplementation_UnitTest is fully constructed.
176 @post CDefaultResolver_IdentifyImplementation_UnitTest is fully destroyed.
178 ~CDefaultResolver_IdentifyImplementation_UnitTest();
182 @fn CDefaultResolver_IdentifyImplementation_UnitTest(CDataLogger& aDataLogger,
183 MUnitTestObserver& aObserver)
184 Intended Usage : Default constructor.
185 Error Condition : None.
187 @param aDataLogger The output logging object.
188 @param aObserver The observer of this UnitTest.
189 @param aStateAccessor WhiteBox state access to the CDefaultResolver class.
191 @post CDefaultResolver_IdentifyImplementation_UnitTest is fully constructed.
193 inline CDefaultResolver_IdentifyImplementation_UnitTest(CDataLogger& aDataLogger,
194 MUnitTestObserver& aObserver);
197 @fn void ConstructL()
198 Intended Usage : Second phase of safe two phase construction,
199 to complete the object initialisation.
200 Error Condition : Leaves with an error code.
201 @leave KErrNoMemory, and @see CUnitTest::BaseNewL().
204 @pre CDefaultResolver_IdentifyImplementation_UnitTest is fully constructed.
205 @post CDefaultResolver_IdentifyImplementation_UnitTest is fully initialised.
210 The context of the Unit Test.
211 i.e The CDefaultResolver class tested by this UnitTest's transitions.
213 CDefaultResolver_UnitTestContext* iUTContext;
214 TDefaultResolver_StateAccessor* iStateAccessor;
215 // C'tor, d'tor, and method transition validators
216 TDefaultResolver_Ctor_TransitionValidator* iCtorValidator;
217 TDefaultResolver_Default_TransitionValidator* iDefaultValidator;
218 TDefaultResolver_Match_TransitionValidator* iMatchValidator;
219 TDefaultResolver_IdentifyImplementationL_TransitionValidator* iIdentifyImplementationValidator;
220 TDefaultResolver_Dtor_TransitionValidator* iDtorValidator;
221 }; // CDefaultResolver_IdentifyImplementation_UnitTest
223 #include "ResolverUnitTests.inl"
225 #endif // __RESOLVERUNITTESTS_H__