CSTIFTestFrameworkSettings Class Reference

class CSTIFTestFrameworkSettings : public CBase

Inherits from

  • CSTIFTestFrameworkSettings

Constructor & Destructor Documentation

CSTIFTestFrameworkSettings()

CSTIFTestFrameworkSettings()[private]

C++ default constructor.

~CSTIFTestFrameworkSettings()

IMPORT_C~CSTIFTestFrameworkSettings()[virtual]

Destructor.

Member Functions Documentation

ConstructL()

voidConstructL()[private]

By default Symbian OS constructor is private.

GetBooleanSettingsL(CStifSectionParser *, TPtrC, TBool &)

IMPORT_C TIntGetBooleanSettingsL(CStifSectionParser *aSectionParser,
TPtrCaTag,
TBool &aOverwrite
)

Get boolean type of settings from STIF TestFramework's ini file.

Parameters

CStifSectionParser * aSectionParser
TPtrC aTag
TBool & aOverwrite

GetFileSetting(CStifSectionParser *, TPtrC, TPtrC &)

IMPORT_C TIntGetFileSetting(CStifSectionParser *aSectionParser,
TPtrCaTag,
TPtrC &aSetting
)

Get file settings from STIF TestFramework's ini file.

Parameters

CStifSectionParser * aSectionParser
TPtrC aTag
TPtrC & aSetting

GetFormatL(CStifSectionParser *, TPtrC, CStifLogger::TLoggerType &)

IMPORT_C TIntGetFormatL(CStifSectionParser *aSectionParser,
TPtrCaTag,
CStifLogger::TLoggerType &aLoggerType
)

Get format setting from STIF TestFramework's ini file.

Parameters

CStifSectionParser * aSectionParser
TPtrC aTag
CStifLogger::TLoggerType & aLoggerType

GetFormatL(CStifSectionParser *, TPtrC, CStifLogger::TLoggerType &, TBool &)

IMPORT_C TIntGetFormatL(CStifSectionParser *aSectionParser,
TPtrCaTag,
CStifLogger::TLoggerType &aLoggerType,
TBool &aXML
)

Get format setting from STIF TestFramework's ini file.

Parameters

CStifSectionParser * aSectionParser
TPtrC aTag
CStifLogger::TLoggerType & aLoggerType
TBool & aXML

GetOutputL(CStifSectionParser *, TPtrC, CStifLogger::TOutput &)

IMPORT_C TIntGetOutputL(CStifSectionParser *aSectionParser,
TPtrCaTag,
CStifLogger::TOutput &aOutput
)

Get output setting from STIF TestFramework's ini file.

Parameters

CStifSectionParser * aSectionParser
TPtrC aTag
CStifLogger::TOutput & aOutput

GetOverwriteL(CStifSectionParser *, TPtrC, TBool &)

IMPORT_C TIntGetOverwriteL(CStifSectionParser *aSectionParser,
TPtrCaTag,
TBool &aOverwrite
)

Get file creation mode setting from STIF TestFramework's ini file.

Parameters

CStifSectionParser * aSectionParser
TPtrC aTag
TBool & aOverwrite

GetReportModeL(CStifSectionParser *, TPtrC, TUint &)

IMPORT_C TIntGetReportModeL(CStifSectionParser *aSectionParser,
TPtrCaTag,
TUint &aSetting
)

Get report mode settings from STIF TestFramework's ini file.

Parameters

CStifSectionParser * aSectionParser
TPtrC aTag
TUint & aSetting

NewL()

IMPORT_C CSTIFTestFrameworkSettings *NewL()[static]

Two-phased constructor.