CSTIFTestFrameworkSettings Class Reference

class CSTIFTestFrameworkSettings : public CBase

Inherits from

Constructor & Destructor Documentation

CSTIFTestFrameworkSettings()

CSTIFTestFrameworkSettings ( ) [private]

C++ default constructor.

~CSTIFTestFrameworkSettings()

IMPORT_C ~CSTIFTestFrameworkSettings ( ) [virtual]

Destructor.

Member Functions Documentation

ConstructL()

void ConstructL ( ) [private]

By default Symbian OS constructor is private.

GetBooleanSettingsL(CStifSectionParser *, TPtrC, TBool &)

IMPORT_C TInt GetBooleanSettingsL ( CStifSectionParser * aSectionParser,
TPtrC aTag,
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 TInt GetFileSetting ( CStifSectionParser * aSectionParser,
TPtrC aTag,
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 TInt GetFormatL ( CStifSectionParser * aSectionParser,
TPtrC aTag,
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 TInt GetFormatL ( CStifSectionParser * aSectionParser,
TPtrC aTag,
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 TInt GetOutputL ( CStifSectionParser * aSectionParser,
TPtrC aTag,
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 TInt GetOverwriteL ( CStifSectionParser * aSectionParser,
TPtrC aTag,
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 TInt GetReportModeL ( CStifSectionParser * aSectionParser,
TPtrC aTag,
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.