charconvfw/charconv_fw/test/rtest/tsrc/inc/t_partial.h
changeset 51 a7c938434754
equal deleted inserted replaced
44:601ab138ba0b 51:a7c938434754
       
     1 /*
       
     2 * Copyright (c) 1997-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 #ifndef __T_PARTIAL_H__
       
    20 #define __T_PARTIAL_H__
       
    21 
       
    22 //#include <w32std.h>
       
    23 #include <test/testexecutestepbase.h>
       
    24 
       
    25 class CT_PARTIAL : public CTestStep
       
    26     {
       
    27 public:
       
    28     CT_PARTIAL();
       
    29 protected:  
       
    30     TVerdict doTestStepL();
       
    31 private:
       
    32     void TestPARTIAL();
       
    33     void TestConvertingToUtf(TUint8* aUtfBuffer, TInt aMaximumLengthOfUtfDescriptor, const TDesC16& aUnicode, TBool aBoolParameter, TInt aNumberOfUnicodeItemsExpectedToBeConverted, const TDesC8& aFirstHalfOfUtfExpected, const TDesC8& aSecondHalfOfUtfExpected);
       
    34     void TestUtf7StatePreservation(const TDesC8& aUtf7);
       
    35     void TestConvertingToUtf(TUint8* aUtfBuffer, TInt aMaximumLengthOfUtfDescriptor, const TDesC16& aUnicode, TInt aNumberOfUnicodeItemsExpectedToBeConverted, const TDesC8& aFirstHalfOfUtfExpected, const TDesC8& aSecondHalfOfUtfExpected);
       
    36     };
       
    37 
       
    38 _LIT(KTestStep_T_PARTIAL, "T_PARTIAL");
       
    39 
       
    40 #endif