loggers/logging/client/test/src/t_glxlogging.h
branchRCL_3
changeset 59 8e5f6eea9c9f
equal deleted inserted replaced
57:ea65f74e6de4 59:8e5f6eea9c9f
       
     1 /*
       
     2 * Copyright (c) 2008-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 
       
    19 
       
    20 #ifndef __T_GLXLOGGING_H__
       
    21 #define __T_GLXLOGGING_H__
       
    22 
       
    23 //  EXTERNAL INCLUDES
       
    24 #include <CEUnitTestSuiteClass.h>
       
    25 #include <EUnitDecorators.h>
       
    26 
       
    27 
       
    28 //  INTERNAL INCLUDES
       
    29 
       
    30 
       
    31 //  FORWARD DECLARATIONS
       
    32 
       
    33 
       
    34 //  CLASS DEFINITION
       
    35 /**
       
    36  * EUnit test suite for Logging
       
    37  *
       
    38  */
       
    39 NONSHARABLE_CLASS( T_GlxLogging )
       
    40 	: public CEUnitTestSuiteClass
       
    41     {
       
    42     public:     // Constructors and destructors
       
    43 
       
    44         /**
       
    45          * Two phase construction
       
    46          */
       
    47         static T_GlxLogging* NewL();
       
    48         static T_GlxLogging* NewLC();
       
    49         /**
       
    50          * Destructor
       
    51          */
       
    52         ~T_GlxLogging();
       
    53 
       
    54     private:    // Constructors and destructors
       
    55 
       
    56         T_GlxLogging();
       
    57         void ConstructL();
       
    58 
       
    59     private:    // New methods
       
    60 
       
    61          void SetupL();
       
    62         
       
    63          void Teardown();
       
    64         
       
    65          void T_TestWithoutChunkL();
       
    66          void T_TestWithChunk1L();
       
    67          void T_TestWithBothChunksL();
       
    68         
       
    69 
       
    70     private:    // Data
       
    71 		
       
    72 
       
    73         EUNIT_DECLARE_TEST_TABLE; 
       
    74 
       
    75     };
       
    76 
       
    77 #endif      //  __T_GLXLOGGING_H__
       
    78 
       
    79 // End of file