mmshplugins/mmshaiwplugin/tsrc/ut_aiwplugin/inc/ut_musaiwresourcefinder.h
changeset 0 f0cf47e981f9
equal deleted inserted replaced
-1:000000000000 0:f0cf47e981f9
       
     1 /*
       
     2 * Copyright (c) 2009 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:
       
    15 *
       
    16 */
       
    17 
       
    18 #ifndef __UT_MUSAIWRESOURCEFINDER_H__
       
    19 #define __UT_MUSAIWRESOURCEFINDER_H__
       
    20 
       
    21 //  EXTERNAL INCLUDES
       
    22 #include <digia/eunit/ceunittestsuiteclass.h>
       
    23 
       
    24 //  INTERNAL INCLUDES
       
    25 
       
    26 
       
    27 //  FORWARD DECLARATIONS
       
    28 
       
    29 
       
    30 //  CLASS DEFINITION
       
    31 
       
    32 NONSHARABLE_CLASS( UT_MusAiwResourceFinder )
       
    33      : public CEUnitTestSuiteClass
       
    34     {
       
    35     public: // Constructors and destructors
       
    36 
       
    37         /**
       
    38          * Two phase construction
       
    39          */
       
    40         static UT_MusAiwResourceFinder* NewL();
       
    41         static UT_MusAiwResourceFinder* NewLC();
       
    42         /**
       
    43          * Destructor
       
    44          */
       
    45         ~UT_MusAiwResourceFinder();
       
    46 
       
    47     private: // Constructors and destructors
       
    48 
       
    49         UT_MusAiwResourceFinder();
       
    50         void ConstructL();
       
    51 
       
    52     private: // Test case setup and teardown
       
    53 
       
    54          void SetupL();
       
    55         
       
    56          void Teardown();
       
    57     
       
    58     public: // Test cases
       
    59     
       
    60         void TestL();
       
    61 
       
    62     private:    // Data
       
    63 
       
    64         EUNIT_DECLARE_TEST_TABLE; 
       
    65 
       
    66     };
       
    67 
       
    68 #endif      //  __UT_MUSAIWRESOURCEFINDER_H__
       
    69 
       
    70 // End of file