installationservices/swi/test/tuiscriptadaptors/swifileutilitysteps.h
branchRCL_3
changeset 23 cd189dac02f7
parent 0 ba25891c3a9e
child 25 7333d7932ef7
equal deleted inserted replaced
21:5bddc28da627 23:cd189dac02f7
     1 /*
     1 /*
     2 * Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2007-2010 Nokia Corporation and/or its subsidiary(-ies).
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of the License "Eclipse Public License v1.0"
     5 * under the terms of the License "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
    23 #include "testutilclientswi.h"
    23 #include "testutilclientswi.h"
    24 #include <test/testexecutelog.h>
    24 #include <test/testexecutelog.h>
    25 
    25 
    26 _LIT(KSwiCopyFilesStep, "SwiCopyFilesStep");
    26 _LIT(KSwiCopyFilesStep, "SwiCopyFilesStep");
    27 _LIT(KSwiDeleteFilesStep, "SwiDeleteFilesStep");
    27 _LIT(KSwiDeleteFilesStep, "SwiDeleteFilesStep");
       
    28 _LIT(KSwiFileExistsStep, "SwiFileExistsStep");
    28 
    29 
    29 class CSwiCopyFilesStep : public CTestStep
    30 class CSwiCopyFilesStep : public CTestStep
    30 	{
    31 	{
    31 public:
    32 public:
    32 	CSwiCopyFilesStep();
    33 	CSwiCopyFilesStep();
    40 	CSwiDeleteFilesStep();
    41 	CSwiDeleteFilesStep();
    41 	TVerdict doTestStepL();
    42 	TVerdict doTestStepL();
    42 
    43 
    43 	};
    44 	};
    44 
    45 
       
    46 class CSwiFileExistsStep : public CTestStep
       
    47     {
       
    48 public:
       
    49     CSwiFileExistsStep();
       
    50     TVerdict doTestStepL();
       
    51     
       
    52 private:
       
    53     void GenerateIndexedAttributeNameL(TDes& aInitialAttributeName, TInt aIndex);
       
    54 
       
    55     };
    45 
    56 
    46 
    57 
    47 #endif //SWIFILEUTILITYSTEPS_H
    58 #endif //SWIFILEUTILITYSTEPS_H