loggingservices/eventlogger/test/inc/t_logutil.h
branchRCL_3
changeset 23 26645d81f48d
parent 9 667e88a979d7
child 24 cc28652e0254
equal deleted inserted replaced
21:28839de615b4 23:26645d81f48d
    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;
       
    22 
    19 
    23 void LogTestBoolExpr(TBool aRes, const TText* aFile, TInt aLine, TBool aPrintThreadName = EFalse);
    20 void LogTestBoolExpr(TBool aRes, const TText* aFile, TInt aLine, TBool aPrintThreadName = EFalse);
    24 void LogCheck(TInt aValue, TInt aExpected, const TText* aFile, TInt aLine, TBool aPrintThreadName = EFalse);
    21 void LogCheck(TInt aValue, TInt aExpected, const TText* aFile, TInt aLine, TBool aPrintThreadName = EFalse);
    25 void LogCheckU(TUint aValue, TUint aExpected, const TText* aFile, TInt aLine, TBool aPrintThreadName = EFalse);
    22 void LogCheckU(TUint aValue, TUint aExpected, const TText* aFile, TInt aLine, TBool aPrintThreadName = EFalse);
    26 
    23