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