CUnitTestInfo Class Reference
class CUnitTestInfo : public CBase |
Comments : Storage for information about a group of transitions. This group will normally correspond to the contents of a CUnitTest.
Constructor & Destructor Documentation
CUnitTestInfo()
Intended Usage : Default constructor Error Condition :
- Since
- 7.0
~CUnitTestInfo()
Intended Usage : Standard destructor Error Condition :
- Since
- 7.0
Member Functions Documentation
ConstructL(const TDesC &)
void | ConstructL | ( | const TDesC & | aUnitTestId | ) | [private] |
Intended Usage : Second phase of safe construction method Error Condition :
- Since
- 7.0
- Pre-condition
- First phase of construction is complete
- Post-condition
- Object if fully constructed
Parameters
const TDesC & aUnitTestId | An identifier for this CUnitTestInfo |
NewL(const TDesC &)
Intended Usage : Two phase constructor which leaves nothing on the cleanup stack Error Condition :
- Since
- 7.0
- Pre-condition
- None
- Post-condition
- Nothing is on the CleanupStack
Parameters
const TDesC & aSetId | An identifier for this CUnitTestInfo |
NewLC(const TDesC &)
Intended Usage : Two phase constructor which leaves a CTransition* on the cleanup stack Error Condition : Leave with an error code.
- leave
- KErrNoMemory
- Since
- 7.0
- Pre-condition
- None
- Post-condition
- A CUnitTestInfo is on the CleanupStack
Parameters
const TDesC & aSetId | An identifier for this CUnitTestInfo |
UnitTestId()
const TDesC & | UnitTestId | ( | ) | const [inline] |
Intended Usage : Returns the identifier of this
CUnitTestInfo Error Condition :
- Since
- 7.0
- Pre-condition
- None
Member Data Documentation
HBufC * iUnitTestId
HBufC * | iUnitTestId | [private] |
An identifier for this unit 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.