profilesservices/ProfileEngine/tsrc/public/basic/WrapperMdlTest/inc/MT_ProfileEngine.h
changeset 0 8c5d936e5675
equal deleted inserted replaced
-1:000000000000 0:8c5d936e5675
       
     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: EUnitWizard generated test class.
       
    15 *
       
    16 */
       
    17 ////////////////////////////////////////////////////////////////////////
       
    18 // MT_ProEngFactory.h
       
    19 //
       
    20 
       
    21 #ifndef MT_PROENGFACTORY_H
       
    22 #define MT_PROENGFACTORY_H
       
    23 
       
    24 //  EXTERNAL INCLUDES
       
    25 #include <CEUnitTestSuiteClass.h>
       
    26 
       
    27 //  INTERNAL INCLUDES
       
    28 
       
    29 
       
    30 //  FORWARD DECLARATIONS
       
    31 class ProEngFactory;
       
    32 
       
    33 //  CLASS DEFINITION
       
    34 /**
       
    35  *
       
    36  * EUnitWizard generated test class. 
       
    37  *
       
    38  */
       
    39 class MT_ProEngFactory
       
    40      : public CEUnitTestSuiteClass
       
    41     {
       
    42     public:     // Constructors and destructors
       
    43 
       
    44         /**
       
    45          * Two phase construction
       
    46          */
       
    47         static MT_ProEngFactory* NewL();
       
    48         static MT_ProEngFactory* NewLC();
       
    49         /**
       
    50          * Destructor
       
    51          */
       
    52         ~MT_ProEngFactory();
       
    53 
       
    54     private:    // Constructors and destructors
       
    55 
       
    56         MT_ProEngFactory();
       
    57         void ConstructL();
       
    58 
       
    59 	public: 	// From observer interface
       
    60 		
       
    61 		
       
    62 
       
    63     private:    // New methods
       
    64 
       
    65          void SetupL();
       
    66         
       
    67          void Teardown();
       
    68         
       
    69          void MT_ProEngFactory_NewEngineLL();
       
    70         
       
    71         
       
    72          void MT_ProEngFactory_NewEngineLCL();
       
    73         
       
    74         
       
    75          void MT_ProEngFactory_NewEngineL_1L();
       
    76         
       
    77         
       
    78          void MT_ProEngFactory_NewEngineLC_1L();
       
    79         
       
    80         
       
    81          void MT_ProEngFactory_NewNotifyHandlerLL();
       
    82         
       
    83         
       
    84          void MT_ProEngFactory_NewAlertToneSeekerLL();
       
    85         
       
    86 
       
    87     private:    // Data
       
    88 
       
    89 		EUNIT_DECLARE_TEST_TABLE; 
       
    90 		
       
    91     };
       
    92 
       
    93 #endif      //  MT_PROENGFACTORY_H
       
    94 
       
    95 // End of file