persistentstorage/sqlite3api/TEST/sqliteTestUtl.h
branchRCL_3
changeset 24 cc28652e0254
parent 23 26645d81f48d
equal deleted inserted replaced
23:26645d81f48d 24:cc28652e0254
    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);
       
    28 void TestTitle(void);
    27 void TestTitle(void);
    29 void TestStart(const char* title);
    28 void TestStart(const char* title);
    30 void TestNext(const char* title);
    29 void TestNext(const char* title);
    31 void TestClose(void);
    30 void TestClose(void);
    32 void TestEnd(void);
    31 void TestEnd(void);
    33 void TestAbort(TInt aLine);
    32 void TestAbort(TInt aLine);
    34 void TestTestLine(int aResult, int aLine);
       
    35 void TestTest(int aResult);
       
    36 void TestPrintf(const char* title);
       
    37 
    33 
    38 void TestHeapMark(void);
    34 void TestHeapMark(void);
    39 void TestHeapMarkEnd(void);
    35 void TestHeapMarkEnd(void);
    40 
    36 
    41 void Print(const char* msg);
    37 void Print(const char* msg);