photosgallery/viewframework/medialists/tsrc/t_cglxfetcherrorarray/t_cglxfetcherrorarray.h
changeset 0 4e91876724a2
equal deleted inserted replaced
-1:000000000000 0:4e91876724a2
       
     1 /*
       
     2 * Copyright (c) 2007 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:    CGlxFetchErrorArray unit tests
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 
       
    21 #ifndef __T_CGLXFETCHERRORARRAY_H__
       
    22 #define __T_CGLXFETCHERRORARRAY_H__
       
    23 
       
    24 //  EXTERNAL INCLUDES
       
    25 #include <digia/eunit/CEUnitTestSuiteClass.h>
       
    26 #include <digia/eunit/EUnitDecorators.h>
       
    27 
       
    28 //  INTERNAL INCLUDES
       
    29 
       
    30 //  FORWARD DECLARATIONS
       
    31 class CGlxFetchErrorArray;
       
    32 
       
    33 //  CLASS DEFINITION
       
    34 /**
       
    35  * T_CGlxFetchErrorArray Auto-generated EUnit test suite
       
    36  *
       
    37  */
       
    38 NONSHARABLE_CLASS( T_CGlxFetchErrorArray )
       
    39 	: public CEUnitTestSuiteClass
       
    40     {
       
    41     public:     // Constructors and destructors
       
    42 
       
    43         /**
       
    44          * Two phase construction
       
    45          */
       
    46         static T_CGlxFetchErrorArray* NewL();
       
    47         static T_CGlxFetchErrorArray* NewLC();
       
    48         /**
       
    49          * Destructor
       
    50          */
       
    51         ~T_CGlxFetchErrorArray();
       
    52 
       
    53     private:    // Constructors and destructors
       
    54 
       
    55         T_CGlxFetchErrorArray();
       
    56         void ConstructL();
       
    57 
       
    58     private:    // New methods
       
    59 
       
    60          void SetupL();
       
    61         
       
    62          void Teardown();
       
    63         
       
    64          void T_CGlxFetchErrorArray_ErrorCountL();
       
    65         
       
    66          void T_CGlxFetchErrorArray_ErrorL();
       
    67         
       
    68          void T_CGlxFetchErrorArray_AddErrorLL();
       
    69         
       
    70          void T_CGlxFetchErrorArray_RemoveL();
       
    71         
       
    72          void T_CGlxFetchErrorArray_FindErrorL();
       
    73         
       
    74          void T_CGlxFetchErrorArray_FindError2L();
       
    75         
       
    76 
       
    77     private:    // Data
       
    78 		
       
    79         CGlxFetchErrorArray* iCGlxFetchErrorArray1;
       
    80         CGlxFetchErrorArray* iCGlxFetchErrorArray2;
       
    81         EUNIT_DECLARE_TEST_TABLE; 
       
    82 
       
    83     };
       
    84 
       
    85 #endif      //  __T_CGLXFETCHERRORARRAY_H__
       
    86 
       
    87 // End of file