CWapTestHarness Class Reference

#include <mw/waptestutils.h>

class CWapTestHarness : public CBase

Inherits from

Nested Classes and Structures

Detailed Description

Test harness providing logging features Deprecated

Constructor & Destructor Documentation

~CWapTestHarness ( )

~CWapTestHarness()

Member Function Documentation

DefaultLogFileName ( TDes & )

voidDefaultLogFileName(TDes &aFileName)[static, inline]

DoResourceLeakTest ( TBool )

voidDoResourceLeakTest(TBoolaValue)[inline]

DumpData ( HBufC8 &, TBool )

IMPORT_C voidDumpData(HBufC8 &aData,
TBoollogIt = EFalse
)

EndTest ( TInt )

IMPORT_C voidEndTest(TIntaErrorCode)

GetAnEntry ( const TDesC &, TDes & )

IMPORT_C voidGetAnEntry(const TDesC &ourPrompt,
TDes &currentstring
)

GetSelection ( const TDesC &, const TDesC & )

IMPORT_C TIntGetSelection(const TDesC &ourPrompt,
const TDesC &validChoices
)

LogIt ( TRefByValue< const TDesC >, ... )

IMPORT_C voidLogIt(TRefByValue< const TDesC >aFmt,
...
)

NewL ( const TDesC & )

IMPORT_C CWapTestHarness *NewL(const TDesC &aTitle)[static]

NewLC ( const TDesC & )

IMPORT_C CWapTestHarness *NewLC(const TDesC &aTitle)[static]

NextStep ( const TDesC & )

IMPORT_C voidNextStep(const TDesC &aStepName)

PressAnyKey ( )

IMPORT_C voidPressAnyKey()

SetScript ( RFile & )

IMPORT_C voidSetScript(RFile &scriptFile)

StartTestL ( const TDesC & )

IMPORT_C voidStartTestL(const TDesC &aName)

Test ( )

RTest &Test()[inline]

operator() ( TInt, TInt )

IMPORT_C voidoperator()(TIntaResult,
TIntaLineNum
)

operator() ( TInt )

IMPORT_C voidoperator()(TIntaResult)