当前位置: 首页>>代码示例>>C++>>正文


C++ SetTestStepName函数代码示例

本文整理汇总了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);
	}
开发者ID:cdaffara,项目名称:symbiandump-os1,代码行数:6,代码来源:te_c32utilsteps.cpp

示例2: SetTestStepName

CPPPMinMaxMMU::CPPPMinMaxMMU()
	{
	SetTestStepName(KPPPMinMaxMMU);
	}
开发者ID:cdaffara,项目名称:symbiandump-os2,代码行数:4,代码来源:TestSteps.cpp

示例3: CTestAppLoaderBase

// constructor
CTestAppLoaderEndTask::CTestAppLoaderEndTask()
:	CTestAppLoaderBase()
	{
	SetTestStepName(_L("EndTask"));
	}
开发者ID:fedor4ever,项目名称:default,代码行数:6,代码来源:TestAppLoaderEndTask.cpp

示例4: SetTestStepName

/**
Constructor
 */
CSysUtilsGetPRInformationNoNewLinesStep::CSysUtilsGetPRInformationNoNewLinesStep()
    {
    SetTestStepName(KSysUtilsGetPRInformationnNoNewLinesStep);
    }
开发者ID:cdaffara,项目名称:symbiandump-os1,代码行数:7,代码来源:te_sysutilsgetversionnonewlines.cpp

示例5: SetTestStepName

CTStepRestoreExtraExecutable::CTStepRestoreExtraExecutable()
	{
	SetTestStepName(KTStepRestoreExtraExecutable);
	}
开发者ID:cdaffara,项目名称:symbiandump-mw1,代码行数:4,代码来源:step_restore_extra_executable.cpp

示例6: SetTestStepName

CFloggerTest025_BuildTestUrel4::CFloggerTest025_BuildTestUrel4()
	{
	// Store the name of this test case
	SetTestStepName(_L("step_025_BuildTestUrel4"));
	}
开发者ID:cdaffara,项目名称:symbiandump-os2,代码行数:5,代码来源:step_025_xx.cpp

示例7: SetTestStepName

CFloggerTest015_04::CFloggerTest015_04()
	{
	// store the name of this test case
	SetTestStepName(_L("step_015_04"));
	}
开发者ID:cdaffara,项目名称:symbiandump-os2,代码行数:5,代码来源:step_015_xx.cpp

示例8: SetTestStepName

CCachedServCertStep::CCachedServCertStep()
	{
	SetTestStepName(KCachedServCertStep);
	}
开发者ID:cdaffara,项目名称:symbiandump-os2,代码行数:4,代码来源:cachedservcertstep.cpp

示例9: SetTestStepName

CTe_AgpsManagerStep24::CTe_AgpsManagerStep24()
	{
	SetTestStepName(KAgpsManagerStep24);
	}
开发者ID:kuailexs,项目名称:symbiandump-os1,代码行数:4,代码来源:te_agpsmanagerstep24.cpp

示例10: SetTestStepName

/**
   Constructor
 */	
CT_StartAppTestStep::CT_StartAppTestStep()
	{
	// Call base class method to set up the human readable name for logging*/
	SetTestStepName(KT_StartAppStep);
	}
开发者ID:cdaffara,项目名称:symbiandump-mw1,代码行数:8,代码来源:T_StartAppStep.cpp

示例11: SetTestStepName

/** Constructor
*/
CNiLrStep2::CNiLrStep2()
	{
	SetTestStepName(KNiLrStep2);
	}
开发者ID:kuailexs,项目名称:symbiandump-os1,代码行数:6,代码来源:cnilrstep2.cpp

示例12: CZCDriverTestStep

	CZCDriverTestStep()
		{
		SetTestStepName(KZCDriverTestName);
		}
开发者ID:cdaffara,项目名称:symbiandump-os1,代码行数:4,代码来源:test.cpp

示例13: SetTestStepName

CStepNoMonCancel::CStepNoMonCancel()
	{
	SetTestStepName(KCTestCaseNoMonCancel);
	}
开发者ID:cdaffara,项目名称:symbiandump-os1,代码行数:4,代码来源:tsysmon_stepnomoncancel.cpp

示例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);
	}
开发者ID:kuailexs,项目名称:symbiandump-os1,代码行数:9,代码来源:Te_LbsSuplPushApiPropsStep.cpp

示例15: SetTestStepName

Cplugin2Step::Cplugin2Step()
	{
	SetTestStepName(Kplugin2Step);
	}
开发者ID:kuailexs,项目名称:symbiandump-os1,代码行数:4,代码来源:plugin2Step.cpp


注:本文中的SetTestStepName函数示例由纯净天空整理自Github/MSDocs等开源代码及文档管理平台,相关代码片段筛选自各路编程大神贡献的开源项目,源码版权归原作者所有,传播和使用请参考对应项目的License;未经允许,请勿转载。