photosgallery/viewframework/medialists/tsrc/t_glxlistwindow/t_glxlistwindow.h
author Simon Howkins <simonh@symbian.org>
Mon, 29 Nov 2010 11:47:03 +0000
branchRCL_3
changeset 78 dbcb928abe9c
parent 0 4e91876724a2
permissions -rw-r--r--
Adjusted to avoid exports, etc, from a top-level bld.inf

/*
* Copyright (c) 2007 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:    Unit tests
*
*/




#ifndef __T_GLXLISTWINDOW_H__
#define __T_GLXLISTWINDOW_H__

//  EXTERNAL INCLUDES
#include <digia/eunit/CEUnitTestSuiteClass.h>
#include <digia/eunit/EUnitDecorators.h>

//  INTERNAL INCLUDES

//  FORWARD DECLARATIONS
    
/**
 * EUnit test suite
 */
NONSHARABLE_CLASS( t_CGlxListWindow ) : public CEUnitTestSuiteClass
    {
    public:     // Constructors and destructors
        /**
         * Two phase construction
         */
        static t_CGlxListWindow* NewL();
        static t_CGlxListWindow* NewLC();
        /**
         * Destructor
         */
        ~t_CGlxListWindow();

    private:    // Constructors and destructors
        t_CGlxListWindow();
        void ConstructL();

    private:    // New methods
         void SetupL();
         void Teardown();
        
         void T_CleanupL();
         void T_SetRangeOffsetsLL();
         void T_SetFocusIndexL();
         void T_AddObjectsL();
         void T_RemoveObjectsL();
                    
    private:    // Data
		
        EUNIT_DECLARE_TEST_TABLE; 

    };

#endif      //  __T_GLXLISTWINDOW_H__