imagingandcamerafws/imaginginttest/src/TestPositiveConversionNew.h
changeset 0 40261b775718
equal deleted inserted replaced
-1:000000000000 0:40261b775718
       
     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 positive testing  for GT0210 MS3.4 File Handle APIs.
       
    15 // 
       
    16 //
       
    17 
       
    18 
       
    19 #ifndef	__TESTPOSITIVECONVERSIONNEW__
       
    20 #define	__TESTPOSITIVECONVERSIONNEW__
       
    21 
       
    22 
       
    23 // EPOC includes
       
    24 #include "TestStepConversion.h"
       
    25 
       
    26 class CTestPositiveConversionNew : public CTestStepConversion
       
    27 {
       
    28 public:
       
    29 	static CTestPositiveConversionNew* NewL(const TDesC& aTestName);
       
    30 
       
    31 protected:
       
    32 	CTestPositiveConversionNew(const TDesC& aTestName);
       
    33 
       
    34 	virtual TVerdict	DoTestStepL();
       
    35 	TVerdict	Step0701_0704_CPL();
       
    36 	TVerdict	Step0705_0708_CPL();
       
    37 	TVerdict	Step0709_0710_CPL();
       
    38 	TVerdict	Step0711_0712_CPL();
       
    39 	TVerdict	TestStep0709_0710_CPL();
       
    40 	TVerdict	TestStep0711_0712_CPL();
       
    41 };
       
    42 
       
    43 #endif