imagingext_pub/exif_api/tsrc/inc/ExifLibTest.h
changeset 0 469c91dae73b
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/imagingext_pub/exif_api/tsrc/inc/ExifLibTest.h	Thu Dec 17 09:22:31 2009 +0200
@@ -0,0 +1,49 @@
+/*
+* Copyright (c) 2003, 2004 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:  Exif Library Test DLL
+*
+*/
+
+
+#ifndef __EXIFLIBTEST_H
+#define __EXIFLIBTEST_H
+
+
+//  INCLUDES
+
+#include <e32base.h>
+
+#include <CppUnit/Test.h>
+#include <CppUnit/TestCase.h>
+#include <CppUnit/TestCaller.h>
+#include <CppUnit/TestSuite.h>
+
+#include "ExifLibTestInc.h"
+// CLASS DECLARATION
+
+
+class CExifLibTest : public CTestSuite
+    {
+    public:
+        
+        CExifLibTest(); //lint !e1526 is OK.
+        ~CExifLibTest();
+        
+        
+        // A function to collect and return a suite of tests
+        static MTest* suiteL ();
+    protected:
+    private:
+    };
+#endif