photosgallery/viewframework/medialists/tsrc/t_glxlistwindow/t_glxlistwindow.h
changeset 0 4e91876724a2
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/photosgallery/viewframework/medialists/tsrc/t_glxlistwindow/t_glxlistwindow.h	Thu Dec 17 08:45:44 2009 +0200
@@ -0,0 +1,68 @@
+/*
+* 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__