dbgsrv/coredumpserver/plugins/writers/file/test/filewriterteststeps.h
changeset 0 c6b0df440bee
equal deleted inserted replaced
-1:000000000000 0:c6b0df440bee
       
     1 /**
       
     2 * Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 
       
    21 /**
       
    22  @file filewriterteststeps.h
       
    23  @file
       
    24  @internalTechnology
       
    25  @released
       
    26 */
       
    27 
       
    28 #ifndef __FILE_WRITER_TEST_STEPS_H__
       
    29 #define __FILE_WRITER_TEST_STEPS_H__
       
    30 #include <TestExecuteStepBase.h>
       
    31 #include "filewritertestserver.h"
       
    32 
       
    33 // __EDIT_ME__ - Create your own test step definitions
       
    34 class CFileWriterTestStep1 : public CTestStep
       
    35 	{
       
    36 public:
       
    37 	CFileWriterTestStep1();
       
    38 	~CFileWriterTestStep1();
       
    39 	virtual TVerdict doTestStepPreambleL();
       
    40 	virtual TVerdict doTestStepPostambleL();
       
    41 	virtual TVerdict doTestStepL();
       
    42 private:
       
    43 	};
       
    44 
       
    45 class CFileWriterTestStep2 : public CTestStep
       
    46 	{
       
    47 public:
       
    48 	CFileWriterTestStep2();
       
    49 	~CFileWriterTestStep2();
       
    50 	virtual TVerdict doTestStepPreambleL();
       
    51 	virtual TVerdict doTestStepPostambleL();
       
    52 	virtual TVerdict doTestStepL();
       
    53 private:
       
    54 
       
    55 	};
       
    56 
       
    57 
       
    58 class CFileWriterTestStep3 : public CTestStep
       
    59 	{
       
    60 public:
       
    61 	CFileWriterTestStep3( );
       
    62 	~CFileWriterTestStep3();
       
    63 	virtual TVerdict doTestStepPreambleL();
       
    64 	virtual TVerdict doTestStepPostambleL();
       
    65 	virtual TVerdict doTestStepL();
       
    66 private:
       
    67 
       
    68 	};
       
    69 
       
    70 
       
    71 class CFileWriterTestStep4 : public CTestStep
       
    72 	{
       
    73 public:
       
    74 	CFileWriterTestStep4();
       
    75 	~CFileWriterTestStep4();
       
    76 	virtual TVerdict doTestStepPreambleL();
       
    77 	virtual TVerdict doTestStepPostambleL();
       
    78 	virtual TVerdict doTestStepL();
       
    79 private:
       
    80 
       
    81 	};
       
    82 
       
    83 
       
    84 class CFileWriterTestStep5 : public CTestStep
       
    85 	{
       
    86 public:
       
    87 	CFileWriterTestStep5();
       
    88 	~CFileWriterTestStep5();
       
    89 	virtual TVerdict doTestStepPreambleL();
       
    90 	virtual TVerdict doTestStepPostambleL();
       
    91 	virtual TVerdict doTestStepL();
       
    92 private:
       
    93 
       
    94 	};
       
    95 
       
    96 
       
    97 _LIT(KFileWriterTestStep1,"FileWriterTestStep1");
       
    98 _LIT(KFileWriterTestStep2,"FileWriterTestStep2");
       
    99 _LIT(KFileWriterTestStep3,"FileWriterTestStep3");
       
   100 _LIT(KFileWriterTestStep4,"FileWriterTestStep4");
       
   101 _LIT(KFileWriterTestStep5,"FileWriterTestStep5");
       
   102 
       
   103 
       
   104 #endif // __FILE_WRITER_TEST_STEPS_H__