cellular/psetnotesui/tsrc/public/basic/Src/T_PSetNotesUi.h
changeset 51 12bc758d6a02
parent 48 78df25012fda
child 53 25b8d29b7c59
equal deleted inserted replaced
48:78df25012fda 51:12bc758d6a02
     1 /*
       
     2 * Copyright (c) 2006 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: Declaration of T_PSetNotesUi class.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef __T_PSETNOTESUI_H__
       
    20 #define __T_PSETNOTESUI_H__
       
    21 
       
    22 //  EXTERNAL INCLUDES
       
    23 #include <CEUnitTestSuiteClass.h>
       
    24 #include <EUnitDecorators.h>
       
    25 
       
    26 
       
    27 //  INTERNAL INCLUDES
       
    28 
       
    29 
       
    30 //  FORWARD DECLARATIONS
       
    31 class CPsuiContainer;
       
    32 
       
    33 //  CLASS DEFINITION
       
    34 /**
       
    35  * TODO Auto-generated EUnit test suite
       
    36  *
       
    37  */
       
    38 NONSHARABLE_CLASS( T_PSetNotesUi )
       
    39 	: public CEUnitTestSuiteClass
       
    40     {
       
    41     public:     // Constructors and destructors
       
    42 
       
    43         /**
       
    44          * Two phase construction
       
    45          */
       
    46         static T_PSetNotesUi* NewL();
       
    47         static T_PSetNotesUi* NewLC();
       
    48         /**
       
    49          * Destructor
       
    50          */
       
    51         ~T_PSetNotesUi();
       
    52 
       
    53     private:    // Constructors and destructors
       
    54 
       
    55         T_PSetNotesUi();
       
    56         void ConstructL();
       
    57 
       
    58     private:    // New methods
       
    59 
       
    60          void SetupL();
       
    61         
       
    62          void Teardown();
       
    63         
       
    64          void T_TestL();
       
    65          void T_Test2L();
       
    66          void T_Test3L();
       
    67          void T_Test4L();
       
    68          void T_Test5L();
       
    69          void T_Test6L();
       
    70          void T_Test7L();
       
    71         
       
    72 
       
    73     private:    // Data
       
    74 		
       
    75         CPsuiContainer* iContainer;
       
    76         
       
    77         EUNIT_DECLARE_TEST_TABLE; 
       
    78 
       
    79     };
       
    80 
       
    81 #endif      //  __T_PSETNOTESUI_H__
       
    82 
       
    83 // End of file