lowlevellibsandfws/pluginfw/TestExecute/EComSWITests/src/installStep.h
branchRCL_3
changeset 57 2efc27d87e1c
parent 56 acd3cd4aaceb
equal deleted inserted replaced
56:acd3cd4aaceb 57:2efc27d87e1c
    74 
    74 
    75 /** Custom resolver installation test step class
    75 /** Custom resolver installation test step class
    76 @test
    76 @test
    77 @internalComponent
    77 @internalComponent
    78 */
    78 */
    79 class CResolverInstallStep : public CinstallStep // codescanner::missingcclass
    79 class CResolverInstallStep : public CinstallStep
    80 	{
    80 	{
    81 public:
    81 public:
    82 	CResolverInstallStep(CinstallStep::TInstallType aInstallType);
    82 	CResolverInstallStep(CinstallStep::TInstallType aInstallType);
    83 	~CResolverInstallStep();
    83 	~CResolverInstallStep();
    84 	virtual TVerdict doTestStepL();
    84 	virtual TVerdict doTestStepL();
   116 
   116 
   117 /** Custom resolver uninstallation test step class
   117 /** Custom resolver uninstallation test step class
   118  * @test
   118  * @test
   119  * @internalComponent
   119  * @internalComponent
   120  */
   120  */
   121 class CResolverUninstallStep : public CuninstallStep // codescanner::missingcclass
   121 class CResolverUninstallStep : public CuninstallStep
   122 	{
   122 	{
   123 public:
   123 public:
   124 	CResolverUninstallStep(CuninstallStep::TUninstallType aType);
   124 	CResolverUninstallStep(CuninstallStep::TUninstallType aType);
   125 	~CResolverUninstallStep();
   125 	~CResolverUninstallStep();
   126 	virtual TVerdict doTestStepL();
   126 	virtual TVerdict doTestStepL();