os/textandloc/charconvfw/fatfilenameconversionplugins/test/T_CP54936.h
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     1 /*
     2 * Copyright (c) 2010 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_CP54936_H__
    20 #define __T_CP54936_H__
    21 
    22 //#include <w32std.h>
    23 #include <test/testexecutestepbase.h>
    24 
    25 class CT_CP54936 : public CTestStep
    26     {
    27 public:
    28 	CT_CP54936();
    29 protected:  
    30     TVerdict doTestStepL();
    31 private:
    32     void TestOut(const TDesC16 &des);
    33     void TestOut(const TDesC8 &des);
    34 	void TestL();
    35 	void TestINC090073L();
    36 	void OOMTestL();
    37 	void PerformanceTest1L();
    38 	void PerformanceTest2L();
    39 	void TestConversionL( 
    40 	        const TDesC16& aUnicode, 
    41 	        const TDesC8& a54936, 
    42 	        TBool aZero1=ETrue, 
    43 	        TBool aZero2=ETrue );
    44 	void TestGbConversionL();
    45 	void TestShortNameCharacterL();
    46     };
    47 
    48 _LIT(KTestStep_T_CP54936, "T_CP54936");
    49 
    50 #endif