CScriptBase Class Reference
class CScriptBase : public CBase
|
Protected Member Functions
|
|
CScriptBase
(
CTestModuleIf
&)
|
IMPORT_C
TInt
|
GetConstantValue
(const
TDesC
&,
TDes
&)
|
IMPORT_C
TInt
|
GetConstantValue
(const
TDesC
&,
TInt
&)
|
IMPORT_C
TInt
|
GetConstantValue
(const
TDesC
&,
TReal
&)
|
IMPORT_C
TInt
|
GetLocalValue
(const
TDesC
&,
TDes
&)
|
IMPORT_C
TInt
|
GetLocalValue
(const
TDesC
&,
TInt
&)
|
IMPORT_C
TInt
|
GetLocalValue
(const
TDesC
&,
TReal
&)
|
IMPORT_C
TInt
|
RunInternalL
(
TStifFunctionInfo
const ,
TInt
,
CStifItemParser
&)
|
IMPORT_C
TInt
|
SetLocalValue
(const
TDesC
&, const
TDesC
&)
|
IMPORT_C
TInt
|
SetLocalValue
(const
TDesC
&, const
TInt
)
|
IMPORT_C
TInt
|
SetLocalValue
(const
TDesC
&, const
TReal
)
|
Constructor & Destructor Documentation
CScriptBase(CTestModuleIf &)
IMPORT_C
|
CScriptBase
|
(
|
CTestModuleIf
&
|
aTestModuleIf
|
)
|
[protected]
|
~CScriptBase()
~CScriptBase
|
(
|
)
|
[inline, virtual]
|
Member Functions Documentation
CallTestClass(const TDesC &)
IMPORT_C
TInt
|
CallTestClass
|
(
|
const
TDesC
&
|
aLine
|
)
|
|
CancelSignal()
IMPORT_C void
|
CancelSignal
|
(
|
)
|
[private]
|
EnableSignal(TRequestStatus &)
GetConstantValue(const TDesC &, TDes &)
IMPORT_C
TInt
|
GetConstantValue
|
(
|
const
TDesC
&
|
aName,
|
|
TDes
&
|
aValue
|
|
)
|
[protected]
|
Internal fuction to get const value defined in [Define]...[Enddefine] section of script file
GetConstantValue(const TDesC &, TInt &)
IMPORT_C
TInt
|
GetConstantValue
|
(
|
const
TDesC
&
|
aName,
|
|
TInt
&
|
aValue
|
|
)
|
[protected]
|
Internal fuction to get const value defined in [Define]...[Enddefine] section of script file
GetConstantValue(const TDesC &, TReal &)
IMPORT_C
TInt
|
GetConstantValue
|
(
|
const
TDesC
&
|
aName,
|
|
TReal
&
|
aValue
|
|
)
|
[protected]
|
Internal fuction to get const value defined in [Define]...[Enddefine] section of script file
GetLocalValue(const TDesC &, TDes &)
IMPORT_C
TInt
|
GetLocalValue
|
(
|
const
TDesC
&
|
aName,
|
|
TDes
&
|
aValue
|
|
)
|
[protected]
|
Internal fuction to get value of local variable
GetLocalValue(const TDesC &, TInt &)
IMPORT_C
TInt
|
GetLocalValue
|
(
|
const
TDesC
&
|
aName,
|
|
TInt
&
|
aValue
|
|
)
|
[protected]
|
Internal fuction to get value of local variable
GetLocalValue(const TDesC &, TReal &)
IMPORT_C
TInt
|
GetLocalValue
|
(
|
const
TDesC
&
|
aName,
|
|
TReal
&
|
aValue
|
|
)
|
[protected]
|
Internal fuction to get value of local variable
GetTestObject(const TDesC &)
Parameters
const
TDesC
& aObjectName
|
|
RunInternalL(TStifFunctionInfo const, TInt, CStifItemParser &)
Internal fuction to run specified method.
RunMethodL(CStifItemParser &)
Runs a script line, must be implemented in derived class.
SetLocalValue(const TDesC &, const TDesC &)
IMPORT_C
TInt
|
SetLocalValue
|
(
|
const
TDesC
&
|
aName,
|
|
const
TDesC
&
|
aValue
|
|
)
|
[protected]
|
Internal fuction to set value of local variable
SetLocalValue(const TDesC &, const TInt)
IMPORT_C
TInt
|
SetLocalValue
|
(
|
const
TDesC
&
|
aName,
|
|
const
TInt
|
aValue
|
|
)
|
[protected]
|
Internal fuction to set value of local variable
SetLocalValue(const TDesC &, const TReal)
IMPORT_C
TInt
|
SetLocalValue
|
(
|
const
TDesC
&
|
aName,
|
|
const
TReal
|
aValue
|
|
)
|
[protected]
|
Internal fuction to set value of local variable
SetResultDescription(const TDesC &)
IMPORT_C void
|
SetResultDescription
|
(
|
const
TDesC
&
|
aDescription
|
)
|
|
Parameters
const
TDesC
& aDescription
|
|
SetScripter(CallBackFunc, CTestScripter *)
Signal(TInt)
Signal TestScripter to continue from waittestclass.
TestModuleIf()
Get reference to TestModuleIf API.
Member Data Documentation
RArray< TInt > iSignalErrors
Array for handling multiple 'waittestclass' given from testclass's test configure file.
CTestModuleIf & iTestModuleIf
CTestScripter * iTestScripter
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.