CUnitTestContext Class Reference
class CUnitTestContext : public CBase |
Comments : Provide the base class definition for a Unit Test's specific data. This class is CBase derived so that test developers can derive from this class and add owned member data if they wish.
Constructor & Destructor Documentation
CUnitTestContext(CDataLogger &, MStateAccessor &, MTransitionObserver &)
Intended Usage : Default constructor.
- Since
- 7.0
- Pre-condition
- None.
- Post-condition
- CUnitTestContext is fully constructed, and initialized.
Member Functions Documentation
DataLogger()
Intended Usage : Provides access to the
CDataLogger - Since
- 7.0
- Pre-condition
- Object is fully constructed
StateAccessor()
Intended Usage : Provides access to the
MStateAccessor - Since
- 7.0
- Pre-condition
- Object is fully constructed
TransitionObserver()
Intended Usage : Provides access to the
MTransitionObserver - Since
- 7.0
- Pre-condition
- Object is fully constructed
Member Data Documentation
CDataLogger & iDataLogger
The output logging object.
MTransitionObserver & iObserver
The observer of this UnitTest's Transitions.
MStateAccessor & iStateAccessor
WhiteBox state access to the class under test.
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.