imsrv_plat/ximp_core_feature_plugin_api/tsrc/tsrcutils/eunitcommon/eunittools.h
branchRCL_3
changeset 44 482d5cf4c4b4
parent 0 e6b17d312c8b
child 50 338724211739
equal deleted inserted replaced
43:113b91e0a2ad 44:482d5cf4c4b4
    17 
    17 
    18 #ifndef EUNITTOOLS_H
    18 #ifndef EUNITTOOLS_H
    19 #define EUNITTOOLS_H
    19 #define EUNITTOOLS_H
    20 
    20 
    21 #include <e32std.h>
    21 #include <e32std.h>
    22 #include <eunitmacros.h>
    22 
    23 #include <ceunittestcasedecorator.h>
    23 #include <platform/digia/eunit/eunitmacros.h>
    24 #include <ceunitalloctestcasedecorator.h>
    24 #include <platform/digia/eunit/teunitassertioninfo.h>
    25 #include <ceunitemptytestcasedecorator.h>
    25 
    26 //#include "cglobalwaitingnote.h"
    26 
       
    27 #include <platform/digia/eunit/ceunittestsuiteclass.h>
       
    28 #include <platform/digia/eunit/EUnitDecorators.h>
       
    29 
       
    30 
       
    31 #include "cglobalwaitingnote.h"
    27 
    32 
    28 
    33 
    29 
    34 
    30 // -----------------------------------------------------------------------------
    35 // -----------------------------------------------------------------------------
    31 // ASSERTION HELPER
    36 // ASSERTION HELPER
   143         TFileName processImage = RProcess().FileName();
   148         TFileName processImage = RProcess().FileName();
   144         TBuf<350> msg;
   149         TBuf<350> msg;
   145         msg.Append( _L("Entering to test case. Test process:") );
   150         msg.Append( _L("Entering to test case. Test process:") );
   146         msg.Append( processImage );
   151         msg.Append( processImage );
   147 
   152 
   148      //   CGlobalWaitingNote::ShowMsgL( msg, 15000000, 15 );  //15 seconds, 1 second steps
   153         CGlobalWaitingNote::ShowMsgL( msg, 15000000, 15 );  //15 seconds, 1 second steps
   149 
   154 
   150         EUNIT_ENABLE_ANY_DECORATOR;
   155         EUNIT_ENABLE_ANY_DECORATOR;
   151         }
   156         }
   152     }
   157     }
   153 
   158