loggingservices/eventlogger/test/inc/t_logutil.h
branchRCL_3
changeset 24 cc28652e0254
parent 23 26645d81f48d
equal deleted inserted replaced
23:26645d81f48d 24:cc28652e0254
    14 //
    14 //
    15 #ifndef t_logutil_h
    15 #ifndef t_logutil_h
    16 #define t_logutil_h
    16 #define t_logutil_h
    17 
    17 
    18 #include <e32test.h>
    18 #include <e32test.h>
       
    19 
       
    20 //Define "TheTest" variable in the cpp test file 
       
    21 extern RTest TheTest;
    19 
    22 
    20 void LogTestBoolExpr(TBool aRes, const TText* aFile, TInt aLine, TBool aPrintThreadName = EFalse);
    23 void LogTestBoolExpr(TBool aRes, const TText* aFile, TInt aLine, TBool aPrintThreadName = EFalse);
    21 void LogCheck(TInt aValue, TInt aExpected, const TText* aFile, TInt aLine, TBool aPrintThreadName = EFalse);
    24 void LogCheck(TInt aValue, TInt aExpected, const TText* aFile, TInt aLine, TBool aPrintThreadName = EFalse);
    22 void LogCheckU(TUint aValue, TUint aExpected, const TText* aFile, TInt aLine, TBool aPrintThreadName = EFalse);
    25 void LogCheckU(TUint aValue, TUint aExpected, const TText* aFile, TInt aLine, TBool aPrintThreadName = EFalse);
    23 
    26