First public contribution.
2 * Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
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".
9 * Initial Contributors:
10 * Nokia Corporation - initial contribution.
19 #ifndef __T_CP54936_H__
20 #define __T_CP54936_H__
23 #include <test/testexecutestepbase.h>
25 class CT_CP54936 : public CTestStep
30 TVerdict doTestStepL();
32 void TestOut(const TDesC16 &des);
33 void TestOut(const TDesC8 &des);
35 void TestINC090073L();
37 void PerformanceTest1L();
38 void PerformanceTest2L();
40 const TDesC16& aUnicode,
44 void TestGbConversionL();
45 void TestShortNameCharacterL();
48 _LIT(KTestStep_T_CP54936, "T_CP54936");