imagingext_pub/exif_api/tsrc/inc/ExifLibTest.h
changeset 0 469c91dae73b
equal deleted inserted replaced
-1:000000000000 0:469c91dae73b
       
     1 /*
       
     2 * Copyright (c) 2003, 2004 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:  Exif Library Test DLL
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef __EXIFLIBTEST_H
       
    20 #define __EXIFLIBTEST_H
       
    21 
       
    22 
       
    23 //  INCLUDES
       
    24 
       
    25 #include <e32base.h>
       
    26 
       
    27 #include <CppUnit/Test.h>
       
    28 #include <CppUnit/TestCase.h>
       
    29 #include <CppUnit/TestCaller.h>
       
    30 #include <CppUnit/TestSuite.h>
       
    31 
       
    32 #include "ExifLibTestInc.h"
       
    33 // CLASS DECLARATION
       
    34 
       
    35 
       
    36 class CExifLibTest : public CTestSuite
       
    37     {
       
    38     public:
       
    39         
       
    40         CExifLibTest(); //lint !e1526 is OK.
       
    41         ~CExifLibTest();
       
    42         
       
    43         
       
    44         // A function to collect and return a suite of tests
       
    45         static MTest* suiteL ();
       
    46     protected:
       
    47     private:
       
    48     };
       
    49 #endif