persistentstorage/sqlite3api/TEST/sqliteTestUtl.h
branchRCL_3
changeset 23 26645d81f48d
parent 0 08ec8eefde2f
child 24 cc28652e0254
equal deleted inserted replaced
21:28839de615b4 23:26645d81f48d
    22 
    22 
    23 #ifdef __cplusplus
    23 #ifdef __cplusplus
    24 extern "C" {
    24 extern "C" {
    25 #endif
    25 #endif
    26 
    26 
       
    27 void TestOpen(const char* title);
    27 void TestTitle(void);
    28 void TestTitle(void);
    28 void TestStart(const char* title);
    29 void TestStart(const char* title);
    29 void TestNext(const char* title);
    30 void TestNext(const char* title);
    30 void TestClose(void);
    31 void TestClose(void);
    31 void TestEnd(void);
    32 void TestEnd(void);
    32 void TestAbort(TInt aLine);
    33 void TestAbort(TInt aLine);
       
    34 void TestTestLine(int aResult, int aLine);
       
    35 void TestTest(int aResult);
       
    36 void TestPrintf(const char* title);
    33 
    37 
    34 void TestHeapMark(void);
    38 void TestHeapMark(void);
    35 void TestHeapMarkEnd(void);
    39 void TestHeapMarkEnd(void);
    36 
    40 
    37 void Print(const char* msg);
    41 void Print(const char* msg);