mmsharing/mmshavailability/tsrc/ut_availability/inc/UT_availability.h
changeset 22 496ad160a278
parent 0 f0cf47e981f9
equal deleted inserted replaced
15:ccd8e69b5392 22:496ad160a278
       
     1 /*
       
     2 * Copyright (c) 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:
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef __T_AVAILABILITY_H__
       
    20 #define __T_AVAILABILITY_H__
       
    21 
       
    22 //  EXTERNAL INCLUDES
       
    23 #include <digia/eunit/ceunittestsuiteclass.h>
       
    24 
       
    25 //  INTERNAL INCLUDES
       
    26 
       
    27 
       
    28 //  FORWARD DECLARATIONS
       
    29 class CSipSseTestTls;
       
    30 class CMusAvaDefaultImp;
       
    31 
       
    32 #include <e32def.h>
       
    33 #ifndef NONSHARABLE_CLASS
       
    34     #define NONSHARABLE_CLASS(x) class x
       
    35 #endif
       
    36 
       
    37 //  CLASS DEFINITION
       
    38 /**
       
    39  *
       
    40  * EUnitWizard generated test class. 
       
    41  *
       
    42  */
       
    43 NONSHARABLE_CLASS( T_availability )
       
    44      : public CEUnitTestSuiteClass
       
    45     {
       
    46     public:     // Constructors and destructors
       
    47 
       
    48         /**
       
    49          * Two phase construction
       
    50          */
       
    51         static T_availability* NewL();
       
    52         static T_availability* NewLC();
       
    53         /**
       
    54          * Destructor
       
    55          */
       
    56         ~T_availability();
       
    57 
       
    58     private:    // Constructors and destructors
       
    59 
       
    60         T_availability();
       
    61         void ConstructL();
       
    62 
       
    63     public:     // From observer interface
       
    64 
       
    65         
       
    66 
       
    67     private:    // New methods
       
    68 
       
    69          void SetupL();
       
    70         
       
    71          void Teardown();
       
    72         
       
    73          void TestL();
       
    74         
       
    75 
       
    76     private:    // Data
       
    77         
       
    78         CSipSseTestTls* iStorage;
       
    79 
       
    80 
       
    81         EUNIT_DECLARE_TEST_TABLE; 
       
    82 
       
    83     };
       
    84 
       
    85 #endif      //  __T_AVAILABILITY_H__
       
    86 
       
    87 // End of file