uifw/AvKon/tsrc/bc/S60_SDK3.0/bctestptieng/inc/bctestqwertymap.h
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Fri, 19 Feb 2010 23:04:46 +0200
branchRCL_3
changeset 4 8ca85d2f0db7
parent 0 2f259fa3e83a
permissions -rw-r--r--
Revision: 201003 Kit: 201007

/*
* Copyright (c) 2006 Nokia Corporation and/or its subsidiary(-ies).
* All rights reserved.
* This component and the accompanying materials are made available
* under the terms of "Eclipse Public License v1.0"
* which accompanies this distribution, and is available
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
*
* Initial Contributors:
* Nokia Corporation - initial contribution.
*
* Contributors:
*
* Description:  test case
*
*/


#ifndef BCTEST_QWERTY_KEYMAP_H
#define BCTEST_QWERTY_KEYMAP_H

#include "bctestcase.h"

class CPtiQwertyKeyMappings;
class MPtiKeyMappings;
class CPtiKeyMapData;

/**
* test case for various list classes
*/
class CBCTestQwertyMap: public CBCTestCase
    {
public: // constructor and destructor
    
    /**
    * Symbian 2nd static constructor
    */
    static CBCTestQwertyMap* NewL();
    
    /**
    * Destructor
    */
    virtual ~CBCTestQwertyMap();
    
// from CBCTestCase
    
    /**
    * Execute corresponding test functions for UI command
    * @param aCmd, UI command
    */
    void RunL( TInt aCmd );

// new funcs

    static MPtiKeyMappings* CreateKeyMapL();
    static bool ValidQwertyMode();

protected: // new functions
    
    /**
    * Build autotest script
    */
    void BuildScriptL();
    
    /**
     * Test functions
     */
    void TestFunctionL();

private: // constructor
    /**
     * C++ default constructor
     */
    CBCTestQwertyMap();
    
    /**
     * Symbian 2nd constructor
     */
    void ConstructL();

    void TestKeyData();
    void TestReverseMapping();
    void TestReplaceMappingL();
    void TestNextKey();
    void TestStartMapping();
    void TestMapping();
    void TestCreateL();
    void SetupL();
    void Teardown();

//data
    CPtiQwertyKeyMappings* iMap;
    CPtiKeyMapData* iKeymapData;
    };

#endif // BCTEST_QWERTY_KEYMAP_H