persistentstorage/sqlite3api/TEST/sqliteTestUtl.h
changeset 40 b8bdbc8f59c7
parent 0 08ec8eefde2f
child 45 cc28652e0254
child 55 44f437012c90
--- a/persistentstorage/sqlite3api/TEST/sqliteTestUtl.h	Thu Jul 08 12:09:58 2010 +0100
+++ b/persistentstorage/sqlite3api/TEST/sqliteTestUtl.h	Thu Aug 12 11:53:23 2010 +0100
@@ -24,12 +24,16 @@
 extern "C" {
 #endif
 
+void TestOpen(const char* title);
 void TestTitle(void);
 void TestStart(const char* title);
 void TestNext(const char* title);
 void TestClose(void);
 void TestEnd(void);
 void TestAbort(TInt aLine);
+void TestTestLine(int aResult, int aLine);
+void TestTest(int aResult);
+void TestPrintf(const char* title);
 
 void TestHeapMark(void);
 void TestHeapMarkEnd(void);