本文整理汇总了C++中SetTestStepName函数的典型用法代码示例。如果您正苦于以下问题:C++ SetTestStepName函数的具体用法?C++ SetTestStepName怎么用?C++ SetTestStepName使用的例子?那么, 这里精选的函数代码示例或许可以为您提供帮助。
在下文中一共展示了SetTestStepName函数的15个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的C++代码示例。
示例1: iType
CTestStepUnloadC32::CTestStepUnloadC32(CommsFW::TCFShutdownType aType, TLeak aLeak):
iType(aType),
iLeak(aLeak)
{
SetTestStepName(KTestStepUnloadC32);
}
示例2: SetTestStepName
CPPPMinMaxMMU::CPPPMinMaxMMU()
{
SetTestStepName(KPPPMinMaxMMU);
}
示例3: CTestAppLoaderBase
// constructor
CTestAppLoaderEndTask::CTestAppLoaderEndTask()
: CTestAppLoaderBase()
{
SetTestStepName(_L("EndTask"));
}
示例4: SetTestStepName
/**
Constructor
*/
CSysUtilsGetPRInformationNoNewLinesStep::CSysUtilsGetPRInformationNoNewLinesStep()
{
SetTestStepName(KSysUtilsGetPRInformationnNoNewLinesStep);
}
示例5: SetTestStepName
CTStepRestoreExtraExecutable::CTStepRestoreExtraExecutable()
{
SetTestStepName(KTStepRestoreExtraExecutable);
}
示例6: SetTestStepName
CFloggerTest025_BuildTestUrel4::CFloggerTest025_BuildTestUrel4()
{
// Store the name of this test case
SetTestStepName(_L("step_025_BuildTestUrel4"));
}
示例7: SetTestStepName
CFloggerTest015_04::CFloggerTest015_04()
{
// store the name of this test case
SetTestStepName(_L("step_015_04"));
}
示例8: SetTestStepName
CCachedServCertStep::CCachedServCertStep()
{
SetTestStepName(KCachedServCertStep);
}
示例9: SetTestStepName
CTe_AgpsManagerStep24::CTe_AgpsManagerStep24()
{
SetTestStepName(KAgpsManagerStep24);
}
示例10: SetTestStepName
/**
Constructor
*/
CT_StartAppTestStep::CT_StartAppTestStep()
{
// Call base class method to set up the human readable name for logging*/
SetTestStepName(KT_StartAppStep);
}
示例11: SetTestStepName
/** Constructor
*/
CNiLrStep2::CNiLrStep2()
{
SetTestStepName(KNiLrStep2);
}
示例12: CZCDriverTestStep
CZCDriverTestStep()
{
SetTestStepName(KZCDriverTestName);
}
示例13: SetTestStepName
CStepNoMonCancel::CStepNoMonCancel()
{
SetTestStepName(KCTestCaseNoMonCancel);
}
示例14: SetTestStepName
/**
* Constructor. It must call the SetTestStepName as the controlling
* framework uses the test step name immediately following construction to set
* up the step's unique logging ID.
*/
CTe_LbsSuplPushApiPropsStep::CTe_LbsSuplPushApiPropsStep()
{
SetTestStepName(KLbsSuplPushApiPropsStep);
}
示例15: SetTestStepName
Cplugin2Step::Cplugin2Step()
{
SetTestStepName(Kplugin2Step);
}