os/textandloc/textrendering/texthandling/ttext/TTIMES1.h
author sl@SLION-WIN7.fritz.box
Fri, 15 Jun 2012 03:10:57 +0200
changeset 0 bde4ae8d615e
permissions -rw-r--r--
First public contribution.
     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 #ifndef __T_TTIMES1_H__
    19 #define __T_TTIMES1_H__
    20 
    21 #include <test/testexecutestepbase.h>
    22 #include <txtrich.h>
    23 
    24 class CT_TTIMES1 : public CTestStep
    25 	{
    26 public:
    27 	CT_TTIMES1();
    28 protected:
    29 	TVerdict doTestStepL();
    30 private:
    31 	void GenerateGlobalLayersL();
    32 	void KillGlobalLayers();
    33 	void KillText();
    34 	void CreationTestsL();
    35 	CRichText* LoadIntoTextL(TFileName& aFileName);
    36 	void GetAppendTestTimeL(const CRichText* aSource,TInt aTestLoopCount);
    37 	void GetBenchmarkAppendTestTimeL(const CRichText* aSource,TInt aTestLoopCount);
    38 	void AppendTest1L();
    39 	void AppendTest2L();
    40 	void AppendTestsL();
    41 	void DoTestsL();
    42 	void setupCleanup();
    43 	};
    44 
    45 _LIT(KTestStep_T_TTIMES1, "TTIMES1");
    46 
    47 #endif