imaging/imaginginttest/src/TestNegativeConversionNew.h
changeset 0 5752a19fdefe
equal deleted inserted replaced
-1:000000000000 0:5752a19fdefe
       
     1 // Copyright (c) 2004-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of "Eclipse Public License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 // This file contains the test steps ICL negative testing for GT0210 MS3.4 File Handle APIs.
       
    15 // 
       
    16 //
       
    17 
       
    18 
       
    19 
       
    20 #ifndef	__TESTNEGATIVECONVERSIONNEW__
       
    21 #define	__TESTNEGATIVECONVERSIONNEW__
       
    22 
       
    23 
       
    24 // EPOC includes
       
    25 #include "TestStepConversion.h"
       
    26 
       
    27 class CTestNegativeConversionNew : public CTestStepConversion
       
    28 {
       
    29 public:
       
    30 	CTestNegativeConversionNew(const TDesC& aTestName) : 
       
    31 	  CTestStepConversion(aTestName) {}
       
    32 
       
    33 	static CTestNegativeConversionNew *NewL(const TDesC& aTestName);
       
    34 	  
       
    35 	TVerdict Step1701_1703_HPL();
       
    36 	TVerdict Step1704_1706_HPL();
       
    37 	
       
    38 protected:
       
    39 	TVerdict DoTestStepL();
       
    40 
       
    41 };
       
    42 
       
    43 #endif